Skip to main content

Find Field Setups

POST 

/fieldsetup-srv/graph/fields

This API call finds the field setups using a graph filter.

The request body uses the standard graph filter format with the following parameters:

  • Pagination: from (offset) and size (number of results)
  • Date Range: from_date and to_date (applied to createdTime field)
  • Object IDs: object_ids (array of field setup IDs to retrieve)
  • Sorting: sortfield and descending (boolean)
  • Field Projection: fields (blank-separated list of attributes to return)

Request

Responses

OK