GET api/examinee/list-by-contact/{contactid}/{skip}/{take}

שליפת נבחנים באירועים לפי נבחן

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactid

מזהה יחודי של הרשומה

globally unique identifier

Required

skip

integer

Required

take

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ucc_examinee
NameDescriptionTypeAdditional information
ucc_contact_id

ContactRefernce

None.

ucc_conference_id

ConferenceReference

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ucc_contact_id": {
      "displayName": "sample string 1",
      "id": "e870e550-4926-4ab5-8544-f0d8f74965e2",
      "createdOn": "2026-06-03T18:14:17.2440709+00:00",
      "modifiedOn": "2026-06-03T18:14:17.2440709+00:00"
    },
    "ucc_conference_id": {
      "displayName": "sample string 1",
      "id": "d50892fa-0159-47de-9ad4-1a05e368ad46",
      "createdOn": "2026-06-03T18:14:17.2440709+00:00",
      "modifiedOn": "2026-06-03T18:14:17.2440709+00:00"
    },
    "id": "a5ba88ad-3f33-4ea8-b676-7f8489c1276f",
    "createdOn": "2026-06-03T18:14:17.2440709+00:00",
    "modifiedOn": "2026-06-03T18:14:17.2440709+00:00"
  },
  {
    "ucc_contact_id": {
      "displayName": "sample string 1",
      "id": "e870e550-4926-4ab5-8544-f0d8f74965e2",
      "createdOn": "2026-06-03T18:14:17.2440709+00:00",
      "modifiedOn": "2026-06-03T18:14:17.2440709+00:00"
    },
    "ucc_conference_id": {
      "displayName": "sample string 1",
      "id": "d50892fa-0159-47de-9ad4-1a05e368ad46",
      "createdOn": "2026-06-03T18:14:17.2440709+00:00",
      "modifiedOn": "2026-06-03T18:14:17.2440709+00:00"
    },
    "id": "a5ba88ad-3f33-4ea8-b676-7f8489c1276f",
    "createdOn": "2026-06-03T18:14:17.2440709+00:00",
    "modifiedOn": "2026-06-03T18:14:17.2440709+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfucc_examinee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <ucc_examinee>
    <CreatedOn>2026-06-03T18:14:17.2440709+00:00</CreatedOn>
    <Id>a5ba88ad-3f33-4ea8-b676-7f8489c1276f</Id>
    <ModifiedOn>2026-06-03T18:14:17.2440709+00:00</ModifiedOn>
    <ucc_conference_id>
      <CreatedOn>2026-06-03T18:14:17.2440709+00:00</CreatedOn>
      <Id>d50892fa-0159-47de-9ad4-1a05e368ad46</Id>
      <ModifiedOn>2026-06-03T18:14:17.2440709+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_conference_id>
    <ucc_contact_id>
      <CreatedOn>2026-06-03T18:14:17.2440709+00:00</CreatedOn>
      <Id>e870e550-4926-4ab5-8544-f0d8f74965e2</Id>
      <ModifiedOn>2026-06-03T18:14:17.2440709+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_contact_id>
  </ucc_examinee>
  <ucc_examinee>
    <CreatedOn>2026-06-03T18:14:17.2440709+00:00</CreatedOn>
    <Id>a5ba88ad-3f33-4ea8-b676-7f8489c1276f</Id>
    <ModifiedOn>2026-06-03T18:14:17.2440709+00:00</ModifiedOn>
    <ucc_conference_id>
      <CreatedOn>2026-06-03T18:14:17.2440709+00:00</CreatedOn>
      <Id>d50892fa-0159-47de-9ad4-1a05e368ad46</Id>
      <ModifiedOn>2026-06-03T18:14:17.2440709+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_conference_id>
    <ucc_contact_id>
      <CreatedOn>2026-06-03T18:14:17.2440709+00:00</CreatedOn>
      <Id>e870e550-4926-4ab5-8544-f0d8f74965e2</Id>
      <ModifiedOn>2026-06-03T18:14:17.2440709+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_contact_id>
  </ucc_examinee>
</ArrayOfucc_examinee>

application/bson

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