Skip to main content
GET
/
orgs
/
{org_id}
/
views
/
{view_id}
/
groups
List groups (columns) for a view
curl --request GET \
  --url https://api.useinvent.com/orgs/{org_id}/views/{view_id}/groups \
  --header 'Authorization: Bearer <token>'
{
  "groups": [
    {
      "key": "<string>"
    }
  ],
  "capabilities": {
    "reorderable_columns": true,
    "movable_items": true,
    "axis": {
      "key": "<string>",
      "readonly": true,
      "sortable": true,
      "groupable_in": [],
      "label": "<string>",
      "items": [
        {
          "value": "<string>",
          "label": "<string>",
          "description": "<string>",
          "icon_url": "<string>",
          "metadata": {
            "link": "<string>",
            "data": "<unknown>"
          }
        }
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

view_id
string
required

View ID

Response

200 - application/json
groups
object[]
required
capabilities
object
required