GET api/ucc_knowledge_first_level/list/by-query/{skip}/{take}/{queryTerm}
(לפי "שם" מתחיל ב) שליפה של רשימת תחום ראשי
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 |
| queryTerm |
(לפי "תחום ראשי" מתחיל ב) טקסט לחיפוש |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
מחזיר null במקרה ולא נמצאה אף תוצאה
Collection of ucc_knowledge_first_level| 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": "7779e78f-a7da-4e23-b00c-1fdde1688128",
"createdOn": "2026-06-03T18:13:13.4718558+00:00",
"modifiedOn": "2026-06-03T18:13:13.4718558+00:00"
},
{
"ucc_name": "sample string 1",
"id": "7779e78f-a7da-4e23-b00c-1fdde1688128",
"createdOn": "2026-06-03T18:13:13.4718558+00:00",
"modifiedOn": "2026-06-03T18:13:13.4718558+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_knowledge_first_level xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_knowledge_first_level>
<CreatedOn>2026-06-03T18:13:13.4718558+00:00</CreatedOn>
<Id>7779e78f-a7da-4e23-b00c-1fdde1688128</Id>
<ModifiedOn>2026-06-03T18:13:13.4718558+00:00</ModifiedOn>
<ucc_name>sample string 1</ucc_name>
</ucc_knowledge_first_level>
<ucc_knowledge_first_level>
<CreatedOn>2026-06-03T18:13:13.4718558+00:00</CreatedOn>
<Id>7779e78f-a7da-4e23-b00c-1fdde1688128</Id>
<ModifiedOn>2026-06-03T18:13:13.4718558+00:00</ModifiedOn>
<ucc_name>sample string 1</ucc_name>
</ucc_knowledge_first_level>
</ArrayOfucc_knowledge_first_level>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.