GET api/ucc_documents/{skip}/{take}
שליפת פרטים מסוג מסמכים קשורים
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip |
מ-רשומה |
integer |
Required |
| take |
עד-רשומה |
integer |
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": "4e378a4b-756f-42f8-95ae-0d9dadbb50ec",
"createdOn": "2026-06-03T18:12:03.0075977+00:00",
"modifiedOn": "2026-06-03T18:12:03.0075977+00:00"
},
"ucc_product_id": {
"displayName": "sample string 1",
"id": "392f638b-499d-4cce-b15c-c455477e9db9",
"createdOn": "2026-06-03T18:12:03.0075977+00:00",
"modifiedOn": "2026-06-03T18:12:03.0075977+00:00"
},
"ucc_document_type": 801270000,
"id": "866d896d-0066-4056-b961-32302976fe20",
"createdOn": "2026-06-03T18:12:03.0075977+00:00",
"modifiedOn": "2026-06-03T18:12:03.0075977+00:00"
},
{
"ucc_link_to_libary": "sample string 1",
"ucc_eventid": {
"displayName": "sample string 1",
"id": "4e378a4b-756f-42f8-95ae-0d9dadbb50ec",
"createdOn": "2026-06-03T18:12:03.0075977+00:00",
"modifiedOn": "2026-06-03T18:12:03.0075977+00:00"
},
"ucc_product_id": {
"displayName": "sample string 1",
"id": "392f638b-499d-4cce-b15c-c455477e9db9",
"createdOn": "2026-06-03T18:12:03.0075977+00:00",
"modifiedOn": "2026-06-03T18:12:03.0075977+00:00"
},
"ucc_document_type": 801270000,
"id": "866d896d-0066-4056-b961-32302976fe20",
"createdOn": "2026-06-03T18:12:03.0075977+00:00",
"modifiedOn": "2026-06-03T18:12:03.0075977+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:03.0075977+00:00</CreatedOn>
<Id>866d896d-0066-4056-b961-32302976fe20</Id>
<ModifiedOn>2026-06-03T18:12:03.0075977+00:00</ModifiedOn>
<ucc_document_type>OPT2</ucc_document_type>
<ucc_eventid>
<CreatedOn>2026-06-03T18:12:03.0075977+00:00</CreatedOn>
<Id>4e378a4b-756f-42f8-95ae-0d9dadbb50ec</Id>
<ModifiedOn>2026-06-03T18:12:03.0075977+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:03.0075977+00:00</CreatedOn>
<Id>392f638b-499d-4cce-b15c-c455477e9db9</Id>
<ModifiedOn>2026-06-03T18:12:03.0075977+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_product_id>
</ucc_documents>
<ucc_documents>
<CreatedOn>2026-06-03T18:12:03.0075977+00:00</CreatedOn>
<Id>866d896d-0066-4056-b961-32302976fe20</Id>
<ModifiedOn>2026-06-03T18:12:03.0075977+00:00</ModifiedOn>
<ucc_document_type>OPT2</ucc_document_type>
<ucc_eventid>
<CreatedOn>2026-06-03T18:12:03.0075977+00:00</CreatedOn>
<Id>4e378a4b-756f-42f8-95ae-0d9dadbb50ec</Id>
<ModifiedOn>2026-06-03T18:12:03.0075977+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:03.0075977+00:00</CreatedOn>
<Id>392f638b-499d-4cce-b15c-c455477e9db9</Id>
<ModifiedOn>2026-06-03T18:12:03.0075977+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.