GET /v1/customers
Summary: Get all the customers
Operation ID: Customers_GetCustomers
Auth: unknown
Operation ID: Customers_GetCustomers
Auth: unknown
Parameters (9)
changedSince
(string, query, optional)
Optional: Get customers that have been added or changed after this date time (greater or equal).
customerNames
(array, query, optional)
Optional: Get customers where customer name matches to any provided customer name
customerOwnerGuids
(array, query, optional)
Optional: List of customer owner ids to search for. Default all.
emailAddresses
(array, query, optional)
Optional: Get customers where email address matches to any provided email address
isActive
(boolean, query, optional)
If not given, return all Customers, if given as true return only active Customers, if given as false returns only inactive Customers.
isInternal
(boolean, query, optional)
Optional: When true returns only internal customer
numbers
(array, query, optional)
Optional: List of customer numbers.
pageToken
(string, query, optional)
rowCount
(integer, query, optional)
Optional: How many rows to fetch.
No probe data for this endpoint yet.