v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBSearch Service Records by Specific Parameters
Search for service records based on filters, fields or customized query parameters. You can filter records using fields such as status, category, priority, assigned group or agent, creation date, and more.
Query parameters
A comma-separated list of fields to return in service records.
The search criteria
SR count is limited (see limit parameter). This parameter specifies the offset (start point) from which to retrieve values (e.g. 25). Defaults to 0.
The maximum number of SRs to retrieve per request. Defaults to 100 results (configurable).
One or more fields to sort by. Available fields are those that were fetched by the request.
Sort order: ascending or descending. Available values: asc/desc. Default is 'asc'. Relevant only when sort parameter is sent.
Names of service record property to expand
List of key-value parameters with {filter.id} as the key. and {filter.values.id} as the value. I.e.: …&status=19&request_user=235. Multiple values can be sent, comma-separated. I.e.: …&status=4,5.
Response
Matched service record entities
Example response
[
{
"id": 1779,
"srType": 10,
"agreement": 5,
"categoryId": 5,
"insertTime": "2025-01-31T12:34:56.000Z",
"updateTime": "2025-01-31T12:34:56.000Z",
"closeTime": "2025-01-31T12:34:56.000Z",
"company": {
"name": "Alpha",
"address": "123 Main Street",
"address2": "Apt. 4B",
"city": "Washington",
"state": "Virginia",
"country": "USA",
"fax": "555-555-1234",
"notes": "Some notes about the company.",
"emailAccount": "company@mail.com",
"expirationDate": "30-12-2120",
"agreementId": 5,
"agreementStartDate": "22-10-2025",
"agreementEndDate": "01-08-2024",
"customFields": {
"company_cust_int_field": 5
},
"version": 5,
"id": 1
},
"maxSupportLevel": 5,
"department": 1,
"solution": "Network error was fixed",
"resolution": "The problem occurred due to network error",
"templateId": 5,
"closureInformation": 1,
"emailAccount": "org.name@gmail.com",
"ci": {
"id": 1,
"name": "DE-WXP-64-QA05"
},
"asset": {
"name": "KATANA-GF66",
"type": "laptop",
"source": "agent",
"manufacturer": "MSI",
"model": "GF66 11UG-871",
"serial": "SN1A2B3C4",
"description": "Very cool asset!",
"ownerId": 10293,
"ownership": "personal",
"companyId": 7,
"locationId": 14,
"departmentId": 3,
"warrantyExpiration": "2026-05-13",
"patchManagementEnabled": true,
"os": {
"name": "Windows",
"version": "11 Pro 24H2"
},
"network": {
"macAddresses": [
"18:3D:A2:55:67:10",
"18:3D:A2:55:67:11"
],
"ipAddresses": [
"10.178.3.44",
"10.178.3.45"
]
},
"customFields": {
"cust_col1": "val1",
"cust_col21": "val2"
},
"additionalData": "Uptime (in seconds): 23945770\nUser domain: EXAMPLE",
"id": "MSI-123",
"updateTime": "2025-07-27T18:09:55Z",
"version": 1
},
"requestUser": {
"firstName": "John",
"lastName": "Doe",
"displayName": "John Doe",
"userEmail": "johndoe@sysaid.com",
"companyId": 342,
"departmentId": 342,
"locationId": 342,
"timezone": "Asia/Jerusalem",
"language": "en",
"managerId": 234,
"supervisorLevel": "department",
"jobTitle": "Engineering Director",
"customColumnsFields": {
"cust_col1": "val1",
"cust_col21": "val2"
},
"userName": "johndoe",
"company": {
"name": "Alpha",
"address": "123 Main Street",
"address2": "Apt. 4B",
"city": "Washington",
"state": "Virginia",
"country": "USA",
"fax": "555-555-1234",
"notes": "Some notes about the company.",
"emailAccount": "company@mail.com",
"expirationDate": "30-12-2120",
"agreementId": 5,
"agreementStartDate": "22-10-2025",
"agreementEndDate": "01-08-2024",
"customFields": {
"company_cust_int_field": 5
},
"version": 5,
"id": 1
},
"groups": [
{
"name": "IT Support",
"supportLevel": 3,
"companyId": 1001,
"email": "support@example.com",
"receiveAutomaticSrEmailNotifications": true,
"canBeAssignedToServiceRecord": true,
"id": 123
}
],
"version": 13,
"id": 342
}
}
]