There are no required parameters for this endpoint.
EventName, NetworkId and CreationTimestamp.Ascending and Descending.EventName or CallbackDescriptor.SearchKey, or EventName if unspecified.A successful call will result in a JSON object with the following structure:
{
'Success' : [
{
'CallbackId' : string, // unique identifier of the callback
'NetworkId' : string, // the NetworkId this callback identifier is associated with
'EventName' : string, // the event that this callback is associated with
'CreationTimestamp' : string, // ISO 8601 formatted timestamp for when the callback was created
'CallbackVersion' : integer, // The callback version number
'CallbackDescriptor': object // the URL endpoint to perform an operation on
},
...
]
}
The Error result will be a flat array of objects, which have keys for the message name and explanatory text.
{
'Error' : [
{ 'Name' : string, 'Message' : string },
{ 'Name' : string, 'Message' : string },
...
]
}
EventName, NetworkId, or CreationTimestamp."Super Administrator" role may list callbacks either at the global scope or for any network."Super Delegate" role may list callbacks for any assigned network."Network Administrator" role may list callbacks for his or her own network.Command Line Example
curl -v --insecure \ -H 'Accept: application/vnd.compendium.blog;version=2,application/json' \ --user 'username:KeKLFeBMSn4YTZgkGQ3Wq5BcpezWxF8fJrQxv2hn' \ https://api.test.compendiumblog.com/app/callbacks?&NetworkId=4719874f-91...