Authorization: Bearer ********************curl --location --request GET '/TenantDevices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 1,
"serviceId": null,
"permissionId": null,
"permissionIdRegexp": null,
"status": 20,
"createdAfter": null,
"createdBefore": null,
"updatedAfter": null,
"offset": null,
"limit": 1000,
"deviceId": "77f8ef98-b1ed-5c09-9265-dac9bebfb161"
}'[
{
"rowNo": 0,
"tenantId": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"authId": 0,
"status": 0,
"description": null,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]