Get Tag State

Get Tag State

Only Solution users, Container admins, and System admins can retrieve TagStates.

Request
URI
GET
https://{api_host}/container-service/api/resources/tags/{id}
COPY
Path Parameters
string
id
Required

The id of the TagState


Responses
200

OK with the TagState

Returns TagState of type(s) */*
{
    "documentExpirationTimeMicros": "string",
    "external": false,
    "documentSelfLink": "string",
    "tenantLinks": [
        "string"
    ],
    "value": "string",
    "key": "string",
    "documentUpdateTimeMicros": "string"
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

boolean
external
Optional

external

string
documentSelfLink
Optional

documentSelfLink

array of string
tenantLinks
Optional

tenantLinks

string
value
Optional

value

string
key
Optional

key

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros


404

'Not Found' if no TagState with provided id

Operation doesn't return any data structure