Get the job definition summary

get/definitions/{definitionId}
Internal-Use Only

Returns the summary representation of the job definition that is specified by the provided job definition ID.

Request Samples

1

Response Samples

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": 2
20}

Path Parameters

NameTypeRequiredDescription
definitionId
string
true

The ID of the job definition.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo resource exists at the requested path.Schema