QueueItem

QueueItemId

Id of an item in the queue


Type integer
StatusId

The queue status id


Type integer
Additional info
DateQueued

Date the item was added to the queue


Type date
DateStarted

Date the processing of the item has been started.


Type date
DateComplete

Date the processing of the item was completed.


Type date
ProgressPercent

The completion percentage.


Type integer
Additional info
Range: inclusive between 0 and 100
ProgressText

A text indicated which step of the process is actually being executed.


Type string
ResultUrl

The url of the resulting document.


Type 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.


Type Hateoas

Related Methods

Import contacts in bulk. Depending on your import configuration you can receive a email notification on each import. You can also trace the item in the queue when requesting the result.