Skip to content

Retrieves the collection of SpecimenCollectionKitProduct resources.

GET
/sck/v1/products
curl --request GET \
--url 'http://api.probatix.localhost/sck/v1/products?page=1&sort%5BcanonicalId%5D=asc&sort%5BcreatedAt%5D=asc&sort%5Bid%5D=asc&XDEBUG_SESSION=PHPSTORM' \
--header 'X-API-TOKEN: <X-API-TOKEN>' \
--header 'accept-language: de'

Retrieves the collection of SpecimenCollectionKitProduct resources.

accept-language
string
Allowed values: de en fr

Language for Errors and Translatable properties

Example
de
page
integer
default: 1 >= 1

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
Allowed values: asc desc ASC DESC

SpecimenCollectionKitProduct sort[canonicalId]

sort[createdAt]
string
Allowed values: asc desc ASC DESC

SpecimenCollectionKitProduct sort[createdAt]

sort[id]
string
Allowed values: asc desc ASC DESC

SpecimenCollectionKitProduct sort[id]

XDEBUG_SESSION
string
default: PHPSTORM

Xdebug session for debugging

Example
?XDEBUG_SESSION=PHPSTORM

SpecimenCollectionKitProduct collection

Array<object>
object
id
required
string format: uuid
canonicalId
required
string
createdAt
required
string format: date-time
Example
[
{
"canonicalId": "sck_standard_home_collection",
"createdAt": "2026-06-29T10:30:00+00:00"
}
]

Unauthorized

A representation of common errors.

object
@context
One of:
string
@id
required
string
@type
required
string
title

A short, human-readable summary of the problem.

string | null
detail

A human-readable explanation specific to this occurrence of the problem.

string | null
status
integer | null
default: 400
instance

A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

string | null
type

A URI reference that identifies the problem type

string
description
string | null
Example
{
"@context": {
"hydra": "http://www.w3.org/ns/hydra/core#"
},
"status": 400
}

Forbidden

A representation of common errors.

object
@context
One of:
string
@id
required
string
@type
required
string
title

A short, human-readable summary of the problem.

string | null
detail

A human-readable explanation specific to this occurrence of the problem.

string | null
status
integer | null
default: 400
instance

A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

string | null
type

A URI reference that identifies the problem type

string
description
string | null
Example
{
"@context": {
"hydra": "http://www.w3.org/ns/hydra/core#"
},
"status": 400
}