API Change Log for Sep 15 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\
    default value.\
    With this release, the\
    correct created-by\
    values are shown.
  </td>

  <td style={{ textAlign: "left" }}>
    " AllowAnalyticsAccess ": `<boolean>`

    true: Employee has\
    read access 

    false: Employee does\
    not have access.
  </td>

  <td style={{ textAlign: "left" }}>
    " AllowAnalyticsAccess ": `<enum>`

    0: No access 

    1: Has read access 

    2: Has publisher access
  </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 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
  </td>

  <td style={{ textAlign: "left" }}>
    List all services of a center
  </td>
</tr>

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

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

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

  </td>

  <td style={{ textAlign: "left" }}>
    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
  </td>

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