Waitlist Participant Result

Output representation of a waitlist participant result. A waitlist participant is a customer who is added to a waitlist.
JSON example
1"waitlistParticipants":[
2      {
3        "participant":{
4         "id":"001xx000003GZUZAA4",
5         "name":"Global Media"
6       },
7        "participantIdentifier":"WP-0020",
8        "serviceAppointmentId":"08pxx0000004CYqAAM",
9            "serviceResource":{
10               "id":"0Hnxx0000004C92CAE",
11               "name":"Admin"
12             },
13        "waitlistParticipantId":"12oxx0000004FGiAAM",
14        "workTypeGroup":{
15             "id":"0VSxx0000004CoyGAE",
16             "name":"General Banking WTG"
17         },
18        "createdDate" :"2023-05-02T12:23:34",
19        "extendedFields":[
20             {
21               "name":"Source__c",
22               "value":"Email"
23              }
24      ]
25   }
26]
Property Name Type Description Filter Group and Version Available Version
created​Date String Date when the waitlist participant record was created. Small, 59.0 59.0
extended​Fields Extended Fields[] List of extended fields associated with the waitlist participant record. Big, 59.0 59.0
participant Waitlist Participant Details Details of the participant from the waitlist participant record. Small, 59.0 58.0
participant​Identifier String Alphanumeric unique identifier of the participant in a waitlist. For example, D101, E63, or A5015. Small, 59.0 59.0
service​AppointmentId String ID of the service appointment that’s related to the waitlist participant. Small, 59.0 59.0
service​Resource Waitlist Service Resource Details of the service resource that’s related to the service appointment for the waitlist participant. Small, 59.0 59.0
waitlist​ParticipantId String ID of the waitlist participant record. Small, 59.0 59.0
workType​Group Waitlist Work Type Group Details of the work type group that's associated with the service appointment. Small, 59.0 59.0