Skip to main content

Fetch Request History (my pending requests)

POST 

/fetchRequestHistory

This API call can be used to fetch the request history of all the requests submitted by an user. The Authorization must have Bearer followed by Token. Mandatory params: username - loggedinuser in Saviynt Optional params: status - OPEN/DRAFT/INPROCESS/COMPLETED/EXPIRED/DISCONTINUED. For example: as a list ["open","expired"] or a single status like "open", requestkey, requestedfor, requestedby, sort - requestsubmittedon/duedate/requestid, order - asc or desc, requestid, duedatestart(MM/dd/yyyy), duedateend(MM/dd/yyyy), submitdatestart(MM/dd/yyyy), submitdateend(MM/dd/yyyy), endpoint, securitysystem, firstname (requestedfor user), lastname (requestedfor user), assignee - list of usernames, requesttype - list of requesttypes, (ADD,UPDATEACCOUNT,NEWACCOUNT,DEL,NEWROLEREQUEST,CREATEROLE,MODIFYROLE,CREATEUSER,UPDATEUSER,EXTENDACCESS etc), approvedby - list of usernames, rejectedby - list of usernames, max, offset, showentitlementdetails - true/false, entresponsefields - if showentitlementdetails is true, sample - "entresponsefields":["description","soxcritical","customproperty1","syscritical","risk","privileged","status","confidentiality"] exactmatch(true/false) - If true, returns records for which value of requestedfor, firstname, lastname fields matches exactly.

Request

Body

    exactmatchstring
    Example: true
    firstnamestring
    Example: Mary
    maxstring
    Example: 1
    usernamestring
    Example: admin

Responses

Fetch Request History (my pending requests) / Fetch Request History (my pending requests) - exactmatch param

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    countnumber
    Example: 1
    errorCodestring
    Example: 0
    msgstring
    Example: Successful

    requests

    object[]

  • Array [

  • assigneestring
    Example:
    duedatestring
    Example: 2017-07-31 06:22:50
    endpointnamestring
    Example: Okta
    endpointsstring
    Example: Okta
    reqkeystring
    Example: 3
    requestandtaskstatusstring
    Example: Request completed, Task completed
    requestedforstring
    Example: Abhishek Srinivasan (asrinivasan)
    requestidstring
    Example: 290037
    requestorstring
    Example: Saviynt AdminUser (admin)
    requestsubmittedonstring
    Example: 2017-07-21 06:22:50
    requesttypestring
    Example: New Account
    statusstring
    Example: Completed
  • ]

  • totalcountnumber
    Example: 3693