GET api/jobs/{id}
Retrieve Jobs/Roles item by primary key
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Unique identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Jobs
Jobs| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_showonweb |
האם להציג באתר |
boolean |
None. |
| DisplayName |
שם לתצוגה |
string |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ucc_showonweb": true,
"displayName": "sample string 1",
"id": "7e7df3dc-1484-4727-b5c2-b7fd2c38e81b",
"createdOn": "2026-06-03T18:13:12.6670709+00:00",
"modifiedOn": "2026-06-03T18:13:12.6670709+00:00"
}
application/xml, text/xml
Sample:
<Jobs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel"> <CreatedOn>2026-06-03T18:13:12.6670709+00:00</CreatedOn> <Id>7e7df3dc-1484-4727-b5c2-b7fd2c38e81b</Id> <ModifiedOn>2026-06-03T18:13:12.6670709+00:00</ModifiedOn> <DisplayName>sample string 1</DisplayName> <ucc_showonweb>true</ucc_showonweb> </Jobs>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.