GET api/contactsconference/list-by-contactparent-and-conference/{parentcontactid}/{conferenceid}
שליפת משתתפים באירוע לפי רשומת אב ואירוע
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentcontactid |
רשומת אב |
globally unique identifier |
Required |
| conferenceid |
אירוע |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ucc_ContactsConference| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_ContactId |
איש קשר |
ContactRefernce |
None. |
| ucc_Accompanying |
האם נלווה? |
boolean |
None. |
| ucc_status |
סטטוס הרשמה |
ucc_contactsconferenceStatus |
None. |
| ucc_ConferenceId |
אירוע |
ConferenceReference |
None. |
| ucc_participation_type |
סוג השתתפות |
ucc_participation_type |
None. |
| ucc_contactsconference_parent_id |
רשומת אב |
ucc_ContactsConferenceReference |
None. |
| ucc_sal_kniya_id |
סל הזמנה פיתוח |
OrderReference |
None. |
| ucc_conference_type_code |
סוג אירוע |
ucc_conference_type_code |
None. |
| ucc_id |
ת.ז של המשתתף |
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_ContactId": {
"displayName": "sample string 1",
"id": "1991dada-a6b7-4c16-8d91-0f3c5d62b8a7",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_Accompanying": true,
"ucc_status": 2,
"ucc_ConferenceId": {
"displayName": "sample string 1",
"id": "56652154-2530-4fbd-ae79-8c097321276d",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_participation_type": 801270000,
"ucc_contactsconference_parent_id": {
"displayName": "sample string 1",
"id": "cafaaecb-88d5-4229-af4e-0b682f904b19",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_sal_kniya_id": {
"displayName": "sample string 1",
"id": "034f6309-0350-4d0d-9dcd-299bf0560597",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_conference_type_code": 1,
"ucc_id": "sample string 1",
"id": "11031e18-42af-4c37-9abd-ad136f61770f",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
{
"ucc_ContactId": {
"displayName": "sample string 1",
"id": "1991dada-a6b7-4c16-8d91-0f3c5d62b8a7",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_Accompanying": true,
"ucc_status": 2,
"ucc_ConferenceId": {
"displayName": "sample string 1",
"id": "56652154-2530-4fbd-ae79-8c097321276d",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_participation_type": 801270000,
"ucc_contactsconference_parent_id": {
"displayName": "sample string 1",
"id": "cafaaecb-88d5-4229-af4e-0b682f904b19",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_sal_kniya_id": {
"displayName": "sample string 1",
"id": "034f6309-0350-4d0d-9dcd-299bf0560597",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
},
"ucc_conference_type_code": 1,
"ucc_id": "sample string 1",
"id": "11031e18-42af-4c37-9abd-ad136f61770f",
"createdOn": "2026-06-03T18:14:47.3672033+00:00",
"modifiedOn": "2026-06-03T18:14:47.3672033+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_ContactsConference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_ContactsConference>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>11031e18-42af-4c37-9abd-ad136f61770f</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<ucc_Accompanying>true</ucc_Accompanying>
<ucc_ConferenceId>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>56652154-2530-4fbd-ae79-8c097321276d</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_ConferenceId>
<ucc_ContactId>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>1991dada-a6b7-4c16-8d91-0f3c5d62b8a7</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_ContactId>
<ucc_conference_type_code>Opt_1</ucc_conference_type_code>
<ucc_contactsconference_parent_id>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>cafaaecb-88d5-4229-af4e-0b682f904b19</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contactsconference_parent_id>
<ucc_id>sample string 1</ucc_id>
<ucc_participation_type>Opt801270000</ucc_participation_type>
<ucc_sal_kniya_id>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>034f6309-0350-4d0d-9dcd-299bf0560597</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_sal_kniya_id>
<ucc_status>Opt2</ucc_status>
</ucc_ContactsConference>
<ucc_ContactsConference>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>11031e18-42af-4c37-9abd-ad136f61770f</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<ucc_Accompanying>true</ucc_Accompanying>
<ucc_ConferenceId>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>56652154-2530-4fbd-ae79-8c097321276d</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_ConferenceId>
<ucc_ContactId>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>1991dada-a6b7-4c16-8d91-0f3c5d62b8a7</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_ContactId>
<ucc_conference_type_code>Opt_1</ucc_conference_type_code>
<ucc_contactsconference_parent_id>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>cafaaecb-88d5-4229-af4e-0b682f904b19</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contactsconference_parent_id>
<ucc_id>sample string 1</ucc_id>
<ucc_participation_type>Opt801270000</ucc_participation_type>
<ucc_sal_kniya_id>
<CreatedOn>2026-06-03T18:14:47.3672033+00:00</CreatedOn>
<Id>034f6309-0350-4d0d-9dcd-299bf0560597</Id>
<ModifiedOn>2026-06-03T18:14:47.3672033+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_sal_kniya_id>
<ucc_status>Opt2</ucc_status>
</ucc_ContactsConference>
</ArrayOfucc_ContactsConference>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.