List Projects
GET/v2/projects/
Retrieve a list of projects.
Returns: List[Project]: The list of projects.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id Id (string)required
name Name (string)required
[
{
"id": "string",
"name": "string"
}
]
Loading...