GET api/accounts/academic-institution/{skip}/{take}/{queryTerm}

חיפוש ארגונים שמוגדרים כמוסדות אקדמאים לפי שם הארגון

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skip

integer

Required

take

integer

Required

queryTerm

שם

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Account
NameDescriptionTypeAdditional information
Name

שם הארגון

string

None.

ucc_VAT

ח.פ

string

None.

Telephone1

מספר הטלפון

string

None.

ucc_city_id

עיר

ucc_city

None.

ucc_street_id

רחוב

ucc_street

None.

ucc_house_number

מספר

string

None.

ucc_postalcode_id

מיקוד

ucc_postalcode

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "ucc_VAT": "sample string 2",
    "telephone1": "sample string 3",
    "ucc_city_id": {
      "displayName": "sample string 1",
      "id": "ddf8223d-ee4d-4bdd-bf12-d8a43569003a",
      "createdOn": "2026-06-03T18:13:59.3521149+00:00",
      "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
    },
    "ucc_street_id": {
      "displayName": "sample string 1",
      "id": "85f3d84f-95c3-42c1-b57c-184710a93600",
      "createdOn": "2026-06-03T18:13:59.3521149+00:00",
      "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
    },
    "ucc_house_number": "sample string 4",
    "ucc_postalcode_id": {
      "displayName": "sample string 1",
      "id": "a6300494-bbb4-4421-ad1d-3d4d89e6a9e6",
      "createdOn": "2026-06-03T18:13:59.3521149+00:00",
      "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
    },
    "id": "0b36370f-d1e9-412e-9b31-735f5692af3f",
    "createdOn": "2026-06-03T18:13:59.3521149+00:00",
    "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
  },
  {
    "name": "sample string 1",
    "ucc_VAT": "sample string 2",
    "telephone1": "sample string 3",
    "ucc_city_id": {
      "displayName": "sample string 1",
      "id": "ddf8223d-ee4d-4bdd-bf12-d8a43569003a",
      "createdOn": "2026-06-03T18:13:59.3521149+00:00",
      "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
    },
    "ucc_street_id": {
      "displayName": "sample string 1",
      "id": "85f3d84f-95c3-42c1-b57c-184710a93600",
      "createdOn": "2026-06-03T18:13:59.3521149+00:00",
      "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
    },
    "ucc_house_number": "sample string 4",
    "ucc_postalcode_id": {
      "displayName": "sample string 1",
      "id": "a6300494-bbb4-4421-ad1d-3d4d89e6a9e6",
      "createdOn": "2026-06-03T18:13:59.3521149+00:00",
      "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
    },
    "id": "0b36370f-d1e9-412e-9b31-735f5692af3f",
    "createdOn": "2026-06-03T18:13:59.3521149+00:00",
    "modifiedOn": "2026-06-03T18:13:59.3521149+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <Account>
    <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
    <Id>0b36370f-d1e9-412e-9b31-735f5692af3f</Id>
    <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
    <Name>sample string 1</Name>
    <Telephone1>sample string 3</Telephone1>
    <ucc_VAT>sample string 2</ucc_VAT>
    <ucc_city_id>
      <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
      <Id>ddf8223d-ee4d-4bdd-bf12-d8a43569003a</Id>
      <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_city_id>
    <ucc_house_number>sample string 4</ucc_house_number>
    <ucc_postalcode_id>
      <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
      <Id>a6300494-bbb4-4421-ad1d-3d4d89e6a9e6</Id>
      <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_postalcode_id>
    <ucc_street_id>
      <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
      <Id>85f3d84f-95c3-42c1-b57c-184710a93600</Id>
      <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_street_id>
  </Account>
  <Account>
    <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
    <Id>0b36370f-d1e9-412e-9b31-735f5692af3f</Id>
    <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
    <Name>sample string 1</Name>
    <Telephone1>sample string 3</Telephone1>
    <ucc_VAT>sample string 2</ucc_VAT>
    <ucc_city_id>
      <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
      <Id>ddf8223d-ee4d-4bdd-bf12-d8a43569003a</Id>
      <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_city_id>
    <ucc_house_number>sample string 4</ucc_house_number>
    <ucc_postalcode_id>
      <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
      <Id>a6300494-bbb4-4421-ad1d-3d4d89e6a9e6</Id>
      <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_postalcode_id>
    <ucc_street_id>
      <CreatedOn>2026-06-03T18:13:59.3521149+00:00</CreatedOn>
      <Id>85f3d84f-95c3-42c1-b57c-184710a93600</Id>
      <ModifiedOn>2026-06-03T18:13:59.3521149+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_street_id>
  </Account>
</ArrayOfAccount>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.