Skip to main content

Retrieve Group

Retrieve the details of an existing Group.

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK


Schema

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • name string

    The name of the Group.

  • default boolean

    Indicates whether this Group is the default Group.

  • parent_id NullableId

    Possible values: >= 1

  • ancestry string

    A pipe delimited list of ancestor Group IDs, starting with the root Group and ending with the immediate parent Group.

Loading...