GET api/committee/{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

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

Body Parameters

None.

Response Information

Resource Description

רשימת ועדות

Collection of ucc_Committee
NameDescriptionTypeAdditional information
ucc_name

שם ועדה

string

None.

ucc_committee_number

מספר ועדה

string

None.

ucc_committee_type_id

סוג ועדה

string

None.

ucc_ChairmanId

יו"ר ועדה

ContactRefernce

None.

ucc_CategoryId

קטגוריה

string

None.

ucc_CommitteeStartDate

תאריך פתיחת ועדה

date

None.

ucc_show_on_web

האם להציג באתר?

boolean

None.

ucc_enable_webregistration

ניתן להצטרף מהאתר?

boolean

None.

ucc_CommitteeType

תאור סוג ועדה

ucc_CommitteeType

None.

ucc_CommitteAppointCode

הגוף הממנה

ucc_CommitteAppointCode

None.

ucc_committeeenddate

תאריך סיום [dd/MM/yyyy HH:mm]

date

None.

ucc_committee_escription

תיאור ועדה

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",
    "ucc_committee_number": "sample string 2",
    "ucc_committee_type_id": "sample string 3",
    "ucc_ChairmanId": {
      "displayName": "sample string 1",
      "id": "bc542ffe-78bc-49b7-b86f-186d05a66641",
      "createdOn": "2026-06-03T18:12:51.7484105+00:00",
      "modifiedOn": "2026-06-03T18:12:51.7484105+00:00"
    },
    "ucc_CategoryId": "sample string 4",
    "ucc_CommitteeStartDate": "2026-06-03T18:12:51.7484105+00:00",
    "ucc_show_on_web": true,
    "ucc_enable_webregistration": true,
    "ucc_CommitteeType": 801270000,
    "ucc_CommitteAppointCode": 801270000,
    "ucc_committeeenddate": "2026-06-03T18:12:51.7484105+00:00",
    "ucc_committee_escription": "sample string 5",
    "id": "06d83bb6-908a-4815-98ec-8825f059fad5",
    "createdOn": "2026-06-03T18:12:51.7484105+00:00",
    "modifiedOn": "2026-06-03T18:12:51.7484105+00:00"
  },
  {
    "ucc_name": "sample string 1",
    "ucc_committee_number": "sample string 2",
    "ucc_committee_type_id": "sample string 3",
    "ucc_ChairmanId": {
      "displayName": "sample string 1",
      "id": "bc542ffe-78bc-49b7-b86f-186d05a66641",
      "createdOn": "2026-06-03T18:12:51.7484105+00:00",
      "modifiedOn": "2026-06-03T18:12:51.7484105+00:00"
    },
    "ucc_CategoryId": "sample string 4",
    "ucc_CommitteeStartDate": "2026-06-03T18:12:51.7484105+00:00",
    "ucc_show_on_web": true,
    "ucc_enable_webregistration": true,
    "ucc_CommitteeType": 801270000,
    "ucc_CommitteAppointCode": 801270000,
    "ucc_committeeenddate": "2026-06-03T18:12:51.7484105+00:00",
    "ucc_committee_escription": "sample string 5",
    "id": "06d83bb6-908a-4815-98ec-8825f059fad5",
    "createdOn": "2026-06-03T18:12:51.7484105+00:00",
    "modifiedOn": "2026-06-03T18:12:51.7484105+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfucc_Committee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <ucc_Committee>
    <CreatedOn>2026-06-03T18:12:51.7484105+00:00</CreatedOn>
    <Id>06d83bb6-908a-4815-98ec-8825f059fad5</Id>
    <ModifiedOn>2026-06-03T18:12:51.7484105+00:00</ModifiedOn>
    <ucc_CategoryId>sample string 4</ucc_CategoryId>
    <ucc_ChairmanId>
      <CreatedOn>2026-06-03T18:12:51.7484105+00:00</CreatedOn>
      <Id>bc542ffe-78bc-49b7-b86f-186d05a66641</Id>
      <ModifiedOn>2026-06-03T18:12:51.7484105+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_ChairmanId>
    <ucc_CommitteAppointCode>Opt0</ucc_CommitteAppointCode>
    <ucc_CommitteeStartDate>2026-06-03T18:12:51.7484105+00:00</ucc_CommitteeStartDate>
    <ucc_CommitteeType>Opt0</ucc_CommitteeType>
    <ucc_committee_escription>sample string 5</ucc_committee_escription>
    <ucc_committee_number>sample string 2</ucc_committee_number>
    <ucc_committee_type_id>sample string 3</ucc_committee_type_id>
    <ucc_committeeenddate>2026-06-03T18:12:51.7484105+00:00</ucc_committeeenddate>
    <ucc_enable_webregistration>true</ucc_enable_webregistration>
    <ucc_name>sample string 1</ucc_name>
    <ucc_show_on_web>true</ucc_show_on_web>
  </ucc_Committee>
  <ucc_Committee>
    <CreatedOn>2026-06-03T18:12:51.7484105+00:00</CreatedOn>
    <Id>06d83bb6-908a-4815-98ec-8825f059fad5</Id>
    <ModifiedOn>2026-06-03T18:12:51.7484105+00:00</ModifiedOn>
    <ucc_CategoryId>sample string 4</ucc_CategoryId>
    <ucc_ChairmanId>
      <CreatedOn>2026-06-03T18:12:51.7484105+00:00</CreatedOn>
      <Id>bc542ffe-78bc-49b7-b86f-186d05a66641</Id>
      <ModifiedOn>2026-06-03T18:12:51.7484105+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_ChairmanId>
    <ucc_CommitteAppointCode>Opt0</ucc_CommitteAppointCode>
    <ucc_CommitteeStartDate>2026-06-03T18:12:51.7484105+00:00</ucc_CommitteeStartDate>
    <ucc_CommitteeType>Opt0</ucc_CommitteeType>
    <ucc_committee_escription>sample string 5</ucc_committee_escription>
    <ucc_committee_number>sample string 2</ucc_committee_number>
    <ucc_committee_type_id>sample string 3</ucc_committee_type_id>
    <ucc_committeeenddate>2026-06-03T18:12:51.7484105+00:00</ucc_committeeenddate>
    <ucc_enable_webregistration>true</ucc_enable_webregistration>
    <ucc_name>sample string 1</ucc_name>
    <ucc_show_on_web>true</ucc_show_on_web>
  </ucc_Committee>
</ArrayOfucc_Committee>

application/bson

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