Organization Requests

GET

Show status of all previous operation requests on the organization.

Path parameters

entityIdstringRequired

Unique FrankieOne identifier for an entity

Headers

X-Frankie-CustomerIDstringRequired

Your Customer ID provided by FrankieOne

X-Frankie-CustomerChildIDstringOptional

Your Customer Child ID provided by FrankieOne

Query parameters

requestTypeenumOptional

The type of request

statusenumOptional

List of statuses to filter the requests upon

Allowed values: PROCESSINGFAILEDCOMPLETE
requestedAfterdatetimeOptional

Filter on the createdAt field, results returned are based on being after the value

Response

OK

entityIdstringOptional

Entity’s are assigned an auto-generated UUID to ensure global uniqueness, represented as an entityId. The entityId allows for precise modification when required. To modify an entity, set the entityId of the entity you wish to update in an update request call.

requestsmap from strings to lists of objectsOptional

A map of requestTypes to request details. RequestType can be one of reports, ownership

requestIdstringOptional

The unique request ID for the API call made.

Built with