Get the specific clinical job submission entry
get/submissions/{jobSubmissionId}
Returns the specified clinical job submission item by ID.
1{2 "value": {3 "version": 1,4 "state": "RUNNING_TASKS",5 "id": "b2913000-58fc-4153-91c7-655dc4f675df",6 "name": "Test.cjob",7 "jobRunContext": "INTERACTIVE",8 "submittedTimeStamp": "2024-05-03T14:04:19.181000Z",9 "submittedBy": "test1",10 "submittedByDisplayName": " Test User (test1)",11 "completedTimeStamp": "2024-05-03T14:04:29.827000Z",12 "info": "Job completed successfully.",13 "runAsUser": "test1",14 "runAsUserDisplayName": " Test User (test1)",15 "jobName": "Test.cjob",16 "jobPath": "/demo/Test.cjob",17 "jobLocation": "/demo",18 "jobResourceLocation": "WORKSPACE",19 "jobOwner": "test1",20 "jobOwnerDisplayName": " Test User (test1)",21 "jobRunAsOwner": false,22 "lastSubmittedItem": "Prog2.sas",23 "type": "WORKSPACE",24 "manifest": {25 "name": "Test.cmnf",26 "path": "/demo/Test.cmnf",27 "resourceLocation": "WORKSPACE"28 },29 "manifestModifiedTimeStamp": "2024-05-03T14:04:30.827000Z"30 }31}