GET api/expertises/{id}
Retrieve Expertise 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
Expertise
Expertise| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"displayName": "sample string 1",
"id": "70797b7e-1952-4fff-9554-0cae62db428a",
"createdOn": "2026-06-03T18:11:52.2367143+00:00",
"modifiedOn": "2026-06-03T18:11:52.2367143+00:00"
}
application/xml, text/xml
Sample:
<Expertise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel"> <CreatedOn>2026-06-03T18:11:52.2367143+00:00</CreatedOn> <Id>70797b7e-1952-4fff-9554-0cae62db428a</Id> <ModifiedOn>2026-06-03T18:11:52.2367143+00:00</ModifiedOn> <DisplayName>sample string 1</DisplayName> </Expertise>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.