Get Numbers CollectionAsk AIget https://api.telmetrics.com/v3/api/numbersGets a colleciton of numbers.Query ParamssearchBystring | nullFilter numbers returned by the API. Supported options: type, number, namecriteriastring | nullThe criteria to search by.sortBystring | nullThe field to sort the results by. Supported options: number, name, created, updatedpageSizeint32 | nullDetermines how many results will be returned in a page. If this value isn't passed, the pageSize will default to the maximum size for that collection.pageNumberint32 | nullUsed to page through the results from your request. If this value is not provided, it will default to page 1.sortDirstring | nullThe direction to display the results.Supported Options: asc, descHeadersAuthorizationstringDefaults to Bearer Access token. Required if x-organization-token is not provided.x-organization-tokenstringOrganization token. Required if Authorization token is not provided.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200Success 400Bad request. Please check your payload. 401Unauthorized. Please check your token or request. 404The item you are requesting was not found. 500Server ErrorUpdated about 5 years ago