List public projects
Retrieve the list of all public projects. You don't need any authentication for this method.
Query parameters
limitintegeroptional
Maximum number of results
offsetintegeroptional
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
projectstringoptional
Only include projects where the name or owner contains this string
projectTypesstringoptional
Comma separated list of project types to filter on. Supported values are 'audio', 'object-detection', 'image', 'accelerometer', 'other'.
Example:
accelerometer,audio,object-detection
sortstringoptional
Comma separated list of fields to sort query by. Prefix with a minus (-) sign to indicate descending order. Default order is ascending
Example:
id,-name
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated
Was this helpful?