List group custom fields
Returns a list of group custom fields for an entity type.
Authorizations
API key for authentication
Path Parameters
The identifier of the group. You can retrieve a list of group identifiers using the /v1/groups
endpoint.
40
The entity type the custom fields belong to. It can be either person
or company
.
person
, company
Query Parameters
The number of items to return.
1 <= x <= 100
A cursor for pagination across multiple pages of results. Don’t include this parameter on the first call. Use the pagination.nextLink
value returned in a previous response to request subsequent results.
128
Response
A paginated list of group custom fields for an entity type. The data.items
field contains the list of group custom fields, and the data.pagination.nextLink
field contains a link to the next page of results, if available.
The response is of type object
.