List of Requests

GET {{biBaseURL}}/Requests

Request Params

KeyDatatypeRequiredDescription
statusnull(optional, default: all) Status of requests to return.
all: Both active and pending requests.
active: Requests that have been approved (including auto-approved).
pending: Requests that have not yet been approved.
queuenull(optional, default: req): Type of request queue to return.
req: Requestor queue, returns requests available to the user as a requestor.
app: Approver queue, returns requests for an approver or requestor/approver that have either been approved by the user (active) or have not yet been approved (pending).

RESPONSES

status: OK

[{"RequestID":"int","SystemID":"int","SystemName":"string","AccountID":"int","AccountName":"string","DomainName":"string","AliasID":"int","ApplicationID":"int","RequestReleaseDate":"date-formatted string","ApprovedDate":"date-formatted string","ExpiresDate":"date-formatted string","Status":"string","AccessType":"string"}]