TagSets

Get a list of Tag Sets

Lists all of the Tag Sets in the supplied Octopus Deploy Space. The results will be sorted alphabetically by the SortOrder field on each tag set.

get/tagsets

Query parameters

idsstring[]

Comma separated list of Ids

namestring

The exact name of a Tag Set to be matched

partialNamestring

A partial or complete name to search on. This will perform a "contains" style match against the supplied name or name-fragment

scopesstring[]

Limits results to tag sets that apply to any of these resource types. Valid values: 'Tenant', 'Environment', 'Project', 'Target', 'Runbook', 'Feature Toggle'.

skipinteger

Number of items to skip. Defaults to zero

takeinteger

Number of items to take. Defaults to 30

typesstring[]

Limits results to tag sets of these types. Valid values: 'SingleSelect', 'MultiSelect', 'FreeText'.

Response

The list of matching Tag Sets, sorted alphabetically by the SortOrder field on each tag set.

Idstring

Gets or sets a unique identifier for this resource.

ItemsPerPageinteger
ItemTypestring
LastModifiedBystring

Gets or sets the username of the user who last modified this resource.

LastModifiedOnstring date-time

Gets or sets the date/time that this resource was last modified.

LastPageNumberinteger
Linksobject

Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.

NumberOfPagesinteger
TotalResultsinteger

Example response

{
  "Items": [
    {
      "SpaceId": "Spaces-1"
    }
  ]
}

Changes