Get property values for a target
GET/api/v4/properties/groups/:group_name/:object_type/values/:target_id
Get all property values for a specific target within a group. Uses cursor-based pagination. The template object type cannot have values and will return 400. The system object type must use the dedicated /api/v4/properties/groups/{group_name}/system/values endpoint and will return 400 on this route.
Delta sync via since: When since > 0, the endpoint returns only rows whose update_at is greater than the cutoff, including tombstoned rows.
Cursor key must match the active ordering: in delta mode (since > 0) the endpoint orders by update_at and pagination requires cursor_update_at; otherwise it orders by create_at and pagination requires cursor_create_at.
Request
Responses
- 200
- 400
- 401
- 403
Property values retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions