GET
/projects/{projectId}
curl \
--request GET 'https://tadatodo.com/api/projects/Pae77f34bbf9' \
--header "X-API-Key: $API_KEY"
Response examples (200)
{
"id": "string",
"name": "string",
"plugins": [
{
"author": "string",
"configUrl": "string",
"description": "string",
"flair": "string",
"id": "string",
"name": "string",
"uiConfigType": "string"
}
],
"rows": [
{
"columns": [
{
"id": "string",
"name": "string"
}
],
"id": "string",
"name": "string"
}
]
}