Cards

Fetch cards

get/cards

Query parameters

idsstring

Filter by object IDs

limitinteger

The number of objects to return

offsetinteger

The number of objects to offset

status'activated' | 'deactivated' | 'unassigned'

Filter by status

tokenstring

Filter by the token of the card.

data_block_valuestring

Filter by the data_block_value of the card. Only relevant for Mifare Classic cards.

uidstring

Filter by the uid of the card.

integer
OR
string

Filter by user ID or by current user if value is me.

facility_codeinteger

Filter by the facility code of the record. Only relevant for LF cards.

activatedboolean

Filter by the activation status of the card.

card_numberinteger

Filter by the card number of the record. Only relevant for LF cards.

card_idinteger

Filter by the card id of the record. Only relevant for LF cards.

sort'last_used_at' | '-last_used_at'

Sort the results. Prepend - to sort in reverse order.

last_used_at - sort by when the card was last used

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.