Skip to main content

RequestManagerRequestList

Select

SaaS
Customer Managed

Retrieves the list of Requests

Query Parameters
  • createdFrom string

    Possible values: [SDG, FSO]

    Source application of the request

  • sourceEntityType string

    Possible values: [CLIENT_ENTITY, SEA_DATASOURCE_ENTITY, EDISCOVERY_PROJECT_ENTITY]

    Entity type of the source from which data is gathered for the request

  • sourceEntityId int32

    Possible values: >= 1

    Entity id of the source from which data is gathered for the request

Responses

OK


Schema
  • requests object[]

    List of Request Manager Requests

  • id int32

    Request id

  • name string

    Request name

  • type RMRequestType

    Possible values: [EXPORT, DELETE, MOVE, RETENTION, IGNORE, ARCHIVE, TAG]

  • status RMRequestStatus

    Possible values: [TaskCreated, TaskConfigured, ReviewInProgress, ReviewCompleted, ApproveCompleted, TaskCompleted, ApprovalRequested, ActionInProgress, CompletedWithErrors, Failed, ReviewDeclined]

    Signifies the progress of the request

  • requestor email

    Email of the requestor

  • application ActivateApplication

    Possible values: [NONE, SDG, FSO]

    Enum to signify the application under Activate

  • createdOn int64

    Request creation time in unix epoch format

  • owner object
  • id int32
  • name string
  • reviewers object[]

    List of request reviewers

  • id int32
  • name string
  • approvers object[]

    List of the request approvers

  • id int32
  • name string
Loading...