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": "3b731b76-7dfc-4e5a-9161-b149ba8acced",
"FromUserId": "cb01ed96-30f8-43dc-8023-878180bf7371",
"ToUserId": "ae7a445e-e49a-4e19-8473-034b4022eb63",
"StartDate": "2026-03-21T21:52:40.427435Z",
"EndDate": "2026-03-21T21:52:40.427435Z",
"Active": true
},
{
"Id": "3b731b76-7dfc-4e5a-9161-b149ba8acced",
"FromUserId": "cb01ed96-30f8-43dc-8023-878180bf7371",
"ToUserId": "ae7a445e-e49a-4e19-8473-034b4022eb63",
"StartDate": "2026-03-21T21:52:40.427435Z",
"EndDate": "2026-03-21T21:52:40.427435Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"3b731b76-7dfc-4e5a-9161-b149ba8acced","FromUserId":"cb01ed96-30f8-43dc-8023-878180bf7371","ToUserId":"ae7a445e-e49a-4e19-8473-034b4022eb63","StartDate":"2026-03-21T21:52:40.427435Z","EndDate":"2026-03-21T21:52:40.427435Z","Active":true},{"Id":"3b731b76-7dfc-4e5a-9161-b149ba8acced","FromUserId":"cb01ed96-30f8-43dc-8023-878180bf7371","ToUserId":"ae7a445e-e49a-4e19-8473-034b4022eb63","StartDate":"2026-03-21T21:52:40.427435Z","EndDate":"2026-03-21T21:52:40.427435Z","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-21T21:52:40.427435+00:00</EndDate>
<FromUserId>cb01ed96-30f8-43dc-8023-878180bf7371</FromUserId>
<Id>3b731b76-7dfc-4e5a-9161-b149ba8acced</Id>
<StartDate>2026-03-21T21:52:40.427435+00:00</StartDate>
<ToUserId>ae7a445e-e49a-4e19-8473-034b4022eb63</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-21T21:52:40.427435+00:00</EndDate>
<FromUserId>cb01ed96-30f8-43dc-8023-878180bf7371</FromUserId>
<Id>3b731b76-7dfc-4e5a-9161-b149ba8acced</Id>
<StartDate>2026-03-21T21:52:40.427435+00:00</StartDate>
<ToUserId>ae7a445e-e49a-4e19-8473-034b4022eb63</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>