Model class for Engagements List.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| engagements | engagementV1 | element | 0/unbounded | List of engagements. | |
| hasMore | boolean | element | 0/1 | Flag to indicate if there are more engagements to retrieve. |
Example
<engagementListV1>
<hasMore>...</hasMore>
<engagements>
<startDate>...</startDate>
<endDate>...</endDate>
<id>...</id>
<duration>...</duration>
<contents>...</contents>
<context>...</context>
<users>
<uri>...</uri>
<association>...</association>
</users>
<recordings>
<uri>...</uri>
<user>...</user>
<created>...</created>
<duration>...</duration>
<size>...</size>
<contents>...</contents>
</recordings>
<releaseState>...</releaseState>
<status>...</status>
<pendingTime>...</pendingTime>
<assignedTeam>...</assignedTeam>
<associateInitiated>...</associateInitiated>
<reason>...</reason>
</engagements>
</engagementListV1>