GET developers
Summary: Returns a paginated list of developers
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
- Results are paginated and the default is value is 100 if no limit is provided
Parameters (4)
limit
(integer, query, optional)
The maximum number of results to return per page
pageNumber
(integer, query, optional)
The result set page number to be returned
query
(string, query, optional)
A query document. Example: {'name':'John'} matches all the developers that have the name 'John'
sort
(string, query, optional)
A sort document. Example: {'name':1} sorts the results by name in ascending order
No probe data for this endpoint yet.