GET api/committee/{id}
Retrieve Committee 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
וַעֲדָה
ucc_Committee| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_name |
שם ועדה |
string |
None. |
| ucc_committee_number |
מספר ועדה |
string |
None. |
| ucc_committee_type_id |
סוג ועדה |
string |
None. |
| ucc_ChairmanId |
יו"ר ועדה |
ContactRefernce |
None. |
| ucc_CategoryId |
קטגוריה |
string |
None. |
| ucc_CommitteeStartDate |
תאריך פתיחת ועדה |
date |
None. |
| ucc_show_on_web |
האם להציג באתר? |
boolean |
None. |
| ucc_enable_webregistration |
ניתן להצטרף מהאתר? |
boolean |
None. |
| ucc_CommitteeType |
תאור סוג ועדה |
ucc_CommitteeType |
None. |
| ucc_CommitteAppointCode |
הגוף הממנה |
ucc_CommitteAppointCode |
None. |
| ucc_committeeenddate |
תאריך סיום [dd/MM/yyyy HH:mm] |
date |
None. |
| ucc_committee_escription |
תיאור ועדה |
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_name": "sample string 1",
"ucc_committee_number": "sample string 2",
"ucc_committee_type_id": "sample string 3",
"ucc_ChairmanId": {
"displayName": "sample string 1",
"id": "57ecb529-de00-4474-bfce-3451c123c019",
"createdOn": "2026-06-03T18:12:43.6865587+00:00",
"modifiedOn": "2026-06-03T18:12:43.6865587+00:00"
},
"ucc_CategoryId": "sample string 4",
"ucc_CommitteeStartDate": "2026-06-03T18:12:43.6865587+00:00",
"ucc_show_on_web": true,
"ucc_enable_webregistration": true,
"ucc_CommitteeType": 801270000,
"ucc_CommitteAppointCode": 801270000,
"ucc_committeeenddate": "2026-06-03T18:12:43.6865587+00:00",
"ucc_committee_escription": "sample string 5",
"id": "05096d4d-9327-4dc5-a367-75bbdf9598ac",
"createdOn": "2026-06-03T18:12:43.6865587+00:00",
"modifiedOn": "2026-06-03T18:12:43.6865587+00:00"
}
application/xml, text/xml
Sample:
<ucc_Committee 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:43.6865587+00:00</CreatedOn>
<Id>05096d4d-9327-4dc5-a367-75bbdf9598ac</Id>
<ModifiedOn>2026-06-03T18:12:43.6865587+00:00</ModifiedOn>
<ucc_CategoryId>sample string 4</ucc_CategoryId>
<ucc_ChairmanId>
<CreatedOn>2026-06-03T18:12:43.6865587+00:00</CreatedOn>
<Id>57ecb529-de00-4474-bfce-3451c123c019</Id>
<ModifiedOn>2026-06-03T18:12:43.6865587+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_ChairmanId>
<ucc_CommitteAppointCode>Opt0</ucc_CommitteAppointCode>
<ucc_CommitteeStartDate>2026-06-03T18:12:43.6865587+00:00</ucc_CommitteeStartDate>
<ucc_CommitteeType>Opt0</ucc_CommitteeType>
<ucc_committee_escription>sample string 5</ucc_committee_escription>
<ucc_committee_number>sample string 2</ucc_committee_number>
<ucc_committee_type_id>sample string 3</ucc_committee_type_id>
<ucc_committeeenddate>2026-06-03T18:12:43.6865587+00:00</ucc_committeeenddate>
<ucc_enable_webregistration>true</ucc_enable_webregistration>
<ucc_name>sample string 1</ucc_name>
<ucc_show_on_web>true</ucc_show_on_web>
</ucc_Committee>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.