Skip to main content
GET
List Entity Types

Authorizations

Authorization
string
header
required

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

Query Parameters

teamId
string

The ID of the team.

pageSize
integer<int32>

Maximum number of results to return. Default is 5000, maximum is 10000.

pageToken
string

Token for pagination. Leave empty for the first request.

Response

Success

data
EntityTypeWithFields · object[]

The list of entity types.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.