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": "a85b6c7d-2ed3-4bee-a0ad-3fc3fc8a1856", "FromUserId": "7df19046-c7b0-46f0-9161-2d6d14603c7c", "ToUserId": "6322ad8e-eb7a-4541-bfe5-90846afa51e5", "StartDate": "2025-06-01T20:07:12.9036793Z", "EndDate": "2025-06-01T20:07:12.9036793Z", "Active": true }, { "Id": "a85b6c7d-2ed3-4bee-a0ad-3fc3fc8a1856", "FromUserId": "7df19046-c7b0-46f0-9161-2d6d14603c7c", "ToUserId": "6322ad8e-eb7a-4541-bfe5-90846afa51e5", "StartDate": "2025-06-01T20:07:12.9036793Z", "EndDate": "2025-06-01T20:07:12.9036793Z", "Active": true } ]
text/html
Sample:
[{"Id":"a85b6c7d-2ed3-4bee-a0ad-3fc3fc8a1856","FromUserId":"7df19046-c7b0-46f0-9161-2d6d14603c7c","ToUserId":"6322ad8e-eb7a-4541-bfe5-90846afa51e5","StartDate":"2025-06-01T20:07:12.9036793Z","EndDate":"2025-06-01T20:07:12.9036793Z","Active":true},{"Id":"a85b6c7d-2ed3-4bee-a0ad-3fc3fc8a1856","FromUserId":"7df19046-c7b0-46f0-9161-2d6d14603c7c","ToUserId":"6322ad8e-eb7a-4541-bfe5-90846afa51e5","StartDate":"2025-06-01T20:07:12.9036793Z","EndDate":"2025-06-01T20:07:12.9036793Z","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-01T20:07:12.9036793+00:00</EndDate> <FromUserId>7df19046-c7b0-46f0-9161-2d6d14603c7c</FromUserId> <Id>a85b6c7d-2ed3-4bee-a0ad-3fc3fc8a1856</Id> <StartDate>2025-06-01T20:07:12.9036793+00:00</StartDate> <ToUserId>6322ad8e-eb7a-4541-bfe5-90846afa51e5</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-06-01T20:07:12.9036793+00:00</EndDate> <FromUserId>7df19046-c7b0-46f0-9161-2d6d14603c7c</FromUserId> <Id>a85b6c7d-2ed3-4bee-a0ad-3fc3fc8a1856</Id> <StartDate>2025-06-01T20:07:12.9036793+00:00</StartDate> <ToUserId>6322ad8e-eb7a-4541-bfe5-90846afa51e5</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>