...
Code Block | ||
---|---|---|
| ||
curl --location 'https://devdemo.tireconnect.ca/api/account/v2/location/connection-request/list' \ --header 'accept: application/json' \ --header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJwYXJ0bmVyIjoiM2I5YzM3N2YtOGJlNi00NjljLWI0MGEtM2ZkMzg1ZDMzZTIxIiwiZXhwIjoxNzIwNTIxNzAwfQ.BlXxKXe5wT3TEtynlFNaPdcpUs82l1ZXTIO7fRmy-KyZrpHHTUbLW3oG3HWucvz0ZzhMTxm-XffCky5A2bjmYo1oCDPPYjfOeuI1vT-ddhSgtnsnXZacfuBK_2E0lSktTdQNllUZB14VGqCcv0vVSJ567_CFT6WaguSjBaYRK40' \ --header 'Content-Type: application/json' \ --data '{ "location_id":1, "filter":{ "status":[ "approveapproved", "pending", "rejectrejected" ], "connection_request_id":[ 1, 2 ], "created_at":{ "from":"2024-01-01 00:00:00", "to":"2025-01-01 23:59:59" }, "updated_at":{ "from":"2024-01-01 00:00:00", "to":"2025-01-01 23:59:59" } }, "limit":10, "offset":0, "sort_by":"created_at", "sort_how":"desc" }' |
...
location_id | Location id required |
---|---|
filter | An object of filters Available values: optional |
limit | Limit optional |
offset | Offset optional |
sort_by | Sort by optional |
sort_how | Sort how optional |
...