The Get all fields endpoint can be used to search for fields. This endpoint is particularly useful for accessing comprehensive field data and details for further analysis or display within an application. The includeFields
param can be used to customize the response.
You can fine-tune your searches and retrieve the field related data you need for integration into your applications or platforms by using filters.
Filters can be provided as query parameters and have a predefined structure: key is field.operator
and value is value
. For instance: objectType.eq=TASK
.
You can use any combination of these parameters to execute searches based on your specifications. In addition to filters, sortBy
and sortOrder
can be used to sort the projects. The response body is paginated, and you can control the pagination using the limit
and pageToken
parameters.
In case, any issues arise or further assistance is required, please refer to the error handling section or reach out to our support team at [email protected] for a prompt resolution.