Project Tasks
GET
/v1/Projects/{projectNumber}/tasks
Get Tasks from Project
Parameters
Path Parameters
projectNumber*string
Project No
Example
p1Responses
OK
application/json
JSON
[
{
"id": 0,
"parentId": 0,
"lastModified": "string",
"responsibleUser": "string",
"externalId": "string",
"boardId": 0,
"title": "string",
"description": "string",
"status": "string",
"responsibleUserId": "string",
"dueDate": "string",
"startDate": "string",
"rowCategoryId": 0,
"columnCategoryId": 0,
"tags": [
"string"
]
}
]
GET
/v1/Projects/{projectNumber}/tasks