LawVu Account (1.0)
Apis for account related resources (authentication, profiles, organisation details etc)
Download OpenAPI description
Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/account-apis/
Production API
https://api.lawvu.com/account-apis/
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/my/recents
- Production API
https://api.lawvu.com/account-apis/v1/my/recents
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
Success
- text/plain
- application/json
- text/json
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"
Options:
- Draft
- Negotiating
- Approval
- Signing
- Executed
- Expired
- Void
Enum"Draft""Negotiating""Approval""Signing""Executed""Expired""Void"
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.903",
"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.68",
"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-06T21:16:25.45",
"matterId": null,
"contractId": null,
"contentType": "",
"documentId": null,
"ownerId": "GUID",
"managerId": "",
"contractStatus": "Negotiating",
"matterCategoryName": null
}
]