Skip to content
Tools/Spec Introspection/get_domain_ring

get_domain_ring

Return one `UPGDomainRing` by id (one of: `nucleus`, `understand`, `define`, `build`, `grow`, `operate`, `extend`). Returns a descriptive message (not an error) when the id is unknown.

Spec Introspectionatomic (read-only)

Arguments

idstringrequired

Ring id. One of: nucleus, understand, define, build, grow, operate, extend.

Returns

JSON: the full UPGDomainRing record.

Examples

Live call against the Notion example graph.

Input

{
  "id": "nucleus"
}

Output

{
  "id": "nucleus",
  "label": "Product",
  "description": "The seed",
  "domain_ids": [
    "portfolio",
    "workspace"
  ]
}

See Also