Hi Voelundur,
Thank you for your question.
Please see the documentation we have on this subject:
https://developers.sysaid.com/reference/searchservicerecords
If you have further question regarding this, please open a Service Record with our Helpdesk so that we may further assist.
Thank you!
Here is where I am stuck:
{{base_api_url}}/service-records/search?fields=title&limit=2&filters=companyId=1234
or rather
{{base_api_url}}/service-records/search?fields=title&limit=2&sort_by=&expand=requestUser&filters=companyId=1234
Q: How do I query by company id to get back only those records for a specific customer?
Isn’t the customer id key called `customerId` (based on the response).
Results from call:
{
"statusCode": 400,
"message": "querystring/filters must be object"
}