Get Spread Job Status
GET /ws/rest/service/v2/activity/sheets/spread/jobStatus/{jobId}
Purpose
Retrieve the job status of Activity and Assignment Spreads.
Prerequisite
To retrieve the job status of a job created via the POST method, you 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
Create or Update Baseline Schedule for Manual Activity Sheet
Get Activities in the Manual Activity Sheet of a Specific Shell
Schedule Project for Manual Activity Sheet
Recost Project for Manual Activity Sheet
Last Published Wednesday, April 9, 2025