Path parameters

  • projectId string Required

    The Project ID for this operation

Responses

  • 200
    Hide response attribute Show response attribute object
    • rows array[object] Required

      The rows in the project

      Hide rows attributes Show rows attributes object
      • columns array[object]
        Hide columns attributes Show columns attributes object
        • cards array[object]
          Hide cards attributes Show cards attributes object
          • columns array[object]
          • createdFlair string
          • id string
          • importId string
          • metadata array[object]
            Hide metadata attributes Show metadata attributes object
            • PluginID string
            • cardId string
            • id string
            • value string
          • name string
          • projects array[object]
            Hide projects attributes Show projects attributes object
            • ImportID string
            • cards array[object]
            • id string
            • name string
            • plugins array[object]
              Hide plugins attributes Show plugins attributes object
              • author string
              • configUrl string
              • description string
              • entityType string

                entitytypes Project/User/Organization

              • events string
              • flair string
              • id string
              • name string
              • permissions string
              • projects array[object]
              • scope string
              • secret string
              • uiConfigType string
              • urlPrefix string
            • rows array[object]
          • url string
        • id string
        • importId string
        • name string
        • position integer(int64)
      • id string
      • name string
      • position integer(int64)
GET /projects/{projectId}/rows
curl \
 --request GET 'https://tadatodo.com/api/projects/Pae77f34bbf9/rows' \
 --header "X-API-Key: $API_KEY"
Response examples (200)
{
  "rows": [
    {
      "columns": [
        {
          "cards": [
            {
              "columns": [
                {}
              ],
              "createdFlair": "string",
              "id": "string",
              "importId": "string",
              "metadata": [
                {
                  "PluginID": "string",
                  "cardId": "string",
                  "id": "string",
                  "value": "string"
                }
              ],
              "name": "string",
              "projects": [
                {
                  "ImportID": "string",
                  "cards": [
                    {}
                  ],
                  "id": "string",
                  "name": "string",
                  "plugins": [
                    {
                      "author": "string",
                      "configUrl": "string",
                      "description": "string",
                      "entityType": "string",
                      "events": "string",
                      "flair": "string",
                      "id": "string",
                      "name": "string",
                      "permissions": "string",
                      "projects": [
                        {}
                      ],
                      "scope": "string",
                      "secret": "string",
                      "uiConfigType": "string",
                      "urlPrefix": "string"
                    }
                  ],
                  "rows": [
                    {}
                  ]
                }
              ],
              "url": "string"
            }
          ],
          "id": "string",
          "importId": "string",
          "name": "string",
          "position": 42
        }
      ],
      "id": "string",
      "name": "string",
      "position": 42
    }
  ]
}