Hello,
The GET /api/v2/oauth/clients endpoint does not implement paging. All OAuth Clients will be returned in the first page.
Regards,
------------------------------
Jerome Saint-Marc
Senior Development Support Engineer
------------------------------
Original Message:
Sent: 05-21-2025 04:54
From: Philipp Volkemer
Subject: OAuth API getOauthClients doesn't allow paging request parameters
We are using the OAuth API from the SDK to get the list of OAuth clients.
While the
OAuthClientEntityListing
implements the PagedResource interface the
GetOauthClientsRequest
doesn't have the pageNumber and pageSize fields as other Requests for PagedResources have, e.g.
GetAuthorizationDivisionsRequest
So how would we retrieve the second page of OAuth Client (if there is one) and could the Request please be extended to allow for the pageNumber and pageSize arguments?
#PlatformAPI
------------------------------
Philipp Volkemer
Softwareingenieur
------------------------------