Fetches all projects in the organization
GET /projects
Fetches all projects in the organization
Query Parameters
- projectName string
Project name
Responses
- 200
- 400
- 401
Success" {"ok":1,"data":{"projects":[]}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...