{
"solicitacao": {
"id": 123,
"codigo": "ABC-123123",
"dt_cadastro": "23/05/2025",
"dt_preventrega": "20/06/2025",
"dt_entrega": "24/06/2025",
"status": "DONE",
"titulo": "MATERIAL DE APOIO | EXEMPLAR DE BRINDE",
"board": "Produção/Promocional",
"colunaatual": "Faturada",
"ajustes": 1,
"formulario": "MATERIAL PROMOCIONAL",
"companyId": 999,
"solicitante": "Solicitante Exemplo",
"idbriefing": 7890,
"prioridade": "MEDIUM",
"tags": "TAG1 | TAG2"
},
"responsaveis": "responsavel1@exemplo.com | responsavel2@exemplo.com",
"anexos": [
{
"id": 100,
"name": "Arquivo teste",
"extension": "png",
"contentType": "image/png",
"url": "https://app.deskfy.io/repository/all$3view=grid&previewId=1000001",
"isPrivate": false,
"type": "privado",
"publicUrl": "https://app.deskfy.io/…"
}
],
"subtarefas": [
{
"id": 1234,
"codigo": "ABC-1234",
"dt_cadastro": "11/04/2025",
"dt_preventrega": null,
"status": "DONE",
"titulo": "Bloco de notas personalizado",
"prioridade": "MEDIUM",
"responsaveis": "example@example.com",
"tarefa_mae": 123
}
],
"resp_formulario": [
{
"campo_codigo": 123,
"campo_nome": "Anexo",
"campo_tipo": "ATTACHMENT",
"campo_descricao": null,
"campo_obrigatorio": false,
"secao": {
"name": "Seção 1",
"id": 123
},
"campo_arquivado": false,
"resposta": "Nome do arquivo anexado",
"arquivos": [
{
"id": 12345,
"name": "Nome do arquivo anexado",
"publicUrl": "https://app.deskfy.io/…"
}
]
}
]
}