List Projects
GET/projects
List Projects
Request
Query Parameters
The requested API version
1.0
Responses
- 200
- 400
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
nullable
metadata
object
Project id
Project name
Project tag list
Id of the user who created the project
Creation date
properties
object
Optional description of the project
Indicates if it's the default project
Number of resources created within the project
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"name": "string",
"tags": [
"string"
],
"createdBy": "string",
"creationDate": "2024-07-29T15:51:28.071Z"
},
"properties": {
"description": "string",
"default": true,
"resourcesNumber": 0
}
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
nullable
metadata
object
Project id
Project name
Project tag list
Id of the user who created the project
Creation date
properties
object
Optional description of the project
Indicates if it's the default project
Number of resources created within the project
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"name": "string",
"tags": [
"string"
],
"createdBy": "string",
"creationDate": "2024-07-29T15:51:28.071Z"
},
"properties": {
"description": "string",
"default": true,
"resourcesNumber": 0
}
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
nullable
metadata
object
Project id
Project name
Project tag list
Id of the user who created the project
Creation date
properties
object
Optional description of the project
Indicates if it's the default project
Number of resources created within the project
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"name": "string",
"tags": [
"string"
],
"createdBy": "string",
"creationDate": "2024-07-29T15:51:28.071Z"
},
"properties": {
"description": "string",
"default": true,
"resourcesNumber": 0
}
}
]
}
Bad Request
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Server Error