GET api/ucc_documents/{doc_type}/{event_id}
כלל המסמכים , לפי סוג מסמך + אירוע
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| doc_type |
סוג המסמך: |
ucc_document_type |
Required |
| event_id |
מזהה יחודי של האירוע: אירוע - עבור ישות ucc_conference |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
כלל המסמכים , לפי סוג מסמך + אירוע
Collection of ucc_documents| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_link_to_libary |
קישור למסמך |
string |
None. |
| ucc_eventid |
אירוע - עבור ישות ucc_conference |
ConferenceReference |
None. |
| ucc_product_id |
מוצר - עבור ישות ucc_products_services |
ucc_products_servicesReference |
None. |
| ucc_document_type |
סוג מסמך |
ucc_document_type |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ucc_link_to_libary": "sample string 1",
"ucc_eventid": {
"displayName": "sample string 1",
"id": "8c6e8952-e9ef-4f13-ac9b-4c834e62f80f",
"createdOn": "2026-06-03T18:12:43.7021859+00:00",
"modifiedOn": "2026-06-03T18:12:43.7021859+00:00"
},
"ucc_product_id": {
"displayName": "sample string 1",
"id": "b983861b-251b-4532-aa31-747597682514",
"createdOn": "2026-06-03T18:12:43.7021859+00:00",
"modifiedOn": "2026-06-03T18:12:43.7021859+00:00"
},
"ucc_document_type": 801270000,
"id": "c040d30b-d6b6-4b46-8e46-ed6743e624df",
"createdOn": "2026-06-03T18:12:43.7021859+00:00",
"modifiedOn": "2026-06-03T18:12:43.7021859+00:00"
},
{
"ucc_link_to_libary": "sample string 1",
"ucc_eventid": {
"displayName": "sample string 1",
"id": "8c6e8952-e9ef-4f13-ac9b-4c834e62f80f",
"createdOn": "2026-06-03T18:12:43.7021859+00:00",
"modifiedOn": "2026-06-03T18:12:43.7021859+00:00"
},
"ucc_product_id": {
"displayName": "sample string 1",
"id": "b983861b-251b-4532-aa31-747597682514",
"createdOn": "2026-06-03T18:12:43.7021859+00:00",
"modifiedOn": "2026-06-03T18:12:43.7021859+00:00"
},
"ucc_document_type": 801270000,
"id": "c040d30b-d6b6-4b46-8e46-ed6743e624df",
"createdOn": "2026-06-03T18:12:43.7021859+00:00",
"modifiedOn": "2026-06-03T18:12:43.7021859+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_documents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_documents>
<CreatedOn>2026-06-03T18:12:43.7021859+00:00</CreatedOn>
<Id>c040d30b-d6b6-4b46-8e46-ed6743e624df</Id>
<ModifiedOn>2026-06-03T18:12:43.7021859+00:00</ModifiedOn>
<ucc_document_type>OPT2</ucc_document_type>
<ucc_eventid>
<CreatedOn>2026-06-03T18:12:43.7021859+00:00</CreatedOn>
<Id>8c6e8952-e9ef-4f13-ac9b-4c834e62f80f</Id>
<ModifiedOn>2026-06-03T18:12:43.7021859+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_eventid>
<ucc_link_to_libary>sample string 1</ucc_link_to_libary>
<ucc_product_id>
<CreatedOn>2026-06-03T18:12:43.7021859+00:00</CreatedOn>
<Id>b983861b-251b-4532-aa31-747597682514</Id>
<ModifiedOn>2026-06-03T18:12:43.7021859+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_product_id>
</ucc_documents>
<ucc_documents>
<CreatedOn>2026-06-03T18:12:43.7021859+00:00</CreatedOn>
<Id>c040d30b-d6b6-4b46-8e46-ed6743e624df</Id>
<ModifiedOn>2026-06-03T18:12:43.7021859+00:00</ModifiedOn>
<ucc_document_type>OPT2</ucc_document_type>
<ucc_eventid>
<CreatedOn>2026-06-03T18:12:43.7021859+00:00</CreatedOn>
<Id>8c6e8952-e9ef-4f13-ac9b-4c834e62f80f</Id>
<ModifiedOn>2026-06-03T18:12:43.7021859+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_eventid>
<ucc_link_to_libary>sample string 1</ucc_link_to_libary>
<ucc_product_id>
<CreatedOn>2026-06-03T18:12:43.7021859+00:00</CreatedOn>
<Id>b983861b-251b-4532-aa31-747597682514</Id>
<ModifiedOn>2026-06-03T18:12:43.7021859+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_product_id>
</ucc_documents>
</ArrayOfucc_documents>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.