Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AssetType AssetType Route AssetType of the instrument.
    DocumentTypes DocumentType [] Query-String The list of document types for which to request information
    Uic Integer Route Uic of the instrument.
  • Response Parameters

    View Response Codes
    Name Type Description
    __count Number The total count of items in the feed.
    __next String The link for the next page of items in the feed.
    Data InstrumentDocumentDetails [] The collection of entities for this feed.
    MaxRows Number The maximum number of rows that can be returned (if applicable).
  • Request Example

    Request URL
    GET /mkt/v2/instruments/{Uic}/FxForwards/documents/recommended?DocumentTypes=KIIDs
  • Response Example

    Response body
    {
      "Data": [
        {
          "DocumentDateTime": "2020-04-20T00:00:00Z",
          "DocumentRelationId": 1289,
          "DocumentType": "KIIDs",
          "LanguageCode": "en"
        },
        {
          "DocumentDateTime": "2019-09-20T00:00:00Z",
          "DocumentRelationId": 4028,
          "DocumentType": "PRIIPKIDs",
          "LanguageCode": "da"
        }
      ]
    }