7 structure changes including:
1 Breaking change
1 Addition
5 Modifications
1 Removal
Modified
5
GET /api/v1/import
- Query
- filter[types], filter[statuses] query parameters Added
GET /api/v1/import/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
POST /api/v1/import
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
POST /api/v1/import/map/{import_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
POST /api/v1/import/start/{import_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
Removed
1
Breaking
GET /api/v1/import/keys/{importer}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
GET /api/v1/import/keys/{importer}/{mode}
3 structure changes including:
3 Modifications
Modified
3
GET /api/v1/fact-find/schema/{factFindSchema_uuid}/section/{factFindSchemaSection_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- is_completed property Added
-
application/json content type Modified
POST /api/v1/fact-find/schema/{factFindSchema_uuid}/section
- Response
-
201 response Modified
-
application/json content type Modified
- is_completed property Added
-
application/json content type Modified
PUT /api/v1/fact-find/schema/{factFindSchema_uuid}/section/{factFindSchemaSection_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- is_completed property Added
-
application/json content type Modified
15 structure changes including:
4 Additions
11 Modifications
Modified
11
Breaking
GET /api/v1/account/{account_uuid}/conversations
- Response
- 200 response Added
GET /api/v1/cases/{case_uuid}/conversations
- Response
- 200 response Added
GET /api/v1/conversation
- Response
- 200 response Added
GET /api/v1/conversation/{uuid}
- Response
- 200 response Added
GET /api/v1/statement
- Response
- 200 response Added
GET /api/v1/statement/{uuid}
- Response
- 200 response Added
GET /api/v1/static/plan-statuses
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
POST /api/v1/conversation
- Response
- 200 response Added
POST /api/v1/statement/{statement_uuid}/lock
- Response
- 200 response Added
POST /api/v1/statement/{statement_uuid}/unlock
- Response
- 200 response Added
PUT /api/v1/conversation/{uuid}
- Response
- 200 response Added
Added
4
DELETE /api/v1/lookups/{uuid}
GET /api/v1/lookups
GET /api/v1/lookups/{type}/{lookup}
GET /api/v1/static/lookup-types
9 structure changes including:
9 Modifications
Modified
9
GET /api/v1/account/{account_uuid}/documents
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
GET /api/v1/cases/{case_uuid}/documents
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
GET /api/v1/conversation/{conversation_uuid}/documents
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
GET /api/v1/firm/{firm_uuid}/documents
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
GET /api/v1/folder/{folder_uuid}/tree
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
GET /api/v1/folder/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
GET /api/v1/plans/{plan_uuid}/documents
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
POST /api/v1/folder
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
PUT /api/v1/folder/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- show_client_permissions property Added
-
application/json content type Modified
5 structure changes including:
4 Breaking changes
1 Addition
4 Removals
Removed
4
Breaking
GET /api/v1/mailboxes/{mailbox_uuid}/folders
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/v1/mailboxes/{mailbox_uuid}/reauthenticate
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/v1/mailboxes
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/v1/mailboxes/{uuid}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
DELETE /api/v1/mailboxes/message/{uuid}