PracticePanther · Schema

TimeEntry

JSON Schema for the PracticePanther TimeEntry resource

LegalLaw Practice ManagementCase ManagementBillingTrust AccountingTime TrackingLegal Tech

Properties

Name Type Description
guid string
id integer
name string
isNoCharge boolean
isDeleted boolean
isEnabled boolean
accountId integer
isAccountRequired boolean
account object
utbmsCodeId integer
utbmsCode object
projectId integer
isProjectRequired boolean
project object
activityId integer
activity object
productId integer
product object
userId integer
user object
hourlyRate number
total number
isBillable boolean
isBilled boolean
createdDate string
lastModifiedDate string
createdBy object
lastModifiedBy object
tenant_Id integer
tenant object
description string
notes string
date string
hours number
status string
saleDocumentItemId integer
saleDocumentItem object
View JSON Schema on GitHub

JSON Schema

practicepanther-timeentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/practicepanther/main/json-schema/practicepanther-timeentry-schema.json",
  "title": "TimeEntry",
  "description": "JSON Schema for the PracticePanther TimeEntry resource",
  "type": "object",
  "properties": {
    "guid": {
      "type": "string",
      "format": "uuid"
    },
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "name": {
      "type": "string"
    },
    "isNoCharge": {
      "type": "boolean"
    },
    "isDeleted": {
      "type": "boolean"
    },
    "isEnabled": {
      "type": "boolean"
    },
    "accountId": {
      "type": "integer",
      "format": "int64"
    },
    "isAccountRequired": {
      "type": "boolean"
    },
    "account": {
      "$ref": "#/$defs/Account"
    },
    "utbmsCodeId": {
      "type": "integer",
      "format": "int64"
    },
    "utbmsCode": {
      "$ref": "#/$defs/UtbmsCode"
    },
    "projectId": {
      "type": "integer",
      "format": "int64"
    },
    "isProjectRequired": {
      "type": "boolean"
    },
    "project": {
      "$ref": "#/$defs/Project"
    },
    "activityId": {
      "type": "integer",
      "format": "int64"
    },
    "activity": {
      "$ref": "#/$defs/Activity"
    },
    "productId": {
      "type": "integer",
      "format": "int64"
    },
    "product": {
      "$ref": "#/$defs/Product"
    },
    "userId": {
      "type": "integer",
      "format": "int32"
    },
    "user": {
      "$ref": "#/$defs/User"
    },
    "hourlyRate": {
      "type": "number",
      "format": "double"
    },
    "total": {
      "type": "number",
      "format": "double"
    },
    "isBillable": {
      "type": "boolean"
    },
    "isBilled": {
      "type": "boolean"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "lastModifiedDate": {
      "type": "string",
      "format": "date-time"
    },
    "createdBy": {
      "$ref": "#/$defs/User"
    },
    "lastModifiedBy": {
      "$ref": "#/$defs/User"
    },
    "tenant_Id": {
      "type": "integer",
      "format": "int64"
    },
    "tenant": {
      "$ref": "#/$defs/Tenant"
    },
    "description": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "date": {
      "type": "string",
      "format": "date-time"
    },
    "hours": {
      "type": "number",
      "format": "double"
    },
    "status": {
      "type": "string",
      "enum": [
        "Billable",
        "Billed",
        "Paid",
        "NotBillable"
      ]
    },
    "saleDocumentItemId": {
      "type": "integer",
      "format": "int64"
    },
    "saleDocumentItem": {
      "$ref": "#/$defs/SaleDocumentItem"
    }
  },
  "required": [
    "userId",
    "date",
    "hours"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/practicepanther-timeentry"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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