Skip to main content

Fetch Account Entitlement Details

POST 

/fetchEntOwnerCampaignAccEntDetails

This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API. If last certified actions and last certified comments are configured during campaign creation, then it is displayed in the API response. The Authorization must have Bearer followed by Token. Mandatory params: campaignId Optional params: certkey max offset entitlementmax entitlementoffset accountmax accountoffset entitlement2max entitlement2offset verifier

Request

Body

    accountmax string
    accountoffset string
    campaignId string
    certkey string
    entitlement2max string
    entitlement2offset string
    entitlementmax string
    entitlementoffset string
    max string
    offset string
    verifier string

Responses

Fetch Account Entitlement Details

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

    campaignAccountEntDetails

    object[]

  • Array [

  • certificationname string
    certkey string
    entitlementDisplayCount number
    entitlementTotalCount number

    entitlements

    object[]

  • Array [

  • accountdisplaycount number

    accounts

    object[]

  • Array [

  • accountStatus string
    accountname string
    certaccountkey number
    certfied string
    comment string
    consulted string
    endpoint string
    lastCertifiedCampaignName string
    lastCertifiedDate string
    lastCertifiedUser string
    systemUserName string
    userStatus string
    username string
  • ]

  • accounttotalcount number
    certentvalkey number
    certfied string
    comment string
    consulted string
    entitlement2displaycount number
    entitlement2totalcount number
    entitlementStatus number
    entitlementType string
    entitlement_value string
    risk string
    soxcritical string
    status string
    syscritical string
  • ]

  • status string
  • ]

  • campaignId string
    complete string
    displayCount number
    errorCode string
    msg string
    totalCount number
Loading...