Get all instruments for linked to your account (instruments)
This allows you to fetch all instruments linked to your account. Every instrument will include all documents available to your account.
Return type
Example data
Content-Type: application/json
[ {
"documents" : [ {
"file_hash" : "cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_date" : "2018-02-12T00:00:00.000+0000",
"language" : "NL",
"file_size" : 123018,
"url" : "https://ofs2.finfiles.nl/getDocument/document/index?ClientId={clientID}&DocumentId=cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_type" : "KIID"
}, {
"file_hash" : "cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_date" : "2018-02-12T00:00:00.000+0000",
"language" : "NL",
"file_size" : 123018,
"url" : "https://ofs2.finfiles.nl/getDocument/document/index?ClientId={clientID}&DocumentId=cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_type" : "KIID"
} ],
"name" : "Investment Fund AB C",
"asset_manager" : "Asset Manager X",
"isin" : "NL0123456789"
}, {
"documents" : [ {
"file_hash" : "cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_date" : "2018-02-12T00:00:00.000+0000",
"language" : "NL",
"file_size" : 123018,
"url" : "https://ofs2.finfiles.nl/getDocument/document/index?ClientId={clientID}&DocumentId=cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_type" : "KIID"
}, {
"file_hash" : "cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_date" : "2018-02-12T00:00:00.000+0000",
"language" : "NL",
"file_size" : 123018,
"url" : "https://ofs2.finfiles.nl/getDocument/document/index?ClientId={clientID}&DocumentId=cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_type" : "KIID"
} ],
"name" : "Investment Fund AB C",
"asset_manager" : "Asset Manager X",
"isin" : "NL0123456789"
} ]
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
A list of instruments with documents
Up
get /instruments/{isin}
Get a single instrument (instrument)
This allows you to fetch a single instrument including all documents available to your account.
Path parameters
isin (required)
Path Parameter — ISIN of the instrument
Return type
Example data
Content-Type: application/json
{
"documents" : [ {
"file_hash" : "cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_date" : "2018-02-12T00:00:00.000+0000",
"language" : "NL",
"file_size" : 123018,
"url" : "https://ofs2.finfiles.nl/getDocument/document/index?ClientId={clientID}&DocumentId=cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_type" : "KIID"
}, {
"file_hash" : "cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_date" : "2018-02-12T00:00:00.000+0000",
"language" : "NL",
"file_size" : 123018,
"url" : "https://ofs2.finfiles.nl/getDocument/document/index?ClientId={clientID}&DocumentId=cc5c280b97c447438ba0f524b0c6074b9e05672a",
"document_type" : "KIID"
} ],
"name" : "Investment Fund AB C",
"asset_manager" : "Asset Manager X",
"isin" : "NL0123456789"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
A single instrument with documents
instrument