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) andsize(number of results) - Date Range:
from_dateandto_date(applied tocreatedTimefield) - Object IDs:
object_ids(array of field setup IDs to retrieve) - Sorting:
sortfieldanddescending(boolean) - Field Projection:
fields(blank-separated list of attributes to return)
Request
Responses
- 200
- 204
- 400
- 401
- 417
OK
No Content
Bad Request - Invalid Graph Filter
Unauthorized
Expectation Failed - Invalid Search Parameters