Skip to main content
9 API change(s) - ⚠️ includes 2 breaking change(s)GET /rs/contacts/v1/
  • for the query request parameter extend, the type/format of property items/ was changed from / to string/“
  • added the enum value actions-info to the property items/ of the query request parameter extend
  • added the optional property data/items/actions to the response with the 200 status
GET /rs/contacts/v1/{id}
  • for the query request parameter extend, the type/format of property items/ was changed from / to string/“
  • added the enum value actions-info to the property items/ of the query request parameter extend
  • added the optional property actions to the response with the 200 status
POST /rs/contacts/v1/
  • endpoint added
DELETE /rs/contacts/v1/{id}
  • endpoint added
PATCH /rs/contacts/v1/{id}
  • endpoint added
1 API change(s) - ⚠️ includes 1 breaking change(s)GET /rs/contacts/v1/
  • for the query request parameter whereProviderIds, the type/format of property items/ was specialized from string/“ to string/uuid
1 API change(s)GET /rs/contacts/v1/
  • added the new optional query request parameter countOnly
6 API change(s) — ⚠️ includes 3 breaking change(s)GET /rs/contacts/v1/
  • removed the required property data/items/company from the response with the 200 status
  • removed the required property data/items/companyId from the response with the 200 status
  • deleted the query request parameter whereCompanyIds
  • added the new optional query request parameter whereProviderIds
  • added the required property data/items/provider to the response with the 200 status
  • added the required property data/items/providerId to the response with the 200 status
1 API change(s)GET /rs/contacts/v1/
  • endpoint added