GET api/examinee/list-by-conference/{conferenceid}/{skip}/{take}
שליפה של נבחנים לפי אירוע
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| conferenceid | globally unique identifier |
Required |
|
| skip | integer |
Required |
|
| take | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ucc_examinee| Name | Description | Type | Additional 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": "7fb6df4b-9a61-477a-9442-fc031099e1f0",
"createdOn": "2026-06-03T18:14:29.4594374+00:00",
"modifiedOn": "2026-06-03T18:14:29.4594374+00:00"
},
"ucc_conference_id": {
"displayName": "sample string 1",
"id": "103e1c40-bda9-4b64-9194-465f7d9c5877",
"createdOn": "2026-06-03T18:14:29.4594374+00:00",
"modifiedOn": "2026-06-03T18:14:29.4594374+00:00"
},
"id": "fb740d60-1224-4b41-a044-b2c291126fc0",
"createdOn": "2026-06-03T18:14:29.4594374+00:00",
"modifiedOn": "2026-06-03T18:14:29.4594374+00:00"
},
{
"ucc_contact_id": {
"displayName": "sample string 1",
"id": "7fb6df4b-9a61-477a-9442-fc031099e1f0",
"createdOn": "2026-06-03T18:14:29.4594374+00:00",
"modifiedOn": "2026-06-03T18:14:29.4594374+00:00"
},
"ucc_conference_id": {
"displayName": "sample string 1",
"id": "103e1c40-bda9-4b64-9194-465f7d9c5877",
"createdOn": "2026-06-03T18:14:29.4594374+00:00",
"modifiedOn": "2026-06-03T18:14:29.4594374+00:00"
},
"id": "fb740d60-1224-4b41-a044-b2c291126fc0",
"createdOn": "2026-06-03T18:14:29.4594374+00:00",
"modifiedOn": "2026-06-03T18:14:29.4594374+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:29.4594374+00:00</CreatedOn>
<Id>fb740d60-1224-4b41-a044-b2c291126fc0</Id>
<ModifiedOn>2026-06-03T18:14:29.4594374+00:00</ModifiedOn>
<ucc_conference_id>
<CreatedOn>2026-06-03T18:14:29.4594374+00:00</CreatedOn>
<Id>103e1c40-bda9-4b64-9194-465f7d9c5877</Id>
<ModifiedOn>2026-06-03T18:14:29.4594374+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_conference_id>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:14:29.4594374+00:00</CreatedOn>
<Id>7fb6df4b-9a61-477a-9442-fc031099e1f0</Id>
<ModifiedOn>2026-06-03T18:14:29.4594374+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contact_id>
</ucc_examinee>
<ucc_examinee>
<CreatedOn>2026-06-03T18:14:29.4594374+00:00</CreatedOn>
<Id>fb740d60-1224-4b41-a044-b2c291126fc0</Id>
<ModifiedOn>2026-06-03T18:14:29.4594374+00:00</ModifiedOn>
<ucc_conference_id>
<CreatedOn>2026-06-03T18:14:29.4594374+00:00</CreatedOn>
<Id>103e1c40-bda9-4b64-9194-465f7d9c5877</Id>
<ModifiedOn>2026-06-03T18:14:29.4594374+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_conference_id>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:14:29.4594374+00:00</CreatedOn>
<Id>7fb6df4b-9a61-477a-9442-fc031099e1f0</Id>
<ModifiedOn>2026-06-03T18:14:29.4594374+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.