Filevine · JSON Structure

Filevine Project Structure

JSON Structure description of the Filevine project resource and its relationships to documents, notes, deadlines, tasks, contacts, and time entries.

Type: object Properties: 10
LegalCase ManagementMattersIntakeDocumentsLOISWebhookLegal AIPersonal InjuryMass Torts

Filevine Project Structure is a JSON Structure definition published by Filevine, describing 10 properties. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.

Properties

projectId projectName projectTypeId client phaseName documents notes deadlines tasks timeEntries

Meta-schema: https://json-structure.org/draft/2025-09/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-09/schema",
  "$id": "https://api-evangelist.com/structure/filevine/filevine-project-structure.json",
  "title": "Filevine Project Structure",
  "description": "JSON Structure description of the Filevine project resource and its relationships to documents, notes, deadlines, tasks, contacts, and time entries.",
  "type": "object",
  "properties": {
    "projectId": { "type": "integer" },
    "projectName": { "type": "string" },
    "projectTypeId": { "type": "integer" },
    "client": { "$ref": "#/$defs/ContactRef" },
    "phaseName": { "type": "string" },
    "documents": { "type": "array", "items": { "$ref": "#/$defs/DocumentRef" } },
    "notes": { "type": "array", "items": { "$ref": "#/$defs/NoteRef" } },
    "deadlines": { "type": "array", "items": { "$ref": "#/$defs/DeadlineRef" } },
    "tasks": { "type": "array", "items": { "$ref": "#/$defs/TaskRef" } },
    "timeEntries": { "type": "array", "items": { "$ref": "#/$defs/TimeEntryRef" } }
  },
  "$defs": {
    "ContactRef": { "type": "object", "properties": { "contactId": { "type": "integer" }, "fullName": { "type": "string" } } },
    "DocumentRef": { "type": "object", "properties": { "documentId": { "type": "integer" }, "filename": { "type": "string" } } },
    "NoteRef": { "type": "object", "properties": { "noteId": { "type": "integer" }, "kind": { "type": "string" } } },
    "DeadlineRef": { "type": "object", "properties": { "deadlineId": { "type": "integer" }, "dueDate": { "type": "string", "format": "date-time" } } },
    "TaskRef": { "type": "object", "properties": { "taskId": { "type": "integer" }, "status": { "type": "string" } } },
    "TimeEntryRef": { "type": "object", "properties": { "timeEntryId": { "type": "integer" }, "durationMinutes": { "type": "integer" } } }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/filevine-project-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.