selective sync meta list
GET {{baseUrl}}/selective-sync/meta
Get metadata for the conditions available to a linked account.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| common_model | string | ||
| cursor | string | The pagination cursor value. | |
| page_size | number | Number of results to return per page. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-Account-Token | string | (Required) Token identifying the end user. | |
| Accept | string | 
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}]}]}