Skip to main content
GET
/
v0
/
tag-groups
/
{groupId}
/
dimensions
Retrieve a list of tag group dimensions
curl --request GET \
  --url https://external.pleo.io/v0/tag-groups/{groupId}/dimensions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "code": "5524f270-6c21-11ee-b962-0242ac120002",
      "createdAt": "2023-08-23T03:11:48Z",
      "displayOrder": 1,
      "groupId": "c04c7e9e-6c15-11ee-b962-0242ac120003",
      "id": "c04c7e9e-6c15-11ee-b962-0242ac120002",
      "name": "Project",
      "updatedAt": "2023-08-23T03:11:48Z",
      "visible": false
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

groupId
string<uuid>
required

Unique identifier of the tag group to fetch dimensions for.

Response

default - application/json;charset=UTF-8

default response

data
object[]
required