JiwaAPI

<back to all web services

WebhooksSubscribersGETRequest

Requires Authentication
The following routes are available for this service:
GET/Webhooks/Subscribers/{SubscriberID}Retrieves a Webhook subscriber.
WebhooksSubscribersGETRequest Parameters:
NameParameterData TypeRequiredDescription
SubscriberIDpathstringNo
WebhookSubscriber Parameters:
NameParameterData TypeRequiredDescription
SubscriptionsformList<SY_WebhookSubscription>No
SY_WebhookSubscriber Parameters:
NameParameterData TypeRequiredDescription
RecIDformGuidNo
NameformstringNo
IsEnabledformboolNo
ItemNoformintNo
LastSavedDateTimeformDateTimeNo
RowHashformbyte[]No
SY_WebhookSubscription Parameters:
NameParameterData TypeRequiredDescription
RecIDformGuidNo
SY_WebhookSubscriber_RecIDformGuidNo
EventNameformstringNo
URLformstringNo
ItemNoformintNo
LastSavedDateTimeformDateTimeNo
RowHashformbyte[]No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Webhooks/Subscribers/{SubscriberID} HTTP/1.1 
Host: api.jiwa.com.au 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Subscriptions":[{"EventName":"String","URL":"String","RowHash":"AA=="}],"Name":"String","RowHash":"AA=="}