Get Spread Job Status
Get /ws/rest/service/v2/activity/sheets/spread/jobStatus/{jobId}
Purpose:
Retrieve the job status of Activity and Assignment Spreads.
Permissions:
To retrieve the job status of a job created via the POST method, a user must have Get Access permissions enabled within Integration Users.
Sample Request:
URL : {hosturl}/ws/rest/service/v2/activity/sheets/spread/jobStatus/1688113665288
Sample Response:
{
"message": [
{
"jobId": 1690569686180,
"jobStatus": "COMPLETED",
"jobDetail": "Job is completed successfully."
}
],
"status": 200,
"rest_audit_id": 16306
}
Related Topics
Create, Update, and Remove Assignments
Create or Update Assignment Spreads
Create or Update Activity Spreads
Create, Update, and Remove Activities from the System Activity Sheet of a Specific Shell
Get Activities from the System Activity Sheet of a Specific Shell
Create, Update, and Delete Activities in the Manual Activity Sheet of a Specific Shell
Get Activities in the Manual Activity Sheet of a Specific Shell
Last Published Tuesday, July 1, 2025