API Guide

Table Of Contents
"@odata.id": "/api/JobService/JobTypes(38)",
"Id": 38,
"Name": "MCMOffBoarding_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(39)",
"Id": 39,
"Name": "MCMGroupCreation_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(41)",
"Id": 41,
"Name": "ProfileUpdate_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(42)",
"Id": 42,
"Name": "QuickDeploy_Task",
"Internal": false
}
]
}
Table 108. Attributes
Attribute Description
Id ID of the job type.
Name Name of the job type.
Internal Indicates if the job is internal.
/api/JobService/JobTypes(Id)
This URI represents the details of a job type.
GET method for JobTypes(Id)
This method returns the details of a specific job type.
Description
Returns details of a job type.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#JobService.JobType/$entity",
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(5)",
"Id": 5,
"Name": "Update_Task",
"Internal": false
}
Monitor 245