Last Updated: 1/22/2020 12:11:10 AM
Query a callback with given callback ID
Request
HTTP Request
GET /SMPI/{version}/service/wfbss/api/callback/{id}
Parameters
HTTP Request Example
Query a callback with given callback ID: GET /SMPI/{version}/service/wfbss/api/callback/0002
Request Body
Do not supply a request body with this method.
Response
Response
If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
{ "callback": [ { "url": "http://target.server.trend.com/notify", "id": "0002", "event": { "filter": { "vids": [ "f276f4fa-6b78-4db7-b238-c8328d719717" ] }, "name": "customer_changed" } } ] }
Name |
Type |
Description |
Length |
---|---|---|---|
callback[].id |
string |
Callback ID |
|
callback[].url |
string |
Callback URL |
|
callback[].event.name |
string |
Event name |
customer_changed, computer_changed, customer_group_changed, new_notifications, or vendor_changed |
callback[].event.filter.vids[] |
string |
Your vendor ID |
GUID |