Get the job definition summary
get/definitions/{definitionId}
Returns the summary representation of the job definition that is specified by the provided job definition ID.
1{2 "creationTimeStamp": "2021-11-11T22:41:36.106Z",3 "modifiedTimeStamp": "2021-11-12T14:49:51.505Z",4 "createdBy": "user1",5 "modifiedBy": "user1",6 "id": "d7a112d7-b5df-4343-9161-4c264d678447",7 "type": "jobDefinition",8 "name": "Simple proc print",9 "description": "Show the contents of sashelp.class using PROC PRINT",10 "links": [11 {12 "method": "GET",13 "rel": "self",14 "href": "/jobDefinitions/definitions/d7a112d7-b5df-4343-9161-4c264d678447",15 "uri": "/jobDefinitions/definitions/d7a112d7-b5df-4343-9161-4c264d678447",16 "type": "application/vnd.sas.job.definition"17 }18 ],19 "version": 220}