Statuses - Pending: 0, Processing: 1, Complete: 2, Failed: 3
Delete Messages specified in list of MessageQueueIds
Returns Promise object that represents a collection of QueueMessages which have been processed
List of MessageQueueId values
automatically delete messages that complete with successful execution, default is false
Optional
hours_to_keep: numberutomatically delete messages that complete with successful execution, default is false
Get Messages specified in list of MessageQueueIds
Returns Promise object that represents a collection of QueueMessages which have been processed
List of MessageQueueId values
Optional
maxcount: number = 15Maximum number returned. Defaults to 15
Process Webhook MessageQueue records by MessageQueueId
Returns Promise object that represents a collection of QueueMessages which have been processed
Optional
ids: number[]List of MessageQueueId values
Optional
delete_successful: boolean = falseautomatically delete messages that complete with successful execution, default is false
Update queue message
Returns Promise object that represents an Object with the desired GIS service definitions
Provide allowed parameters:
{
HookId: number,
Id: number,
Packet: string,
Result: string,
Status: string, // Available options: Pending, Processing, Complete, Failed
HookType: string // Available options: Unknown, ActivityUpdate, Email, WebHook
}
Hook Types - Unknown: 0, ActivityUpdate: 1, Email: 2, WebHook: 3