Get all projects of an organization
GET {{baseUrl}}/projects/:owner?nameOnly=false - DELETE&page=0&limit=10&order=ASC
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
nameOnly | string | Return the project information excluding APIs and domains | |
page | number | Page to return | |
limit | number | Number of results per page (1 .. 100) | |
order | string | Sort order |
RESPONSES
status: OK
{"offset":0,"totalCount":1,"projects":[{"name":"CoreServices","description":"APIs for core functionality","apis":["petstore"],"domains":["common-models"]},{"name":"CoreServices","description":"APIs for core functionality","apis":["petstore"],"domains":["common-models"]}]}