API Change Log - January 2022 Release (b)

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" }}>
    This API returns the\
    added pre-requisites\
    and finishing\
    services information\
    of an appointment.
  </td>

  <td style={{ textAlign: "left" }}>
    Fetch only service details of a center.
  </td>

  <td style={{ textAlign: "left" }}>
    Fetch service\
    details of\
    a center with\
    pre-requisite and\
    finishing services.
  </td>

  <td style={{ textAlign: "left" }}>
    [Retrieve service of a center](https://zenotiapi.readme.io/reference/retrieve-a-service-of-a-center)
  </td>
</tr>

<tr>
  <td style={{ textAlign: "left" }}>
    api/Catalog/Therapists
  </td>

  <td style={{ textAlign: "left" }}>
    The therapist API\
    should\
    also include the\
    parameter “CheckAvailableTherapistsWaitTime”.
  </td>

  <td style={{ textAlign: "left" }}>
    API did not include “Available\
    Therapists\
    StartTime\
    InCenter” object\
    in response.
  </td>

  <td style={{ textAlign: "left" }}>
    API will now\
    include “AvailableTherapists\
    StartTimeInCenter”\
    object since we\
    are adding\
    the parameter “CheckAvailable\
    Therapists\
    WaitTime” in the API
  </td>

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

<tr>
  <td style={{ textAlign: "left" }}>
    api/Catalog\
    /Appointments/\
    GetWaitTimeForQueue
  </td>

  <td style={{ textAlign: "left" }}>
    For this API, in the “MapWaittimeObject”,\
    wait time message\
    should return\
    labels like Closed,\
    Opens At, and other\
    labels.
  </td>

  <td style={{ textAlign: "left" }}>
    At present we are\
    getting details like\
    Center Start Time and\
    Center End Time, as\
    general start and\
    end time configured\
    but not the\
    Online Start Time\
    and End Time.
  </td>

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

  <td style={{ textAlign: "left" }}>
    NA
  </td>
</tr>
API End Points
https://<apiurl>/v1 /Centers/`{center_id}` /services/`{service_id}`