v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
task
v1

Task List

get/api/v1/task/tasks/

Query parameters

jq_filtersobject

Filter params similar to JQWidgets grid filter params: filterscount=1, filterdatafield0="a", filtervalue0="b", filtercondition0="CONTAINS", filteroperator0=1, sortdatafied="c", sortorder="asc"

Response

pkstring
namestring nullable
date_startstring date-time
date_work_startstring date-time nullable
user__usernamestring
date_donestring date-time nullable
durationstring
progressinteger nullable
status'FAILURE' | 'PENDING' | 'RECEIVED' | 'RETRY' | 'REVOKED' | 'STARTED' | 'SUCCESS' nullable
has_errorstring
descriptionstring

Example response

[
  {
    "date_done": "2000-01-23T04:56:07.000+00:00",
    "duration": "duration",
    "date_start": "2000-01-23T04:56:07.000+00:00",
    "user__username": "user__username",
    "name": "name",
    "progress": 171976544,
    "description": "description",
    "pk": "pk",
    "date_work_start": "2000-01-23T04:56:07.000+00:00",
    "status": "FAILURE",
    "has_error": "has_error"
  }
]