Probatix Documentation
Probatix Specimen Collection Kit API v1

Retrieves the collection of SpecimenCollectionKitProduct resources.

Retrieves the collection of SpecimenCollectionKitProduct resources.

GET
/sck/v1/products

Retrieves the collection of SpecimenCollectionKitProduct resources.

X-API-TOKEN<token>

In: header

Query Parameters

page?integer

The collection page number

createdAt[gt]?string

Return resources with `createdAt` greater than the given timestamp.

createdAt[gte]?string

Return resources with `createdAt` greater than or equal to the given timestamp.

createdAt[lt]?string

Return resources with `createdAt` less than the given timestamp.

createdAt[lte]?string

Return resources with `createdAt` less than or equal to the given timestamp.

product[]?array<string>

Filter by identifier, IRI, or canonical identifier.

sort[canonicalId]?string

SpecimenCollectionKitProduct sort[canonicalId]

Allowed values: "asc", "desc", "ASC", "DESC"

sort[createdAt]?string

SpecimenCollectionKitProduct sort[createdAt]

Allowed values: "asc", "desc", "ASC", "DESC"

sort[id]?string

SpecimenCollectionKitProduct sort[id]

Allowed values: "asc", "desc", "ASC", "DESC"

Header Parameters

accept-language?string

Language for Errors and Translatable properties

Allowed values: "de", "en", "fr"

Response Body

curl -X GET "https://example.com/sck/v1/products" \  -H "accept-language: de"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "canonicalId": "string",    "createdAt": "2019-08-24T14:15:22Z"  }]