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": "838b2c11-2db2-4a5b-aa4e-2ba2172baece",
"FromUserId": "c01b6d31-d1e3-4e50-a1e8-301235fc7891",
"ToUserId": "c174c960-3e88-4e69-a2f4-2f942defad0b",
"StartDate": "2026-08-16T20:42:20.9559547Z",
"EndDate": "2026-08-16T20:42:20.9559547Z",
"Active": true
},
{
"Id": "838b2c11-2db2-4a5b-aa4e-2ba2172baece",
"FromUserId": "c01b6d31-d1e3-4e50-a1e8-301235fc7891",
"ToUserId": "c174c960-3e88-4e69-a2f4-2f942defad0b",
"StartDate": "2026-08-16T20:42:20.9559547Z",
"EndDate": "2026-08-16T20:42:20.9559547Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"838b2c11-2db2-4a5b-aa4e-2ba2172baece","FromUserId":"c01b6d31-d1e3-4e50-a1e8-301235fc7891","ToUserId":"c174c960-3e88-4e69-a2f4-2f942defad0b","StartDate":"2026-08-16T20:42:20.9559547Z","EndDate":"2026-08-16T20:42:20.9559547Z","Active":true},{"Id":"838b2c11-2db2-4a5b-aa4e-2ba2172baece","FromUserId":"c01b6d31-d1e3-4e50-a1e8-301235fc7891","ToUserId":"c174c960-3e88-4e69-a2f4-2f942defad0b","StartDate":"2026-08-16T20:42:20.9559547Z","EndDate":"2026-08-16T20:42:20.9559547Z","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-08-16T20:42:20.9559547+00:00</EndDate>
<FromUserId>c01b6d31-d1e3-4e50-a1e8-301235fc7891</FromUserId>
<Id>838b2c11-2db2-4a5b-aa4e-2ba2172baece</Id>
<StartDate>2026-08-16T20:42:20.9559547+00:00</StartDate>
<ToUserId>c174c960-3e88-4e69-a2f4-2f942defad0b</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-16T20:42:20.9559547+00:00</EndDate>
<FromUserId>c01b6d31-d1e3-4e50-a1e8-301235fc7891</FromUserId>
<Id>838b2c11-2db2-4a5b-aa4e-2ba2172baece</Id>
<StartDate>2026-08-16T20:42:20.9559547+00:00</StartDate>
<ToUserId>c174c960-3e88-4e69-a2f4-2f942defad0b</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>