LibraryVariableSets

Get a list of Library Variable Sets

Lists all the Library Variable Sets in the supplied Space. The results will be sorted alphabetically by name.

post/libraryvariablesets/all/v1

Query parameters

contentTypestring

A content type use to filter Library Variable Sets.

idsstring[]

A list of Library Variable Set ids used to filter.

Response

Requested list of Library Variable Sets

Example response

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

Changes

No recorded changes to this endpoint across all 7 revisions of this API.