device-blacklist-records

List device blacklist records

Use this method to list device blacklist records.

get/device-blacklist-records/

Query parameters

created_date_gtstring date-time

Select objects with created_date greater than this value

created_date_gtestring date-time

Select objects with created_date greater than or equal to this value

created_date_last_n_daysnumber

Select objects with created_date in last N days

created_date_ltstring date-time

Select objects with created_date less than this value

created_date_ltestring date-time

Select objects with created_date less than or equal to this value

created_date_nth_full_weeknumber

Select objects with created_date in last Nth week (including Sunday and Saturday)

created_date_nth_work_weeknumber

Select objects with created_date in last Nth week (only working days, i.e. excluding Sunday and Saturday)

expire_date_gtestring date-time

Select device blacklist records with expire_date greater than or equal to this value

expire_date_ltestring date-time

Select device blacklist records with expire_date greater than or equal to this value

id_ininteger[]

Select device blacklist records with provided ids

limitstring

Number of results to return per page.

orderingstring

Which field to use when ordering the results. Available fields: created_date, id

pagestring

Pagination cursor value.

reason_containsstring

Select device blacklist records where the SQL condition reason ILIKE reason_contains is true

uuid_containsstring

Select device blacklist records where the SQL condition uuid ILIKE uuid_contains is true

uuid_instring[]

Select device blacklist records related to one or multiple uuids

Response

next_pagestring nullable
prev_pagestring nullable

Changes

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