Skip to main content

TaskListResponseWrapper

Response containing List of TaskDto

successboolean
data object[]
  • Array [
  • idstring
    userIdstring

    The identifier of the user who created the task

    Example: c373492c-acaa-4f96-ba40-ff60bd9c511b
    demandeIdstring

    The technical identifier of the request to which the task refers

    Example: c373492c-acaa-5f96-ba40-ff60bd9c511b
    usersstring

    The identifiers of the users who should receive the task, concatenated with a dot

    statutstring
    identifiantDemandestring
    relationIdstring
  • ]
  • messagestring
    TaskListResponseWrapper
    {
    "success": true,
    "data": [
    {
    "id": "string",
    "userId": "c373492c-acaa-4f96-ba40-ff60bd9c511b",
    "demandeId": "c373492c-acaa-5f96-ba40-ff60bd9c511b",
    "users": "string",
    "statut": "string",
    "identifiantDemande": "string",
    "relationId": "string"
    }
    ],
    "message": "string"
    }