Returns the current status of a page generation task
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobid |
Job Id of the page generation task |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | ApiGeneratePagesStatusResponse |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": { "Status": "Success", "Data": { "PageRegenerated": 1, "Errors": [ "Error description", "Error description" ], "Warnings": [] } }, "Success": true, "Messages": [] }