Get status signals for an asset by number

Returns a paginated list of status signals for the asset identified by its asset number. Status signals indicate the operational state of the asset (e.g. OK, warning, or error). Returns 409 if multiple assets share the same number.

Path Params
string
required

The asset's number (must be URL encoded)

Query Params
number

Page number.

number

Define how many items will be received in the payload per request. (default 20 items, max 1000 items)

date-time

Filter by createdAt date FROM the provided value as an ISO UTC string. Inclusive.

date-time

Filter by createdAt date UNTIL the provided value as an ISO UTC string. Inclusive.

date-time

Filter by resolvedAt date FROM the provided value as an ISO UTC string. Inclusive.

date-time

Filter by resolvedAt date UNTIL the provided value as an ISO UTC string. Inclusive.

Responses

400

Bad Request

403

Forbidden

404

Not Found

409

More than one asset with the same serial number was found

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json