Get All Oauth Clientsget https://{serverURL}/api/clientsThis endpoint retrieves a paginated list of oauth clients.Query Paramsmaxint64Defaults to 25Maximum number of records to returnoffsetint64Defaults to 0Offset records, the number of records to skip, for paginating requestssortstringDefaults to clientIdSort order, the name of the property to sort bydirectionstringenumDefaults to ascSort direction, use 'desc' to reverse sortascdescAllowed:ascdescphrasestringSearch phrase for partial matches on clientIdclientIdstringSearch phrase for partial matches on clientIdResponses 200Successful Request 4XXError Codes 5XXError CodesUpdated over 2 years ago