LawVu Account (1.0)

Apis for account related resources (authentication, profiles, organisation details etc)

Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/account-apis/
Production API
https://api.lawvu.com/account-apis/

Organisations

Operations

Emails

Operations

Auth

Operations

Users

Operations

Teams

Operations

Features

Operations

WebhookSubscriptions

Operations

Recents

Operations

Get recent items

Request

Query
takeinteger(int32)

Format - int32. The maximum number of recent items to return

Default: 5

Default 5
No request payload

Responses

Success

BodyArray [
recordTypestring

Options:

  • Matter
  • Milestone
  • Task
  • Organisation
  • Contract
  • File
  • InvoiceBatch
  • KnowledgeArticle
  • Folder
  • FolderTemplate
  • KnowledgeLibrary
  • InboundEmail
  • User
  • MessageThread
  • TimelineEntry
  • MatterStatus
  • ContractStatus
  • Message
  • Comment
Enum"Matter""Milestone""Task""Organisation""Contract""File""InvoiceBatch""KnowledgeArticle""Folder""FolderTemplate"
recordIdinteger(int32)
titlestring or null
descriptionstring or null
lastActivityDateUtcstring(date-time)
matterIdinteger or null(int32)
contractIdinteger or null(int32)
fileContentTypestring or null
fileIdstring or null
ownerIdstring or null
managerIdstring or null
contractStatusstring or null

Options:

  • Draft
  • Negotiating
  • Approval
  • Signing
  • Executed
  • Expired
  • Void
Enum"Draft""Negotiating""Approval""Signing""Executed""Expired""Void"
matterCategoryNamestring or null
]
Response
[
  {
    "type": "file",
    "id": 414236,
    "title": "NDA contract for John Doe - V2.pdf",
    "description": "LV1762-00001 - Advice on Matter",
    "lastActivityDate": "2023-11-07T01:51:41.0000000+00:00",
    "matterId": 164476,
    "contractId": null,
    "contentType": "application/pdf",
    "documentId": "LV1762-0000004.1",
    "ownerId": "",
    "managerId": "",
    "contractStatus": null,
    "matterCategoryName": null
  },
  {
    "type": "matter",
    "id": 164476,
    "title": "Advice on Matter",
    "description": "LV1762-00001",
    "lastActivityDate": "2023-11-07T01:51:39.0000000+00:00",
    "matterId": null,
    "contractId": null,
    "contentType": "",
    "documentId": null,
    "ownerId": "GUID",
    "managerId": null,
    "contractStatus": null,
    "matterCategoryName": "Advice"
  },
  {
    "type": "contract",
    "id": 78173,
    "title": "NDA for Contract",
    "description": "Contract ID: 78173",
    "lastActivityDate": "2023-11-06T09:16:25.0000000+00:00",
    "matterId": null,
    "contractId": null,
    "contentType": "",
    "documentId": null,
    "ownerId": "GUID",
    "managerId": "",
    "contractStatus": "Negotiating",
    "matterCategoryName": null
  }
]