Pular para o conteúdo principal

AgendaTarefasResult

aplicacao object
numeroint32
equipamentoNomestringnullable
areaNomestringnullable
unidadeNomestringnullable
tarefas object[]nullable
  • Array [
  • numeroint32
    descricaostringnullable
    dataPrevistadate-time
    dataRealizadadate-timenullable
    tempoPrevistoint32
    tempoRealizadoint32nullable
    statusint32

    Resultado da execução da tarefa: 1 = Realizada; 2 = Não realizada (informe também justificativaNaoRealizado); 3 = Em andamento; 4 = Cancelada; 5 = reservado.

    Possible values: [1, 2, 3, 4, 5]

    executores object[]nullable
  • Array [
  • executorIdint32
    tempoint32
    nomestringnullable
    telefonestringnullable
  • ]
  • ]
  • AgendaTarefasResult
    {
    "aplicacao": {
    "numero": 0,
    "equipamentoNome": "string",
    "areaNome": "string",
    "unidadeNome": "string"
    },
    "tarefas": [
    {
    "numero": 0,
    "descricao": "string",
    "dataPrevista": "2024-07-29T15:51:28.071Z",
    "dataRealizada": "2024-07-29T15:51:28.071Z",
    "tempoPrevisto": 0,
    "tempoRealizado": 0,
    "status": 1,
    "executores": [
    {
    "executorId": 0,
    "tempo": 0,
    "nome": "string",
    "telefone": "string"
    }
    ]
    }
    ]
    }