GET api/v1/Webhooks/Subscriptions
Gets webhook subscriptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of webhook subscriptions
Collection of SubscriptionName | Description | Type | Additional information |
---|---|---|---|
Counter | integer |
None. |
|
CustomHeader | string |
None. |
|
EndDateUtc | date |
None. |
|
JsonPathFilter | string |
None. |
|
SignKey | string |
None. |
|
StartDateUtc | date |
None. |
|
State | SubscriptionState |
None. |
|
SubscriptionId | globally unique identifier |
None. |
|
TargetEndpointUri | string |
None. |
|
WebhookEventId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Counter": 1, "CustomHeader": "sample string 2", "EndDateUtc": "2025-09-14T09:57:51.9985456+03:00", "JsonPathFilter": "sample string 4", "SignKey": "sample string 5", "StartDateUtc": "2025-09-14T09:57:51.9985456+03:00", "State": 1, "SubscriptionId": "0e57d475-ba3a-4e97-8228-72697537e4c5", "TargetEndpointUri": "sample string 8", "WebhookEventId": "c5f5e3a8-7bf0-415c-a587-c72fd19aecc3" }, { "Counter": 1, "CustomHeader": "sample string 2", "EndDateUtc": "2025-09-14T09:57:51.9985456+03:00", "JsonPathFilter": "sample string 4", "SignKey": "sample string 5", "StartDateUtc": "2025-09-14T09:57:51.9985456+03:00", "State": 1, "SubscriptionId": "0e57d475-ba3a-4e97-8228-72697537e4c5", "TargetEndpointUri": "sample string 8", "WebhookEventId": "c5f5e3a8-7bf0-415c-a587-c72fd19aecc3" } ]
application/xml, text/xml
Sample:
<ArrayOfSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus.webhookservicews.Responses"> <Subscription> <Counter>1</Counter> <CustomHeader>sample string 2</CustomHeader> <EndDateUtc>2025-09-14T09:57:51.9985456+03:00</EndDateUtc> <JsonPathFilter>sample string 4</JsonPathFilter> <SignKey>sample string 5</SignKey> <StartDateUtc>2025-09-14T09:57:51.9985456+03:00</StartDateUtc> <State>Active</State> <SubscriptionId>0e57d475-ba3a-4e97-8228-72697537e4c5</SubscriptionId> <TargetEndpointUri>sample string 8</TargetEndpointUri> <WebhookEventId>c5f5e3a8-7bf0-415c-a587-c72fd19aecc3</WebhookEventId> </Subscription> <Subscription> <Counter>1</Counter> <CustomHeader>sample string 2</CustomHeader> <EndDateUtc>2025-09-14T09:57:51.9985456+03:00</EndDateUtc> <JsonPathFilter>sample string 4</JsonPathFilter> <SignKey>sample string 5</SignKey> <StartDateUtc>2025-09-14T09:57:51.9985456+03:00</StartDateUtc> <State>Active</State> <SubscriptionId>0e57d475-ba3a-4e97-8228-72697537e4c5</SubscriptionId> <TargetEndpointUri>sample string 8</TargetEndpointUri> <WebhookEventId>c5f5e3a8-7bf0-415c-a587-c72fd19aecc3</WebhookEventId> </Subscription> </ArrayOfSubscription>