standards
API ReferenceRecords

Search

POST
/records/{objectName}/search

Path Parameters

objectName*string

Header Parameters

x-timezone*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Full-text search query with the same filtering options as list.

Response Body

curl -X POST "https://example.com/records/string/search" \  -H "x-timezone: string" \  -H "Content-Type: application/json" \  -d '{    "q": "string"  }'
Empty