Get details of a specific series by ID.
get/apps/at-pt/v1/entry/{silo_entry_id}/series/{id}
Path parameters
silo_entry_idstring required
Silo entry ID of the supplier to get the series for.
Example:347c5b04-cde2-11ed-afa1-0242ac120002
Silo entry ID of the supplier to get the series for.
idstring required
UUID of the series to get the details for.
Example:1d8ab49a-bd14-11ef-925f-325096b39f47
UUID of the series to get the details for.
Response
Series details.
Example response
{
"id": "1d8ab49a-bd14-11ef-925f-325096b39f47",
"code": "FT SERIES-A",
"base": "SERIES-A",
"document_type": "FT",
"type": "N",
"validation_code": "AAJFJ3N5YS"
}