API Change Log for August 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 thedefault value. With this release, the correct created-by values are shown. | "created_by": "00000000- 0000-0000-0000-000000000000" | "created_by": “14775077-42d5-45ed-8ec9-54ea191c086c” | NA |
GET v1/centers/${center_id}/services | When you retrieve the services available in a given center. | A new parameter “member_price”, is added to the response object under “price_info”. This captures the member price of a service (if configured). | List all services of a center |