Creates a new matter with the supplied values
Success
{- "name": "string",
- "categoryId": 0,
- "organisationId": 0,
- "fields": { },
- "restricted": true,
- "urgent": true,
- "parentId": 0,
- "managerId": "string",
- "ownerId": "string",
- "externalId": "string",
- "teamId": 0
}
null
Gets matters filtered by single or multiple fields.
To filter by one field: "filtering.field", "filtering.operator" and "filtering.value" parameters must be filled.
To filter by multiple fields: "filtering.logic" and "filtering.filters" parameters must be filled.
Success
null
[ { "id": 95, "name": "My Matter", "matterNumber": "LV1234-0012", "lastActivityDateUtc": "2023-12-15T08:30:00.0000000+00:00", "organisationId": 1234, "managerId": "C7541186-26CE-4C6C-ABFF-37FE3EF57F88", "ownerId": "08FD1ED1-627E-4CB9-8388-731227584D21" }, { "id": 789, "name": "Another Matter", "matterNumber": "LV1234-0099", "lastActivityDateUtc": "2024-01-12T10:00:00.0000000+00:00", "organisationId": 1234, "managerId": null, "ownerId": "BE17D7D6-721A-4F6D-B081-CAABB6D8F5B9" }, { "id": 684, "name": "Different Matter", "matterNumber": "LV1234-0054", "lastActivityDateUtc": "2023-12-10T03:30:00.0000000+00:00", "organisationId": 1234, "managerId": "C7541186-26CE-4C6C-ABFF-37FE3EF57F88", "ownerId": "BE17D7D6-721A-4F6D-B081-CAABB6D8F5B9" } ]
Adds a user to the matter (as owner, manager or regular matter member)
Details about how to assign the user to the matter
Success
{- "userId": "string",
- "target": "Matter",
- "note": "string"
}
Returns the users that are assigned to the matter
Success
null
{ "detailFields": { "schema": { "properties": { "field_1": { "fieldId": 1, "title": "An example field name", "description": "Example field description", "lawvuType": 7, "isReadOnly": false, "type": "boolean", "label": "" } }, "order": [ "field_1" ], "required": [ "field_1" ] }, "model": { "field_1": true } }, "coreFields": { "schema": null, "model": null } }
Add or update a file in a matter.
The body of the request must be content-type 'multipart/form-data' and contain the file data.
The id of the created file
When the file was skipped due to conflict resolution setting
null
Get matter invoices
Success
null
[ { "id": 1, "name": "name task template 1", "description": "description task template 1", "createdDateUtc": "2024-02-22T07:47:21.0000000+00:00" }, { "id": 2, "name": "name task template 2", "description": "description task template 2", "createdDateUtc": "2024-02-22T07:47:21.0000000+00:00" } ]
Get tasks
Success
null