List project response
projects object[]
Array [
idstring
Unique ID of the project
namestring
Name of the project
]
List project response
{
"projects": [
{
"id": "string",
"name": "string"
}
]
}
Unique ID of the project
Name of the project
{
"projects": [
{
"id": "string",
"name": "string"
}
]
}