Search
Search within a specific object type
Performs a text search within a specific object type. Supported types: job, company, material, knowledgearticle, attachment, formresponse, asset, materialbundle
get/search/{objectType}.json
Path parameters
objectType'job' | 'company' | 'material' | 'knowledgearticle' | 'attachment' | 'formresponse' | 'asset' | 'materialbundle' required
Type of object to search
Query parameters
qstring required
Example:emergency repair
Search query string
limitinteger
Maximum number of results to return (max 100)
Response
Search results
Example response
{
"results": [
{
"type": "job"
}
]
}