GET api/v1/Webhooks/Subscriptions/PendingPayloads
Gets webhook subscriptions which have sent payloads that aren't sent successfully (state = 3 or 4).
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of webhook subscriptions which have events which aren't sent successfully
GetSubscriptionsWithPendingPayloadsResultName | Description | Type | Additional information |
---|---|---|---|
SubscriptionIds | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "SubscriptionIds": [ "af81a1b9-0114-4266-9cca-d875f6b4f01f", "df321ac4-310a-4f2c-960e-bb0c44fb9f64" ] }
application/xml, text/xml
Sample:
<GetSubscriptionsWithPendingPayloadsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus.webhookservicews.Subscriptions"> <SubscriptionIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>af81a1b9-0114-4266-9cca-d875f6b4f01f</d2p1:guid> <d2p1:guid>df321ac4-310a-4f2c-960e-bb0c44fb9f64</d2p1:guid> </SubscriptionIds> </GetSubscriptionsWithPendingPayloadsResult>