GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://ofd-api.blueprintcpq.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": "e45f99bb-6be0-44ef-9f2c-6ff0c8a9eb17", "FromUserId": "55366926-8425-4596-a1fe-5f3693821fb5", "ToUserId": "22081346-148b-44f4-9423-1045c0dd95e6", "StartDate": "2025-07-05T18:36:48.3215276Z", "EndDate": "2025-07-05T18:36:48.3215276Z", "Active": true }, { "Id": "e45f99bb-6be0-44ef-9f2c-6ff0c8a9eb17", "FromUserId": "55366926-8425-4596-a1fe-5f3693821fb5", "ToUserId": "22081346-148b-44f4-9423-1045c0dd95e6", "StartDate": "2025-07-05T18:36:48.3215276Z", "EndDate": "2025-07-05T18:36:48.3215276Z", "Active": true } ]
text/html
Sample:
[{"Id":"e45f99bb-6be0-44ef-9f2c-6ff0c8a9eb17","FromUserId":"55366926-8425-4596-a1fe-5f3693821fb5","ToUserId":"22081346-148b-44f4-9423-1045c0dd95e6","StartDate":"2025-07-05T18:36:48.3215276Z","EndDate":"2025-07-05T18:36:48.3215276Z","Active":true},{"Id":"e45f99bb-6be0-44ef-9f2c-6ff0c8a9eb17","FromUserId":"55366926-8425-4596-a1fe-5f3693821fb5","ToUserId":"22081346-148b-44f4-9423-1045c0dd95e6","StartDate":"2025-07-05T18:36:48.3215276Z","EndDate":"2025-07-05T18:36:48.3215276Z","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-05T18:36:48.3215276+00:00</EndDate> <FromUserId>55366926-8425-4596-a1fe-5f3693821fb5</FromUserId> <Id>e45f99bb-6be0-44ef-9f2c-6ff0c8a9eb17</Id> <StartDate>2025-07-05T18:36:48.3215276+00:00</StartDate> <ToUserId>22081346-148b-44f4-9423-1045c0dd95e6</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-07-05T18:36:48.3215276+00:00</EndDate> <FromUserId>55366926-8425-4596-a1fe-5f3693821fb5</FromUserId> <Id>e45f99bb-6be0-44ef-9f2c-6ff0c8a9eb17</Id> <StartDate>2025-07-05T18:36:48.3215276+00:00</StartDate> <ToUserId>22081346-148b-44f4-9423-1045c0dd95e6</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>