Name | Description | Type | Additional information |
---|---|---|---|
QueueItemId
Id of an item in the queue
Type
integer
|
|||
QueueItemId |
Id of an item in the queue |
integer | |
StatusId |
The queue status id |
integer | |
DateQueued
Date the item was added to the queue
Type
date
|
|||
DateQueued |
Date the item was added to the queue |
date | |
DateStarted
Date the processing of the item has been started.
Type
date
|
|||
DateStarted |
Date the processing of the item has been started. |
date | |
DateComplete
Date the processing of the item was completed.
Type
date
|
|||
DateComplete |
Date the processing of the item was completed. |
date | |
ProgressPercent
The completion percentage.
Type
integer
Additional info
Range: inclusive between 0 and 100
|
|||
ProgressPercent |
The completion percentage. |
integer |
Range: inclusive between 0 and 100 |
ProgressText
A text indicated which step of the process is actually being executed.
Type
string
|
|||
ProgressText |
A text indicated which step of the process is actually being executed. |
string | |
ResultUrl
The url of the resulting document.
Type
string
|
|||
ResultUrl |
The url of the resulting document. |
string | |
Links |
HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic. |
Hateoas |