GET ./callouts
It is used to return the callouts for a user.
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
uaID | int | Required | User ID |
Output example
{"meta": {"countTotal": "1","countData": "1","countOffset": "0"},"data": [{"calloutID": "abcdefgh_123-456-789","expireAt": "2023-08-02 15:53:00","createdAt": "2023-08-02 15:53:00"}]}