{
  "info": {
    "name": "LegalOne — mcp.ai",
    "description": "REST API for the LegalOne MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/legalone",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "legalone_create_appointments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/appointments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "appointments"
          ]
        },
        "description": "Cria um(a) Compromissos/agenda (OData POST /Appointments). `data` = corpo da entidade conforme a API oficial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_create_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "contacts"
          ]
        },
        "description": "Cria um(a) Contatos (pessoas físicas/jurídicas: clientes, partes, advogados) (OData POST /Contacts). `data` = corpo da entidade conforme a API oficial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_create_deadlines",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/deadlines",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "deadlines"
          ]
        },
        "description": "Cria um(a) Prazos (OData POST /Deadlines). `data` = corpo da entidade conforme a API oficial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_create_litigations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/litigations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "litigations"
          ]
        },
        "description": "Cria um(a) Processos/litígios (contencioso) (OData POST /Litigations). `data` = corpo da entidade conforme a API oficial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_create_tasks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/tasks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "tasks"
          ]
        },
        "description": "Cria um(a) Tarefas/providências (OData POST /Tasks). `data` = corpo da entidade conforme a API oficial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_create_timeentries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/timeentries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "timeentries"
          ]
        },
        "description": "Cria um(a) Timesheet (apontamento de horas) (OData POST /TimeEntries). `data` = corpo da entidade conforme a API oficial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_create_updates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/updates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "updates"
          ]
        },
        "description": "Cria um(a) Andamentos/publicações/atualizações do processo (OData POST /Updates). `data` = corpo da entidade conforme a API oficial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_customfield_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customfield/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customfield",
            "options"
          ]
        },
        "description": "Opções de um campo personalizado (OData /CustomFieldDefinitions/{id}/options) — resolve o texto de valores listItemId em customFields.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_appointments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/appointments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "appointments"
          ]
        },
        "description": "Busca um(a) Compromissos/agenda por id (OData /Appointments/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_areas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/areas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "areas"
          ]
        },
        "description": "Busca um(a) Áreas de atuação por id (OData /Areas/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "contacts"
          ]
        },
        "description": "Busca um(a) Contatos (pessoas físicas/jurídicas: clientes, partes, advogados) por id (OData /Contacts/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_courts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/courts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "courts"
          ]
        },
        "description": "Busca um(a) Tribunais/órgãos/varas por id (OData /Courts/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_customfielddefinitions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customfielddefinitions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customfielddefinitions"
          ]
        },
        "description": "Busca um(a) Definições de campos personalizados por id (OData /CustomFieldDefinitions/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_deadlines",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/deadlines",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "deadlines"
          ]
        },
        "description": "Busca um(a) Prazos por id (OData /Deadlines/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "documents"
          ]
        },
        "description": "Busca um(a) Documentos (GED) por id (OData /Documents/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_expenses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/expenses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "expenses"
          ]
        },
        "description": "Busca um(a) Financeiro: despesas/contas a pagar por id (OData /Expenses/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_feeagreements",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/feeagreements",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "feeagreements"
          ]
        },
        "description": "Busca um(a) Contratos de honorários por id (OData /FeeAgreements/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_litigations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/litigations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "litigations"
          ]
        },
        "description": "Busca um(a) Processos/litígios (contencioso) por id (OData /Litigations/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_positions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/positions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "positions"
          ]
        },
        "description": "Busca um(a) Instâncias/posições processuais por id (OData /Positions/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_receivables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/receivables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "receivables"
          ]
        },
        "description": "Busca um(a) Financeiro: contas a receber/receitas por id (OData /Receivables/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_servicetypes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/servicetypes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "servicetypes"
          ]
        },
        "description": "Busca um(a) Tipos de serviço/processo por id (OData /ServiceTypes/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_tasks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tasks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tasks"
          ]
        },
        "description": "Busca um(a) Tarefas/providências por id (OData /Tasks/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_timeentries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/timeentries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "timeentries"
          ]
        },
        "description": "Busca um(a) Timesheet (apontamento de horas) por id (OData /TimeEntries/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_updates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/updates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "updates"
          ]
        },
        "description": "Busca um(a) Andamentos/publicações/atualizações do processo por id (OData /Updates/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_get_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users"
          ]
        },
        "description": "Busca um(a) Usuários/responsáveis do escritório por id (OData /Users/{id}). Use $expand para sub-recursos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"query\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_appointments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/appointments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "appointments"
          ]
        },
        "description": "Lista Compromissos/agenda (OData /Appointments). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_areas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/areas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "areas"
          ]
        },
        "description": "Lista Áreas de atuação (OData /Areas). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "contacts"
          ]
        },
        "description": "Lista Contatos (pessoas físicas/jurídicas: clientes, partes, advogados) (OData /Contacts). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_courts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/courts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "courts"
          ]
        },
        "description": "Lista Tribunais/órgãos/varas (OData /Courts). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_customfielddefinitions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/customfielddefinitions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "customfielddefinitions"
          ]
        },
        "description": "Lista Definições de campos personalizados (OData /CustomFieldDefinitions). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_deadlines",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/deadlines",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "deadlines"
          ]
        },
        "description": "Lista Prazos (OData /Deadlines). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "documents"
          ]
        },
        "description": "Lista Documentos (GED) (OData /Documents). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_expenses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/expenses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "expenses"
          ]
        },
        "description": "Lista Financeiro: despesas/contas a pagar (OData /Expenses). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_feeagreements",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/feeagreements",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "feeagreements"
          ]
        },
        "description": "Lista Contratos de honorários (OData /FeeAgreements). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_litigations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/litigations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "litigations"
          ]
        },
        "description": "Lista Processos/litígios (contencioso) (OData /Litigations). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_positions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/positions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "positions"
          ]
        },
        "description": "Lista Instâncias/posições processuais (OData /Positions). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_receivables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/receivables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "receivables"
          ]
        },
        "description": "Lista Financeiro: contas a receber/receitas (OData /Receivables). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_servicetypes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/servicetypes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "servicetypes"
          ]
        },
        "description": "Lista Tipos de serviço/processo (OData /ServiceTypes). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_tasks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/tasks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "tasks"
          ]
        },
        "description": "Lista Tarefas/providências (OData /Tasks). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_timeentries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/timeentries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "timeentries"
          ]
        },
        "description": "Lista Timesheet (apontamento de horas) (OData /TimeEntries). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_updates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/updates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "updates"
          ]
        },
        "description": "Lista Andamentos/publicações/atualizações do processo (OData /Updates). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_list_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "users"
          ]
        },
        "description": "Lista Usuários/responsáveis do escritório (OData /Users). Filtre com $filter/$top/$skip/$orderby/$expand.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_metadata",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/metadata",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metadata"
          ]
        },
        "description": "Documento OData $metadata (XML) — lista autoritativa de entidades e campos da API do escritório. Útil para descobrir o casing/coleções reais do tenant.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_odata_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/odata/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "odata",
            "get"
          ]
        },
        "description": "GET genérico em qualquer coleção/recurso OData do LegalOne. Informe `entity` (ex.: \"Litigations\") e opcionalmente `id`; suporta $filter/$expand/$select/$top/$skip/$orderby. Use isto para entidades não",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"$filter\": \"\",\n  \"$expand\": \"\",\n  \"$select\": \"\",\n  \"$orderby\": \"\",\n  \"$top\": 0,\n  \"$skip\": 0,\n  \"$count\": false,\n  \"query\": {},\n  \"entity\": \"\",\n  \"id\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_request",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/request",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "request"
          ]
        },
        "description": "Escape hatch: chamada OData crua. `method` (GET/POST/PATCH/PUT/DELETE) + `path` (ex.: \"/Litigations/2479\") + `query`/`body` opcionais. Cobre endpoints/ações fora das tools nomeadas.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"method\": \"\",\n  \"path\": \"\",\n  \"query\": {},\n  \"body\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_update_appointments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/appointments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "appointments"
          ]
        },
        "description": "Atualiza um(a) Compromissos/agenda (OData PATCH /Appointments/{id}). `data` = campos a alterar.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"data\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_update_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "contacts"
          ]
        },
        "description": "Atualiza um(a) Contatos (pessoas físicas/jurídicas: clientes, partes, advogados) (OData PATCH /Contacts/{id}). `data` = campos a alterar.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"data\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "legalone_update_litigations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/litigations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "litigations"
          ]
        },
        "description": "Atualiza um(a) Processos/litígios (contencioso) (OData PATCH /Litigations/{id}). `data` = campos a alterar.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"data\": {},\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}