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-06T18:00:27.8143832+03:00", "JsonPathFilter": "sample string 4", "SignKey": "sample string 5", "StartDateUtc": "2025-07-06T18:00:27.8143832+03:00", "State": 1, "SubscriptionId": "e262015e-3d7b-4c96-be6b-235351cb0999", "TargetEndpointUri": "sample string 8", "WebhookEventId": "fb0d634e-acbe-4e37-8f51-0fe2db99adea" }, { "Counter": 1, "CustomHeader": "sample string 2", "EndDateUtc": "2025-07-06T18:00:27.8143832+03:00", "JsonPathFilter": "sample string 4", "SignKey": "sample string 5", "StartDateUtc": "2025-07-06T18:00:27.8143832+03:00", "State": 1, "SubscriptionId": "e262015e-3d7b-4c96-be6b-235351cb0999", "TargetEndpointUri": "sample string 8", "WebhookEventId": "fb0d634e-acbe-4e37-8f51-0fe2db99adea" } ]
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-06T18:00:27.8143832+03:00</EndDateUtc> <JsonPathFilter>sample string 4</JsonPathFilter> <SignKey>sample string 5</SignKey> <StartDateUtc>2025-07-06T18:00:27.8143832+03:00</StartDateUtc> <State>Active</State> <SubscriptionId>e262015e-3d7b-4c96-be6b-235351cb0999</SubscriptionId> <TargetEndpointUri>sample string 8</TargetEndpointUri> <WebhookEventId>fb0d634e-acbe-4e37-8f51-0fe2db99adea</WebhookEventId> </Subscription> <Subscription> <Counter>1</Counter> <CustomHeader>sample string 2</CustomHeader> <EndDateUtc>2025-07-06T18:00:27.8143832+03:00</EndDateUtc> <JsonPathFilter>sample string 4</JsonPathFilter> <SignKey>sample string 5</SignKey> <StartDateUtc>2025-07-06T18:00:27.8143832+03:00</StartDateUtc> <State>Active</State> <SubscriptionId>e262015e-3d7b-4c96-be6b-235351cb0999</SubscriptionId> <TargetEndpointUri>sample string 8</TargetEndpointUri> <WebhookEventId>fb0d634e-acbe-4e37-8f51-0fe2db99adea</WebhookEventId> </Subscription> </ArrayOfSubscription>