GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://mtm-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": "d888d2bd-7e9b-4e39-8a5d-dc1b187c1c62", "FromUserId": "9ef7dd81-e89b-40fa-a342-cd0d84a14781", "ToUserId": "5b14efc2-96bd-48cb-b378-eac03c8a4871", "StartDate": "2025-07-26T01:09:06.9474583Z", "EndDate": "2025-07-26T01:09:06.9474583Z", "Active": true }, { "Id": "d888d2bd-7e9b-4e39-8a5d-dc1b187c1c62", "FromUserId": "9ef7dd81-e89b-40fa-a342-cd0d84a14781", "ToUserId": "5b14efc2-96bd-48cb-b378-eac03c8a4871", "StartDate": "2025-07-26T01:09:06.9474583Z", "EndDate": "2025-07-26T01:09:06.9474583Z", "Active": true } ]
text/html
Sample:
[{"Id":"d888d2bd-7e9b-4e39-8a5d-dc1b187c1c62","FromUserId":"9ef7dd81-e89b-40fa-a342-cd0d84a14781","ToUserId":"5b14efc2-96bd-48cb-b378-eac03c8a4871","StartDate":"2025-07-26T01:09:06.9474583Z","EndDate":"2025-07-26T01:09:06.9474583Z","Active":true},{"Id":"d888d2bd-7e9b-4e39-8a5d-dc1b187c1c62","FromUserId":"9ef7dd81-e89b-40fa-a342-cd0d84a14781","ToUserId":"5b14efc2-96bd-48cb-b378-eac03c8a4871","StartDate":"2025-07-26T01:09:06.9474583Z","EndDate":"2025-07-26T01:09:06.9474583Z","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-07-26T01:09:06.9474583+00:00</EndDate> <FromUserId>9ef7dd81-e89b-40fa-a342-cd0d84a14781</FromUserId> <Id>d888d2bd-7e9b-4e39-8a5d-dc1b187c1c62</Id> <StartDate>2025-07-26T01:09:06.9474583+00:00</StartDate> <ToUserId>5b14efc2-96bd-48cb-b378-eac03c8a4871</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-07-26T01:09:06.9474583+00:00</EndDate> <FromUserId>9ef7dd81-e89b-40fa-a342-cd0d84a14781</FromUserId> <Id>d888d2bd-7e9b-4e39-8a5d-dc1b187c1c62</Id> <StartDate>2025-07-26T01:09:06.9474583+00:00</StartDate> <ToUserId>5b14efc2-96bd-48cb-b378-eac03c8a4871</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>