GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://xait-api.xaitcpq.net/account/delegateapprovals
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A Task<IHttpActionResult>
Collection of ApprovalDelegation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FromUserId | globally unique identifier |
None. |
|
| ToUserId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "631f9d8a-0e97-46d8-8533-70d364c31bb6",
"FromUserId": "904d4a2b-4885-4ce2-99e7-5347a23cde57",
"ToUserId": "820f0330-2c36-4979-b04c-43cb447e2583",
"StartDate": "2026-03-22T22:14:21.1297423Z",
"EndDate": "2026-03-22T22:14:21.1297423Z",
"Active": true
},
{
"Id": "631f9d8a-0e97-46d8-8533-70d364c31bb6",
"FromUserId": "904d4a2b-4885-4ce2-99e7-5347a23cde57",
"ToUserId": "820f0330-2c36-4979-b04c-43cb447e2583",
"StartDate": "2026-03-22T22:14:21.1297423Z",
"EndDate": "2026-03-22T22:14:21.1297423Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"631f9d8a-0e97-46d8-8533-70d364c31bb6","FromUserId":"904d4a2b-4885-4ce2-99e7-5347a23cde57","ToUserId":"820f0330-2c36-4979-b04c-43cb447e2583","StartDate":"2026-03-22T22:14:21.1297423Z","EndDate":"2026-03-22T22:14:21.1297423Z","Active":true},{"Id":"631f9d8a-0e97-46d8-8533-70d364c31bb6","FromUserId":"904d4a2b-4885-4ce2-99e7-5347a23cde57","ToUserId":"820f0330-2c36-4979-b04c-43cb447e2583","StartDate":"2026-03-22T22:14:21.1297423Z","EndDate":"2026-03-22T22:14:21.1297423Z","Active":true}]
application/xml, text/xml
Sample:
<ArrayOfApprovalDelegation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models">
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-22T22:14:21.1297423+00:00</EndDate>
<FromUserId>904d4a2b-4885-4ce2-99e7-5347a23cde57</FromUserId>
<Id>631f9d8a-0e97-46d8-8533-70d364c31bb6</Id>
<StartDate>2026-03-22T22:14:21.1297423+00:00</StartDate>
<ToUserId>820f0330-2c36-4979-b04c-43cb447e2583</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-22T22:14:21.1297423+00:00</EndDate>
<FromUserId>904d4a2b-4885-4ce2-99e7-5347a23cde57</FromUserId>
<Id>631f9d8a-0e97-46d8-8533-70d364c31bb6</Id>
<StartDate>2026-03-22T22:14:21.1297423+00:00</StartDate>
<ToUserId>820f0330-2c36-4979-b04c-43cb447e2583</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>