List project tasks
Retrieve a paginated list of tasks for a specific project. For example, use the following cURL command:
```bash
curl -X GET http://localhost:8000/api/projects/{id}/tasks/?page=1&page_size=10 -H 'Authorization: Token abc123'
```
Path parameters
A unique integer value identifying this project.
Query parameters
Which field to use when ordering the results.
[or "start"] current page
[or "length"] tasks per page, use -1 to obtain all tasks (in this case "page" has no effect and this operation might be slow)
Response
Changes
Changed in 1 of the 97 revisions of this API.2
- ○
added
AnnotationHistoryActionEnumto theitems/annotations/items/last_actionresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
LastActionEnumfrom theitems/annotations/items/last_actionresponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 97 revisions, 1 has no diff computed.