Authorization: Bearer ********************curl --location --request GET '/TenantRequests' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"serviceIdSet": [
0
],
"description": "string",
"status": 0,
"creatorUserIdSet": [
0
],
"createdAfter": "2019-08-24",
"createdBefore": "2019-08-24",
"updatedAfter": "2019-08-24",
"isAsked": true,
"offset": 0,
"limit": 0,
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a"
}'[
{
"rowNo": 0,
"askTenantId": 0,
"responseTenantId": 0,
"serviceId": 0,
"id": 0,
"serialNo": "8fe20539-3963-42bc-bcbe-d270b89c0cea",
"description": null,
"status": 0,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]