Skip to main content

Get groups

List groups the api user belongs to

Query Parameters
  • offset integer

    Offset from start of dataset. Use with the limit query to iterate through dataset.

  • limit integer

    Length of dataset to return. Use with offset query to iterate through results.

Responses

operation successful


Schema
  • meta object
  • limit int32
  • next string
  • offset int32
  • previous string
  • total_count int32

    total number of objects

  • objects object[]
  • created date-time
  • is_active boolean
  • modified date-time
  • name string
  • public_name string
  • resource_uri uri
  • slug string
  • user string
  • xframe_allow boolean
  • xframe_allow_pdf_edit boolean
Loading...