Returns a paginated list of webhook tasks
cURL
curl --request GET \ --url https://jobaffinity.fr/restapi/v1/webhook/task \ --header 'Authorization: Basic <encoded-value>'
{ "_self": "<string>", "_schema": "<string>", "_status": "OK", "_next": "<string>", "items": [ { "_self": "<string>", "_schema": "<string>", "_status": "OK", "id": 123, "date": "2023-11-07T05:31:56Z", "status": "<string>", "event_type": "<string>", "payload": {} } ] }
HTTP Basic Authentication with API credentials
Maximum number of items to return per page
1 <= x <= 100
Return items created or modified since this ID
x >= 0
Paginated list of webhook tasks
OK
INVALID
Show child attributes