v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

List all registered series with the AT for the supplier.

get/apps/at-pt/v1/entry/{silo_entry_id}/series

Path parameters

silo_entry_idstring required

Silo entry ID of the supplier to list series for.

Example:347c5b04-cde2-11ed-afa1-0242ac120002

Silo entry ID of the supplier to list series for.

Query parameters

cursorstring

The position marker from the previous result's next_cursor property, used for pagination.

Example:eyJsYXN0X2lkIjoiMTIzNCIsImxpbWl0IjoyMH0=

The position marker from the previous result's next_cursor property, used for pagination.

limitinteger

The maximum number of entries to return in a single page of results.

Example:20

The maximum number of entries to return in a single page of results.

Response

Paginated list of series.

limitinteger

Maximum number of entries in this page.

next_cursorstring

Cursor used to identify the next page of results. Omitted when there are no more results.

Example response

{
  "limit": 20,
  "list": [
    {
      "id": "1d8ab49a-bd14-11ef-925f-325096b39f47",
      "code": "FT SERIES-A",
      "base": "SERIES-A",
      "document_type": "FT",
      "type": "N",
      "validation_code": "AAJFJ3N5YS"
    }
  ],
  "next_cursor": "eyJsYXN0X2lkIjoiMTIzNCIsImxpbWl0IjoyMH0="
}