Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"targetType": "chat",
"targetId": "<string>",
"assigneeEmail": "<string>",
"assignedBy": "<string>",
"originatorEmail": "<string>",
"completionCriteria": "chat_visited",
"attempts": [
{
"startedAt": "<string>",
"chatLogId": "<string>",
"completedAt": "<string>",
"outcome": "success",
"score": 123,
"outcomeData": {},
"note": "<string>"
}
],
"status": "pending",
"delegationChain": [
"<string>"
],
"targetVersion": "<string>",
"targetTitle": "<string>",
"originatorName": "<string>",
"originatorMessage": "<string>",
"dueAt": "<string>",
"expiresAt": "<string>",
"maxAttempts": 123,
"cancelledAt": "<string>",
"cancelledBy": "<string>",
"cancellationReason": "<string>",
"allowRejection": true,
"rejectedAt": "<string>",
"rejectedBy": "<string>",
"rejectionReason": "<string>",
"allowDelegation": true,
"delegatedFrom": "<string>",
"delegatedTo": "<string>",
"delegationReason": "<string>",
"reassignedFrom": "<string>",
"scheduleId": "<string>",
"lastReminderAt": "<string>",
"remindersSent": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"_ts": 123,
"_etag": "<string>"
}
]Assignments
List inbox assignments
Returns all PENDING or IN_PROGRESS assignments addressed to the current user. Cosmos container assignments is partitioned by /assigneeEmail; this query is a direct partition scan against the caller’s UPN. Experimental — only accessible when the experimental flag is enabled.
GET
/
assignments
/
inbox
Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"targetType": "chat",
"targetId": "<string>",
"assigneeEmail": "<string>",
"assignedBy": "<string>",
"originatorEmail": "<string>",
"completionCriteria": "chat_visited",
"attempts": [
{
"startedAt": "<string>",
"chatLogId": "<string>",
"completedAt": "<string>",
"outcome": "success",
"score": 123,
"outcomeData": {},
"note": "<string>"
}
],
"status": "pending",
"delegationChain": [
"<string>"
],
"targetVersion": "<string>",
"targetTitle": "<string>",
"originatorName": "<string>",
"originatorMessage": "<string>",
"dueAt": "<string>",
"expiresAt": "<string>",
"maxAttempts": 123,
"cancelledAt": "<string>",
"cancelledBy": "<string>",
"cancellationReason": "<string>",
"allowRejection": true,
"rejectedAt": "<string>",
"rejectedBy": "<string>",
"rejectionReason": "<string>",
"allowDelegation": true,
"delegatedFrom": "<string>",
"delegatedTo": "<string>",
"delegationReason": "<string>",
"reassignedFrom": "<string>",
"scheduleId": "<string>",
"lastReminderAt": "<string>",
"remindersSent": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"_ts": 123,
"_etag": "<string>"
}
]Authorizations
Azure AD access token obtained via MSAL
Response
Array of active assignments for the caller
Available options:
chat, document, survey Available options:
chat_visited, chat_engaged, flow_started, flow_completed, flow_passed, manual Show child attributes
Show child attributes
Available options:
pending, in_progress, completed, failed, expired, cancelled, rejected, delegated Was this page helpful?