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 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 Tuesday, April 15, 2025