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 ApprovalDelegation
NameDescriptionTypeAdditional 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": "7a8be2d1-8a4f-4eda-ac60-33cdf58376f9",
    "FromUserId": "22c749b4-f394-49c4-a9a1-cc66536b0046",
    "ToUserId": "e0e39315-c7a7-4121-9ee7-dc1ec981ff58",
    "StartDate": "2024-03-29T00:44:37.989793Z",
    "EndDate": "2024-03-29T00:44:37.989793Z",
    "Active": true
  },
  {
    "Id": "7a8be2d1-8a4f-4eda-ac60-33cdf58376f9",
    "FromUserId": "22c749b4-f394-49c4-a9a1-cc66536b0046",
    "ToUserId": "e0e39315-c7a7-4121-9ee7-dc1ec981ff58",
    "StartDate": "2024-03-29T00:44:37.989793Z",
    "EndDate": "2024-03-29T00:44:37.989793Z",
    "Active": true
  }
]

text/html

Sample:
[{"Id":"7a8be2d1-8a4f-4eda-ac60-33cdf58376f9","FromUserId":"22c749b4-f394-49c4-a9a1-cc66536b0046","ToUserId":"e0e39315-c7a7-4121-9ee7-dc1ec981ff58","StartDate":"2024-03-29T00:44:37.989793Z","EndDate":"2024-03-29T00:44:37.989793Z","Active":true},{"Id":"7a8be2d1-8a4f-4eda-ac60-33cdf58376f9","FromUserId":"22c749b4-f394-49c4-a9a1-cc66536b0046","ToUserId":"e0e39315-c7a7-4121-9ee7-dc1ec981ff58","StartDate":"2024-03-29T00:44:37.989793Z","EndDate":"2024-03-29T00:44:37.989793Z","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>2024-03-29T00:44:37.989793+00:00</EndDate>
    <FromUserId>22c749b4-f394-49c4-a9a1-cc66536b0046</FromUserId>
    <Id>7a8be2d1-8a4f-4eda-ac60-33cdf58376f9</Id>
    <StartDate>2024-03-29T00:44:37.989793+00:00</StartDate>
    <ToUserId>e0e39315-c7a7-4121-9ee7-dc1ec981ff58</ToUserId>
  </ApprovalDelegation>
  <ApprovalDelegation>
    <Active>true</Active>
    <EndDate>2024-03-29T00:44:37.989793+00:00</EndDate>
    <FromUserId>22c749b4-f394-49c4-a9a1-cc66536b0046</FromUserId>
    <Id>7a8be2d1-8a4f-4eda-ac60-33cdf58376f9</Id>
    <StartDate>2024-03-29T00:44:37.989793+00:00</StartDate>
    <ToUserId>e0e39315-c7a7-4121-9ee7-dc1ec981ff58</ToUserId>
  </ApprovalDelegation>
</ArrayOfApprovalDelegation>