REST Resource: csses

  • The CSS resource provides information about the CSS domain, including its ID, name, display name, homepage, and affiliated CSS group.

  • The CSS domain can be represented in JSON format with specific fields for its attributes.

  • Key methods for interacting with CSS domains include retrieving a single domain, listing domains affiliated with a CSS group, and updating labels assigned to a domain.

Resource: Css

Information about CSS domain.

JSON representation
{
  "cssDomainId": string,
  "fullName": string,
  "displayName": string,
  "homepageUri": string,
  "cssGroupId": string,
  "labelIds": [
    string
  ]
}
Fields
cssDomainId

string (int64 format)

Output only. Immutable. The CSS domain ID.

fullName

string

Output only. Immutable. The CSS domain's full name.

displayName

string

Output only. Immutable. The CSS domain's display name, used when space is constrained.

homepageUri

string

Output only. Immutable. The CSS domain's homepage.

cssGroupId

string (int64 format)

Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users.

labelIds[]

string (int64 format)

A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users.

Methods

get

Retrieves a single CSS domain by ID.

list

Lists CSS domains affiliated with a CSS group.

updatelabels

Updates labels that are assigned to a CSS domain by its CSS group.