Get CustomersAsk AIget https://iris.trackunit.com/api/customer/v1/customersGet a list of customers.Query Paramsidsarray of uuidslength between 0 and 20Limits to only include items matching the given ids.idsADD uuidtypesarray of stringslength between 0 and 20Limits to only include items matching the given types.CONTRACTORDEALERDISTRIBUTOROEMRENTALSERVICEOTHERsourcesarray of stringslength between 0 and 20Limits to only include items matching the given sources.USER_DEFINEDSYSTEM_DEFINEDCLASSIC_MIGRATIONexternalReferencesarray of stringslength between 0 and 20Limits to only include items matching the given references.externalReferencesADD stringnameContainsstringLimits to only include items which name contains the given string. Comparison is case-insensitive.pageint32≥ 0Defaults to 0Zero-based page index (0..N)sizeint32≥ 1Defaults to 20The size of the page to be returnedsortarray of stringsSort order: property (ascending by default), +property (ascending), -property (descending).sortADD stringResponses 200A list of customers. 400Bad request 401Invalid or missing bearer token in Authorization header 403User not allowed to make this request 404Resource not found 500Internal server errorUpdated 6 months ago