GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://eurotherm-api.blueprintcpq.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": "2c4891e6-b9f5-423e-9bf8-e75b79ece258",
"FromUserId": "b87135f9-13f7-4300-973b-9e9e06b0a4f2",
"ToUserId": "8aafcc91-2d4c-455c-b4b9-f21b09f146c2",
"StartDate": "2026-04-16T12:56:07.4381255Z",
"EndDate": "2026-04-16T12:56:07.4381821Z",
"Active": true
},
{
"Id": "2c4891e6-b9f5-423e-9bf8-e75b79ece258",
"FromUserId": "b87135f9-13f7-4300-973b-9e9e06b0a4f2",
"ToUserId": "8aafcc91-2d4c-455c-b4b9-f21b09f146c2",
"StartDate": "2026-04-16T12:56:07.4381255Z",
"EndDate": "2026-04-16T12:56:07.4381821Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"2c4891e6-b9f5-423e-9bf8-e75b79ece258","FromUserId":"b87135f9-13f7-4300-973b-9e9e06b0a4f2","ToUserId":"8aafcc91-2d4c-455c-b4b9-f21b09f146c2","StartDate":"2026-04-16T12:56:07.4381255Z","EndDate":"2026-04-16T12:56:07.4381821Z","Active":true},{"Id":"2c4891e6-b9f5-423e-9bf8-e75b79ece258","FromUserId":"b87135f9-13f7-4300-973b-9e9e06b0a4f2","ToUserId":"8aafcc91-2d4c-455c-b4b9-f21b09f146c2","StartDate":"2026-04-16T12:56:07.4381255Z","EndDate":"2026-04-16T12:56:07.4381821Z","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-04-16T12:56:07.4381821+00:00</EndDate>
<FromUserId>b87135f9-13f7-4300-973b-9e9e06b0a4f2</FromUserId>
<Id>2c4891e6-b9f5-423e-9bf8-e75b79ece258</Id>
<StartDate>2026-04-16T12:56:07.4381255+00:00</StartDate>
<ToUserId>8aafcc91-2d4c-455c-b4b9-f21b09f146c2</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-04-16T12:56:07.4381821+00:00</EndDate>
<FromUserId>b87135f9-13f7-4300-973b-9e9e06b0a4f2</FromUserId>
<Id>2c4891e6-b9f5-423e-9bf8-e75b79ece258</Id>
<StartDate>2026-04-16T12:56:07.4381255+00:00</StartDate>
<ToUserId>8aafcc91-2d4c-455c-b4b9-f21b09f146c2</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>