| Description |
---|
Target | string Use this field to search for the callbacks scheduled for the particular target. |
ServiceId | string($guid) Get callbacks of particular service |
ServiceSip | string Get callbacks of particular service |
State | string Get callbacks with particular state (only Pending or Processing are currently supported) Enum: [ Pending, InQueue, Processing, Terminated ] |
AppPoolId | string($guid) Filter callbacks for the specific ApplicationPool (defined by its Id) |
StartDate | string($date-time) Search for the callbacks which scheduled to start from the StartDate. |
EndDate | string($date-time) Search for the callbacks which scheduled to start before the EndDate. |
Limit* | integer($int32) Limit output with specified number of callbacks. |
Offset* | integer($int32) Skip defined number of callbacks |
OrderBy | string The field you want to order callbacks by. |
SortOrder* | string As obvious from the field name - ordering direction: Ascending/Descending Enum: [ Ascending, Descending ] |
ExternalTaskId | string If was provided when callback was created - search by ExternalTaskId. |
CallerId | string Search by related field if provided on callback creation. (to search the callbacks created by particular external user/service through the Luware.API. |