Skip to main content

Get Tag By Id

GET 

/tags/:id

Returns a tag by its id.

A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The ID of the object reference to retrieve.

    Example: 329d96cf-3bdb-40a9-988a-b5037ab89022

Responses

Tag

Schema

    id stringrequired

    Tag id

    name stringrequired

    Name of the tag.

    created date-timerequired

    Date the tag was created.

    modified date-timerequired

    Date the tag was last modified.

    tagCategoryRefs

    object[]

    required

  • Array [

  • type string

    Possible values: [ACCESS_PROFILE, APPLICATION, CAMPAIGN, ENTITLEMENT, IDENTITY, ROLE, SOD_POLICY, SOURCE]

    DTO type of the tagged object's category.

    id string

    Tagged object's ID.

    name string

    Tagged object's display name.

  • ]

Loading...