Skip to main content

List Suggested Entitlement Description

GET 

/suggested-entitlement-descriptions

List of Suggested Entitlement Description

Request

Query Parameters

    limit int64

    Integer specifying the maximum number of records to return in a single API call. The standard syntax described in V3 API Standard Collection Parameters. If it is not specified, a default limit is used.

    Example: limit=0
    filters string

    Filter results using the standard syntax described in V3 API Standard Collection Parameters

    Filtering is supported for the following fields and operators:

    batchId: eq

    status: eq, ne, in

    displayName: eq, co

    Example: displayName co "Read and Write"
    count boolean

    If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. The standard syntax described in V3 API Standard Collection Parameters. Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

    Example: count=true
    count-only boolean

    If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. This parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.

    Example: count-only=true
    requested-by-anyone boolean

    By default, the ListSeds API will only return items that you have requested to be generated.
    This option will allow you to see all items that have been requested

    Example: requested-by-anyone=true
    show-pending-status-only boolean

    Will limit records to items that are in "suggested" or "approved" status

    Example: show-pending-status-only=true

Responses

List of Suggested Entitlement Details

Schema
  • Array [
  • Name string

    name of the entitlement

    approved_by string

    entitlement approved by

    approved_type string

    entitlement approved type

    approved_when date-time

    entitlement approved then

    attribute string

    entitlement attribute

    description string

    description of entitlement

    displayName string

    entitlement display name

    id uuid

    sed id

    sourceId string

    entitlement source id

    sourceName string

    entitlement source name

    status string

    entitlement status

    suggestedDescription string

    llm suggested entitlement description

    type string

    entitlement type

    value string

    entitlement value

  • ]
Loading...