GET api/Vector/GetVectorChangeApprovalRequests

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VectorChangeApprovalRequest
NameDescriptionTypeAdditional information
WorkflowEventApprovalId

globally unique identifier

None.

WorkflowEventId

globally unique identifier

None.

WorkflowRoleStatusId

globally unique identifier

None.

FinancialInstitutionId

globally unique identifier

None.

CountryId

globally unique identifier

None.

CreatedByUser

string

None.

CreatedDateTime

date

None.

ApprovedByUserName

string

None.

ApprovedDateTime

date

None.

FinancialInstitutionCountry

string

None.

CurrentStatus

string

None.

CanCreate

boolean

None.

CanRead

boolean

None.

CanUpdate

boolean

None.

CanDelete

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WorkflowEventApprovalId": "5c6ac891-9f2b-4bde-9e1a-283d35c568b8",
    "WorkflowEventId": "77bd632a-e689-44c6-846f-0b1b1fb1258c",
    "WorkflowRoleStatusId": "524eaf4e-622f-498c-9c30-40d12a9c244f",
    "FinancialInstitutionId": "67c8bdc3-2473-4cb2-9407-e4162c93425a",
    "CountryId": "bdeda733-5fdc-41cb-a7c9-6f5f16215084",
    "CreatedByUser": "sample string 6",
    "CreatedDateTime": "2026-04-07T20:04:20.6679854+10:00",
    "ApprovedByUserName": "sample string 8",
    "ApprovedDateTime": "2026-04-07T20:04:20.6679854+10:00",
    "FinancialInstitutionCountry": "sample string 10",
    "CurrentStatus": "sample string 11",
    "CanCreate": true,
    "CanRead": true,
    "CanUpdate": true,
    "CanDelete": true
  },
  {
    "WorkflowEventApprovalId": "5c6ac891-9f2b-4bde-9e1a-283d35c568b8",
    "WorkflowEventId": "77bd632a-e689-44c6-846f-0b1b1fb1258c",
    "WorkflowRoleStatusId": "524eaf4e-622f-498c-9c30-40d12a9c244f",
    "FinancialInstitutionId": "67c8bdc3-2473-4cb2-9407-e4162c93425a",
    "CountryId": "bdeda733-5fdc-41cb-a7c9-6f5f16215084",
    "CreatedByUser": "sample string 6",
    "CreatedDateTime": "2026-04-07T20:04:20.6679854+10:00",
    "ApprovedByUserName": "sample string 8",
    "ApprovedDateTime": "2026-04-07T20:04:20.6679854+10:00",
    "FinancialInstitutionCountry": "sample string 10",
    "CurrentStatus": "sample string 11",
    "CanCreate": true,
    "CanRead": true,
    "CanUpdate": true,
    "CanDelete": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfVectorChangeApprovalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Vector">
  <VectorChangeApprovalRequest>
    <ApprovedByUserName>sample string 8</ApprovedByUserName>
    <ApprovedDateTime>2026-04-07T20:04:20.6679854+10:00</ApprovedDateTime>
    <CanCreate>true</CanCreate>
    <CanDelete>true</CanDelete>
    <CanRead>true</CanRead>
    <CanUpdate>true</CanUpdate>
    <CountryId>bdeda733-5fdc-41cb-a7c9-6f5f16215084</CountryId>
    <CreatedByUser>sample string 6</CreatedByUser>
    <CreatedDateTime>2026-04-07T20:04:20.6679854+10:00</CreatedDateTime>
    <CurrentStatus>sample string 11</CurrentStatus>
    <FinancialInstitutionCountry>sample string 10</FinancialInstitutionCountry>
    <FinancialInstitutionId>67c8bdc3-2473-4cb2-9407-e4162c93425a</FinancialInstitutionId>
    <WorkflowEventApprovalId>5c6ac891-9f2b-4bde-9e1a-283d35c568b8</WorkflowEventApprovalId>
    <WorkflowEventId>77bd632a-e689-44c6-846f-0b1b1fb1258c</WorkflowEventId>
    <WorkflowRoleStatusId>524eaf4e-622f-498c-9c30-40d12a9c244f</WorkflowRoleStatusId>
  </VectorChangeApprovalRequest>
  <VectorChangeApprovalRequest>
    <ApprovedByUserName>sample string 8</ApprovedByUserName>
    <ApprovedDateTime>2026-04-07T20:04:20.6679854+10:00</ApprovedDateTime>
    <CanCreate>true</CanCreate>
    <CanDelete>true</CanDelete>
    <CanRead>true</CanRead>
    <CanUpdate>true</CanUpdate>
    <CountryId>bdeda733-5fdc-41cb-a7c9-6f5f16215084</CountryId>
    <CreatedByUser>sample string 6</CreatedByUser>
    <CreatedDateTime>2026-04-07T20:04:20.6679854+10:00</CreatedDateTime>
    <CurrentStatus>sample string 11</CurrentStatus>
    <FinancialInstitutionCountry>sample string 10</FinancialInstitutionCountry>
    <FinancialInstitutionId>67c8bdc3-2473-4cb2-9407-e4162c93425a</FinancialInstitutionId>
    <WorkflowEventApprovalId>5c6ac891-9f2b-4bde-9e1a-283d35c568b8</WorkflowEventApprovalId>
    <WorkflowEventId>77bd632a-e689-44c6-846f-0b1b1fb1258c</WorkflowEventId>
    <WorkflowRoleStatusId>524eaf4e-622f-498c-9c30-40d12a9c244f</WorkflowRoleStatusId>
  </VectorChangeApprovalRequest>
</ArrayOfVectorChangeApprovalRequest>