getAllTagsResponse
Response object containing an array of tags returned from a query.
Examples
type GetAllTagsResponse {
tags: [TagObject!]!
}
Fields
Field
Description
Supported fields
tags [TagObject!]!
Array of tags matching the query criteria
tagId String!
name String!
displayName String!
tagType OxTagType!
createdBy String!
createdAt DateTime
updatedAt DateTime
tagCategory String
deploymentModel String
purpose String
email String
References
Queries using this object:
Last updated