API Change Log for August 2021 Release

Check the API updates for this release.

  <th style={{ textAlign: "left" }}>
    Scenario
  </th>

  <th style={{ textAlign: "left" }}>
    Earlier Behavior
  </th>

  <th style={{ textAlign: "left" }}>
    New Behavior
  </th>

  <th style={{ textAlign: "left" }}>
    API Documentation Link
  </th>
</tr>
  <td style={{ textAlign: "left" }}>
    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.
  </td>

  <td style={{ textAlign: "left" }}>
    "created\_by": "00000000-\
    0000-0000-0000-000000000000"
  </td>

  <td style={{ textAlign: "left" }}>
    "created\_by": “14775077-42d5-45ed-8ec9-54ea191c086c”
  </td>

  <td style={{ textAlign: "left" }}>
    NA
  </td>
</tr>

<tr>
  <td style={{ textAlign: "left" }}>
    GET v1/centers/$\{center\_id}/services
  </td>

  <td style={{ textAlign: "left" }}>
    When you retrieve the services available in a given center.
  </td>

  <td style={{ textAlign: "left" }}>

  </td>

  <td style={{ textAlign: "left" }}>
    A new parameter “member\_price”, is\
    added to the response\
    object under “price\_info”.\
    This captures the\
    member price of a\
    service (if configured).
  </td>

  <td style={{ textAlign: "left" }}>
    List all services of a center
  </td>
</tr>
API End Point
GET v1/employees/$\{employee\_id}