Search property fields across multiple object types
POST/api/v4/properties/groups/:group_name/fields/search
Returns matching fields across every requested object type in one response. The request body is a PropertyFieldSearch object whose object_types field lists the object types to include.
Scope, since, cursor, and permission semantics are identical to the get property fields endpoint, including the system-object collapse: when object_types is exactly [“system”], any scope or target params in the body are ignored and the endpoint resolves to target_type=system. Any other combination without an explicit scope returns 400.
Requesting a single value in object_types is equivalent to calling the singular endpoint and is supported for client uniformity.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Property fields retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found