GET api/streets/{id}
Retrieve Street 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
Street
ucc_street| 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": "a261fd30-1c0c-4925-b762-e28a5b6ffe52",
"createdOn": "2026-06-03T18:12:04.3741167+00:00",
"modifiedOn": "2026-06-03T18:12:04.3741167+00:00"
}
application/xml, text/xml
Sample:
<ucc_street xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel"> <CreatedOn>2026-06-03T18:12:04.3741167+00:00</CreatedOn> <Id>a261fd30-1c0c-4925-b762-e28a5b6ffe52</Id> <ModifiedOn>2026-06-03T18:12:04.3741167+00:00</ModifiedOn> <DisplayName>sample string 1</DisplayName> </ucc_street>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.