v1
latestOpenAPI 3.0.02026-07-147249104.6 KBdeveloperAccounts : Find and modify developer accounts
Returns a paginated list of developerAccounts
- Results are paginated and the default is value is 1000 if no limit is provided
get/developerAccounts
Query parameters
querystring
A query document. Example: {'name':'NASA'} matches all the developerAccounts that have the name 'NASA'
sortstring
A sort document. Example: {'name':1} sorts the results by name in ascending order
pageNumberinteger
The result set page number to be returned
limitinteger
The maximum number of results to return per page
Response
OK