Skip to main content

List Access Model Metadata Values

GET 

/access-model-metadata/attributes/:key/values

Get a list of Access Model Metadata Attribute Values

Request

Path Parameters

    key stringrequired

    Technical name of the Attribute.

    Example: iscPrivacy

Responses

OK

Schema

  • Array [

  • value string

    Technical name of the Attribute value. This is unique and cannot be changed after creation.

    name string

    The display name of the Attribute value.

    status string

    The status of the Attribute value.

  • ]

Loading...