Skip to main content

Get List of Privileges for Entitlement Type

POST 

/getListofPrivileges

This API gives the list of privileges for an entitlement type.

The Authorization must have Bearer followed by Token.

Mandatory params: endpoint

Optional params: max, offset, entitlementType

Request

Body

    endpoint string
    entitlementtype string

Responses

Get List of Privileges for Entitlement Type / Get List of Privileges for Entitlement Type Copy

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    PrivilegeDetails

    object[]

  • Array [

  • actionString string
    attribute string
    attribute_config string
    attribute_type string
    attribute_values string
    attributegroup string
    childaction string
    defaultvalue string
    descriptionascsv string
    editable boolean

    entitlement_types

    object

    endpointkey string
    entitlementname string
    entitlements_column number
    hideoncreate boolean
    hideonupd boolean
    label string
    orderindex string
    parentattribute string
    regex string
    requestablerequired boolean
    required boolean
    sqlquery string
    updatedate string
    updateuser string
  • ]

  • errorCode string
    msg string
Loading...