Skip to main content

Get Access Model Metadata Value

GET 

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

Get single Access Model Metadata Attribute Value

Request

Path Parameters

    key stringrequired

    Technical name of the Attribute.

    Example: iscPrivacy
    value stringrequired

    Technical name of the Attribute value.

    Example: public

Responses

OK

Schema

    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...