GET api/ucc_specialization/list/by-query/{skip}/{take}/{queryTerm}

(לפי "שם" מתחיל ב) שליפה של רשימת מומחה

Request Information

URI Parameters

NameDescriptionTypeAdditional 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_specialization
NameDescriptionTypeAdditional 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": "6e2c2c05-8ddd-4eba-b859-351bb8707795",
    "createdOn": "2026-06-03T18:13:36.3917057+00:00",
    "modifiedOn": "2026-06-03T18:13:36.3917057+00:00"
  },
  {
    "ucc_name": "sample string 1",
    "id": "6e2c2c05-8ddd-4eba-b859-351bb8707795",
    "createdOn": "2026-06-03T18:13:36.3917057+00:00",
    "modifiedOn": "2026-06-03T18:13:36.3917057+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:36.3917057+00:00</CreatedOn>
    <Id>6e2c2c05-8ddd-4eba-b859-351bb8707795</Id>
    <ModifiedOn>2026-06-03T18:13:36.3917057+00:00</ModifiedOn>
    <ucc_name>sample string 1</ucc_name>
  </ucc_specialization>
  <ucc_specialization>
    <CreatedOn>2026-06-03T18:13:36.3917057+00:00</CreatedOn>
    <Id>6e2c2c05-8ddd-4eba-b859-351bb8707795</Id>
    <ModifiedOn>2026-06-03T18:13:36.3917057+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.