Since the v2 clio api is now deprecated, is there any documentation around migrating from v2 to v4 api?
Asked
Active
Viewed 85 times
0
-
sorry this is w.r.t to clio api. – Saravanan Kannan Sep 25 '19 at 08:41
1 Answers
0
I made these quick notes when I was doing my API upgrade. Not sure if they are helpful or not:
Clio v4 Path | Clio v2 Path |
-------------------------------------------------------------------------------------------- |
/users.json?enabled=true | /users |
/users.json?subscription_type=Attorney | /users |
/contacts.json?type=Company&client_only=true | /contacts?matters_status=Open&type=Company |
/contacts/[id].json | /contacts/[id] |
/matters.json | /matters |
/activities/events.json | /timeline_events |
/activities.json | /activities |
/contacts.json (type=Company) | /contacts/$clio_id |

Dean Householder
- 549
- 1
- 7
- 13