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 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": "ed78c106-84b7-409a-bb0c-6dd253811334",
"FromUserId": "07cb6ec9-b75e-4932-800e-2fe4292bc82e",
"ToUserId": "1764472b-2e5c-4503-bc96-9120a9d2749e",
"StartDate": "2026-06-25T20:05:57.8851878Z",
"EndDate": "2026-06-25T20:05:57.8851878Z",
"Active": true
},
{
"Id": "ed78c106-84b7-409a-bb0c-6dd253811334",
"FromUserId": "07cb6ec9-b75e-4932-800e-2fe4292bc82e",
"ToUserId": "1764472b-2e5c-4503-bc96-9120a9d2749e",
"StartDate": "2026-06-25T20:05:57.8851878Z",
"EndDate": "2026-06-25T20:05:57.8851878Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"ed78c106-84b7-409a-bb0c-6dd253811334","FromUserId":"07cb6ec9-b75e-4932-800e-2fe4292bc82e","ToUserId":"1764472b-2e5c-4503-bc96-9120a9d2749e","StartDate":"2026-06-25T20:05:57.8851878Z","EndDate":"2026-06-25T20:05:57.8851878Z","Active":true},{"Id":"ed78c106-84b7-409a-bb0c-6dd253811334","FromUserId":"07cb6ec9-b75e-4932-800e-2fe4292bc82e","ToUserId":"1764472b-2e5c-4503-bc96-9120a9d2749e","StartDate":"2026-06-25T20:05:57.8851878Z","EndDate":"2026-06-25T20:05:57.8851878Z","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-06-25T20:05:57.8851878+00:00</EndDate>
<FromUserId>07cb6ec9-b75e-4932-800e-2fe4292bc82e</FromUserId>
<Id>ed78c106-84b7-409a-bb0c-6dd253811334</Id>
<StartDate>2026-06-25T20:05:57.8851878+00:00</StartDate>
<ToUserId>1764472b-2e5c-4503-bc96-9120a9d2749e</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-25T20:05:57.8851878+00:00</EndDate>
<FromUserId>07cb6ec9-b75e-4932-800e-2fe4292bc82e</FromUserId>
<Id>ed78c106-84b7-409a-bb0c-6dd253811334</Id>
<StartDate>2026-06-25T20:05:57.8851878+00:00</StartDate>
<ToUserId>1764472b-2e5c-4503-bc96-9120a9d2749e</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>