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 ApprovalDelegationName | 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": "e7c19155-7b5e-46ed-a6e4-d086b42e3759", "FromUserId": "e106c63f-90b0-4aa0-b0c7-8bcba4c63c55", "ToUserId": "ce09dcfa-8ad5-4baf-843a-afbc14b29347", "StartDate": "2025-05-31T05:12:33.9373056Z", "EndDate": "2025-05-31T05:12:33.9373056Z", "Active": true }, { "Id": "e7c19155-7b5e-46ed-a6e4-d086b42e3759", "FromUserId": "e106c63f-90b0-4aa0-b0c7-8bcba4c63c55", "ToUserId": "ce09dcfa-8ad5-4baf-843a-afbc14b29347", "StartDate": "2025-05-31T05:12:33.9373056Z", "EndDate": "2025-05-31T05:12:33.9373056Z", "Active": true } ]
text/html
Sample:
[{"Id":"e7c19155-7b5e-46ed-a6e4-d086b42e3759","FromUserId":"e106c63f-90b0-4aa0-b0c7-8bcba4c63c55","ToUserId":"ce09dcfa-8ad5-4baf-843a-afbc14b29347","StartDate":"2025-05-31T05:12:33.9373056Z","EndDate":"2025-05-31T05:12:33.9373056Z","Active":true},{"Id":"e7c19155-7b5e-46ed-a6e4-d086b42e3759","FromUserId":"e106c63f-90b0-4aa0-b0c7-8bcba4c63c55","ToUserId":"ce09dcfa-8ad5-4baf-843a-afbc14b29347","StartDate":"2025-05-31T05:12:33.9373056Z","EndDate":"2025-05-31T05:12:33.9373056Z","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>2025-05-31T05:12:33.9373056+00:00</EndDate> <FromUserId>e106c63f-90b0-4aa0-b0c7-8bcba4c63c55</FromUserId> <Id>e7c19155-7b5e-46ed-a6e4-d086b42e3759</Id> <StartDate>2025-05-31T05:12:33.9373056+00:00</StartDate> <ToUserId>ce09dcfa-8ad5-4baf-843a-afbc14b29347</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-05-31T05:12:33.9373056+00:00</EndDate> <FromUserId>e106c63f-90b0-4aa0-b0c7-8bcba4c63c55</FromUserId> <Id>e7c19155-7b5e-46ed-a6e4-d086b42e3759</Id> <StartDate>2025-05-31T05:12:33.9373056+00:00</StartDate> <ToUserId>ce09dcfa-8ad5-4baf-843a-afbc14b29347</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>