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": "720184bb-242c-4d05-ad93-0142d1098077", "FromUserId": "fdbe48ec-1138-4db5-80b0-978c735c892c", "ToUserId": "62a65345-df80-4d82-962c-ae8ab0564dbe", "StartDate": "2025-07-03T02:17:30.7015048Z", "EndDate": "2025-07-03T02:17:30.7015048Z", "Active": true }, { "Id": "720184bb-242c-4d05-ad93-0142d1098077", "FromUserId": "fdbe48ec-1138-4db5-80b0-978c735c892c", "ToUserId": "62a65345-df80-4d82-962c-ae8ab0564dbe", "StartDate": "2025-07-03T02:17:30.7015048Z", "EndDate": "2025-07-03T02:17:30.7015048Z", "Active": true } ]
text/html
Sample:
[{"Id":"720184bb-242c-4d05-ad93-0142d1098077","FromUserId":"fdbe48ec-1138-4db5-80b0-978c735c892c","ToUserId":"62a65345-df80-4d82-962c-ae8ab0564dbe","StartDate":"2025-07-03T02:17:30.7015048Z","EndDate":"2025-07-03T02:17:30.7015048Z","Active":true},{"Id":"720184bb-242c-4d05-ad93-0142d1098077","FromUserId":"fdbe48ec-1138-4db5-80b0-978c735c892c","ToUserId":"62a65345-df80-4d82-962c-ae8ab0564dbe","StartDate":"2025-07-03T02:17:30.7015048Z","EndDate":"2025-07-03T02:17:30.7015048Z","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-03T02:17:30.7015048+00:00</EndDate> <FromUserId>fdbe48ec-1138-4db5-80b0-978c735c892c</FromUserId> <Id>720184bb-242c-4d05-ad93-0142d1098077</Id> <StartDate>2025-07-03T02:17:30.7015048+00:00</StartDate> <ToUserId>62a65345-df80-4d82-962c-ae8ab0564dbe</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-07-03T02:17:30.7015048+00:00</EndDate> <FromUserId>fdbe48ec-1138-4db5-80b0-978c735c892c</FromUserId> <Id>720184bb-242c-4d05-ad93-0142d1098077</Id> <StartDate>2025-07-03T02:17:30.7015048+00:00</StartDate> <ToUserId>62a65345-df80-4d82-962c-ae8ab0564dbe</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>