API Change Log for Sep 15 2021 Release
over 2 years ago by Abhay Anumula
Check the API updates for this release.
API End Point | Scenario | Earlier Behavior | New Behavior | API Documentation Link |
---|---|---|---|---|
GET v1/employees /${employee_id} | When you retrieve information for an employee, the created by field earlier showed default value. With this release, the correct created-by values are shown. | " AllowAnalyticsAccess ": true: Employee has read access false: Employee does not have access. | " AllowAnalyticsAccess ": 0: No access 1: Has read access 2: Has publisher access | NA |
GET v1/centers/ ${center_id}/ services | When you retrieve the services available in a given center. | A new object “parallel_groups”, is added to the response object . This captures the parallel services related parameters of a service (if configured). object type : array of integers | List all services of a center | |
GET v1/centers/${center_id} /services/ ${service_id}/ | When you retrieve the given service available in a given center. | A new object “parallel_groups”, is added to the response object . This captures the parallel services related parameters of a service (if configured). object type : array of integers | Retrieve service of a center |