Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Query-String Client Key to fetch standing instructions for.
    IncludeSubAccounts Boolean Query-String Indicates whether to include standing instructions from sub-clients.
  • 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 StandingInstruction [] 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 /ca/v2/standinginstructions?ClientKey=7m4I|vtYLUnEGg77o9uQhw==&IncludeSubAccounts=False
  • Response Example

    Response body
    {
      "Data": [
        {
          "AccountDisplayName": "Derivatives",
          "AccountId": "12642445",
          "AssetType": "Stock",
          "ClientId": "9971842",
          "CreatedDate": "0001-01-01T00:00:00Z",
          "DisplayAndFormat": {
            "Description": "ABB Ltd",
            "IsinCode": "CH0012221716",
            "Symbol": "ABB:xome"
          },
          "OptionType": "SECU",
          "StandingInstructionId": "31272",
          "Uic": 101
        }
      ]
    }