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-07-11T13:06:12.6731786+03:00", "JsonPathFilter": "sample string 4", "SignKey": "sample string 5", "StartDateUtc": "2025-07-11T13:06:12.6731786+03:00", "State": 1, "SubscriptionId": "6246d840-1daa-4132-8362-870d7a33b3b3", "TargetEndpointUri": "sample string 8", "WebhookEventId": "4dd067f7-951b-4bc6-b1c5-17eef6239949" }, { "Counter": 1, "CustomHeader": "sample string 2", "EndDateUtc": "2025-07-11T13:06:12.6731786+03:00", "JsonPathFilter": "sample string 4", "SignKey": "sample string 5", "StartDateUtc": "2025-07-11T13:06:12.6731786+03:00", "State": 1, "SubscriptionId": "6246d840-1daa-4132-8362-870d7a33b3b3", "TargetEndpointUri": "sample string 8", "WebhookEventId": "4dd067f7-951b-4bc6-b1c5-17eef6239949" } ]
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-07-11T13:06:12.6731786+03:00</EndDateUtc> <JsonPathFilter>sample string 4</JsonPathFilter> <SignKey>sample string 5</SignKey> <StartDateUtc>2025-07-11T13:06:12.6731786+03:00</StartDateUtc> <State>Active</State> <SubscriptionId>6246d840-1daa-4132-8362-870d7a33b3b3</SubscriptionId> <TargetEndpointUri>sample string 8</TargetEndpointUri> <WebhookEventId>4dd067f7-951b-4bc6-b1c5-17eef6239949</WebhookEventId> </Subscription> <Subscription> <Counter>1</Counter> <CustomHeader>sample string 2</CustomHeader> <EndDateUtc>2025-07-11T13:06:12.6731786+03:00</EndDateUtc> <JsonPathFilter>sample string 4</JsonPathFilter> <SignKey>sample string 5</SignKey> <StartDateUtc>2025-07-11T13:06:12.6731786+03:00</StartDateUtc> <State>Active</State> <SubscriptionId>6246d840-1daa-4132-8362-870d7a33b3b3</SubscriptionId> <TargetEndpointUri>sample string 8</TargetEndpointUri> <WebhookEventId>4dd067f7-951b-4bc6-b1c5-17eef6239949</WebhookEventId> </Subscription> </ArrayOfSubscription>