Skip to main content
3 API change(s) - ⚠️ includes 3 breaking change(s)GET /rs/conversations/v1/
  • for the query request parameter whereContactIds, the type/format of property items/ was specialized from string/“ to string/uuid
  • for the query request parameter whereIds, the type/format of property items/ was specialized from string/“ to string/uuid
  • for the query request parameter whereInterventionIds, the type/format of property items/ was specialized from string/“ to string/uuid
2 API change(s)GET /rs/conversations/v1/
  • added the new optional query request parameter countOnly
GET /rs/conversations/v1/{id}/messages
  • added the new optional query request parameter countOnly
6 API change(s) - ⚠️ includes 1 breaking change(s)GET /rs/conversations/v1/{id}/messages
  • for the query request parameter extend, the type/format of property items/ was changed from / to string/“
  • added the enum value created-by to the property items/ of the query request parameter extend
  • added the enum value files to the property items/ of the query request parameter extend
  • added the optional property data/items/createdBy to the response with the 200 status
  • added the optional property data/items/files to the response with the 200 status
GET /rs/conversations/v1/
  • added the new optional query request parameter whereSearch
7 API change(s)GET /rs/conversations/v1/
  • endpoint added
POST /rs/conversations/v1/
  • endpoint added
GET /rs/conversations/v1/{id}
  • endpoint added
POST /rs/conversations/v1/{id}/close
  • endpoint added
GET /rs/conversations/v1/{id}/messages
  • endpoint added
POST /rs/conversations/v1/{id}/messages
  • endpoint added
POST /rs/conversations/v1/{id}/reopen
  • endpoint added