GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://eurotherm-web-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": "425d1cb8-34cf-435a-89f3-b5c3c1341f28", "FromUserId": "8c22fc98-e608-45ed-8680-2eac7ac0994b", "ToUserId": "487cbe48-6169-4778-a4f1-abefe2066024", "StartDate": "2025-06-06T07:10:24.0890858Z", "EndDate": "2025-06-06T07:10:24.0890858Z", "Active": true }, { "Id": "425d1cb8-34cf-435a-89f3-b5c3c1341f28", "FromUserId": "8c22fc98-e608-45ed-8680-2eac7ac0994b", "ToUserId": "487cbe48-6169-4778-a4f1-abefe2066024", "StartDate": "2025-06-06T07:10:24.0890858Z", "EndDate": "2025-06-06T07:10:24.0890858Z", "Active": true } ]
text/html
Sample:
[{"Id":"425d1cb8-34cf-435a-89f3-b5c3c1341f28","FromUserId":"8c22fc98-e608-45ed-8680-2eac7ac0994b","ToUserId":"487cbe48-6169-4778-a4f1-abefe2066024","StartDate":"2025-06-06T07:10:24.0890858Z","EndDate":"2025-06-06T07:10:24.0890858Z","Active":true},{"Id":"425d1cb8-34cf-435a-89f3-b5c3c1341f28","FromUserId":"8c22fc98-e608-45ed-8680-2eac7ac0994b","ToUserId":"487cbe48-6169-4778-a4f1-abefe2066024","StartDate":"2025-06-06T07:10:24.0890858Z","EndDate":"2025-06-06T07:10:24.0890858Z","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-06-06T07:10:24.0890858+00:00</EndDate> <FromUserId>8c22fc98-e608-45ed-8680-2eac7ac0994b</FromUserId> <Id>425d1cb8-34cf-435a-89f3-b5c3c1341f28</Id> <StartDate>2025-06-06T07:10:24.0890858+00:00</StartDate> <ToUserId>487cbe48-6169-4778-a4f1-abefe2066024</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-06-06T07:10:24.0890858+00:00</EndDate> <FromUserId>8c22fc98-e608-45ed-8680-2eac7ac0994b</FromUserId> <Id>425d1cb8-34cf-435a-89f3-b5c3c1341f28</Id> <StartDate>2025-06-06T07:10:24.0890858+00:00</StartDate> <ToUserId>487cbe48-6169-4778-a4f1-abefe2066024</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>