selective sync meta list

GET {{baseUrl}}/selective-sync/meta

Get metadata for the conditions available to a linked account.

Request Params

KeyDatatypeRequiredDescription
common_modelstring
cursorstringThe pagination cursor value.
page_sizenumberNumber of results to return per page.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"previous":null,"next":null,"results":[{"id":"123e4567-e89b-12d3-a456-426655440000","common_model":"hris.Employee","native_name":"Started At","field_name":"start_date","is_unique":true,"condition_type":"DATE_TIME","operators":[{"operator":"GREATER_THAN_OR_EQUAL","is_unique":true},{"operator":"LESS_THAN_OR_EQUAL","is_unique":true}]}]}