API structure has changed
2 structure changes including:
2 Modifications
Modified
2
Breaking
GET /api/v1/client/{client_uuid}/emails
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
ancestors, descendants properties Modified
-
Type went from
array[object]toobjectBreaking
-
Type went from
-
thread_count property Modified
-
Type went from
objecttointegerBreaking
-
Type went from
-
ancestors, descendants properties Modified
-
data property Modified
-
application/json content type Modified
GET /api/v1/mailboxes/message/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
-
ancestors property Modified
-
Type went from
array[object]toobjectBreaking
- data, meta, links properties Added
-
Type went from
-
descendants property Modified
-
Type went from
array[object]toobjectBreaking
- data, meta, links properties Added
-
Type went from
-
thread_count property Modified
-
Type went from
objecttointegerBreaking
-
uuid, created_at, updated_at, message_created_at, mailbox, firm, ancestors, descendants, thread_count, participants, attachments, subject, incoming, text, html properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
Type went from
-
ancestors property Modified
-
application/json content type Modified
- Query
- per_page, page[ancestors], page[descendants] query parameters Added