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": "4aee3ca0-fb2d-42b0-8d99-72cb14162dbb",
"FromUserId": "3aacd301-927f-451b-87b9-42ed94e63c86",
"ToUserId": "19a0cb47-21b2-4947-98e6-b170b2c84794",
"StartDate": "2026-05-06T12:50:04.9879243Z",
"EndDate": "2026-05-06T12:50:04.9879243Z",
"Active": true
},
{
"Id": "4aee3ca0-fb2d-42b0-8d99-72cb14162dbb",
"FromUserId": "3aacd301-927f-451b-87b9-42ed94e63c86",
"ToUserId": "19a0cb47-21b2-4947-98e6-b170b2c84794",
"StartDate": "2026-05-06T12:50:04.9879243Z",
"EndDate": "2026-05-06T12:50:04.9879243Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"4aee3ca0-fb2d-42b0-8d99-72cb14162dbb","FromUserId":"3aacd301-927f-451b-87b9-42ed94e63c86","ToUserId":"19a0cb47-21b2-4947-98e6-b170b2c84794","StartDate":"2026-05-06T12:50:04.9879243Z","EndDate":"2026-05-06T12:50:04.9879243Z","Active":true},{"Id":"4aee3ca0-fb2d-42b0-8d99-72cb14162dbb","FromUserId":"3aacd301-927f-451b-87b9-42ed94e63c86","ToUserId":"19a0cb47-21b2-4947-98e6-b170b2c84794","StartDate":"2026-05-06T12:50:04.9879243Z","EndDate":"2026-05-06T12:50:04.9879243Z","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-05-06T12:50:04.9879243+00:00</EndDate>
<FromUserId>3aacd301-927f-451b-87b9-42ed94e63c86</FromUserId>
<Id>4aee3ca0-fb2d-42b0-8d99-72cb14162dbb</Id>
<StartDate>2026-05-06T12:50:04.9879243+00:00</StartDate>
<ToUserId>19a0cb47-21b2-4947-98e6-b170b2c84794</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-06T12:50:04.9879243+00:00</EndDate>
<FromUserId>3aacd301-927f-451b-87b9-42ed94e63c86</FromUserId>
<Id>4aee3ca0-fb2d-42b0-8d99-72cb14162dbb</Id>
<StartDate>2026-05-06T12:50:04.9879243+00:00</StartDate>
<ToUserId>19a0cb47-21b2-4947-98e6-b170b2c84794</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>