GET/boards/columns/cards/{id}.json

Get a Card

Important notice: This endpoint will be deprecated soon and replaced with an existing tasks endpoint, date to be confirmed.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "card": {
    "dueDate": "",
    "canComplete": true,
    "numComments": "0",
    "taskListId": "12",
    "displayOrder": "1000",
    "hasTickets": false,
    "archived": false,
    "deletedDate": "",
    "dateCompleted": "",
    "dateUpdated": "2020-05-27T09:00:22Z",
    "private": "0",
    "projectId": "12",
    "status": "ACTIVE",
    "numPredecessors": "0",
    "numDependencies": "0",
    "numAttachments": "0",
    "tags": [],
    "canEdit": true,
    "startDate": "",
    "id": "12",
    "hasLoggedTime": false,
    "dateCreated": "2020-05-27T08:16:00Z",
    "completed": false,
    "estimatedMinutes": "0",
    "deleted": false,
    "taskStatus": "new",
    "taskListName": "Cards",
    "columnId": "12",
    "name": "posing card",
    "description": "",
    "progress": "0",
    "priority": "NONE",
    "projectName": "Gage Wilkinson",
    "hasReminders": false,
    "parentTaskId": "",
    "column": {
      "name": "test",
      "id": "12",
      "color": "#3D82DE"
    },
    "hasRemindersForUser": false,
    "numActiveSubTasks": "0",
    "assignedPeople": [
      "1"
    ],
    "taskId": "123",
    "isRecurring": false,
    "hasUnreadComments": false,
    "archivedDate": ""
  }
}