GET api/ucc_specialization/list/{skip}/{take}
Retrieve all items using skip/take bulk paging. page=skip/take or skip=page*take or take=page*skip
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip |
Index of the first record to take (Min:0) |
integer |
Required |
| take |
Maximum counted records to be taken in the results (Max:100) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
מומחה
Collection of ucc_specialization| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_name |
שם |
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",
"id": "15ecf705-082a-45d2-a170-6a5294842876",
"createdOn": "2026-06-03T18:13:13.0428221+00:00",
"modifiedOn": "2026-06-03T18:13:13.0428221+00:00"
},
{
"ucc_name": "sample string 1",
"id": "15ecf705-082a-45d2-a170-6a5294842876",
"createdOn": "2026-06-03T18:13:13.0428221+00:00",
"modifiedOn": "2026-06-03T18:13:13.0428221+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_specialization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_specialization>
<CreatedOn>2026-06-03T18:13:13.0428221+00:00</CreatedOn>
<Id>15ecf705-082a-45d2-a170-6a5294842876</Id>
<ModifiedOn>2026-06-03T18:13:13.0428221+00:00</ModifiedOn>
<ucc_name>sample string 1</ucc_name>
</ucc_specialization>
<ucc_specialization>
<CreatedOn>2026-06-03T18:13:13.0428221+00:00</CreatedOn>
<Id>15ecf705-082a-45d2-a170-6a5294842876</Id>
<ModifiedOn>2026-06-03T18:13:13.0428221+00:00</ModifiedOn>
<ucc_name>sample string 1</ucc_name>
</ucc_specialization>
</ArrayOfucc_specialization>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.