Announcement

Collapse
No announcement yet.

Description search appointments - Typo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Viktor Pracht
    replied
    Yes, thanks.

    Leave a comment:


  • tking
    replied
    I assume
    PUT /ajax/appointments?action=search
    should be
    PUT /ajax/calendar?action=search

    and
    GET /ajax/appointments?action=newappointments
    should be
    GET /ajax/calendar?action=newappointments
    ?

    Leave a comment:


  • Viktor Pracht
    replied
    Thanks. It's fixed now.

    Leave a comment:


  • tking
    started a topic Description search appointments - Typo

    Description search appointments - Typo

    Hi OX team,

    the HTTP API document contains a typo:

    Response: An array with appointment data. Each array element describes one contact and is itself an array. The elements of each array contain the information specified by the corresponding identifiers in the columns parameter.

    Should be:

    Response: An array with appointment data. Each array element describes one APPOINTMENT and is itself an array. The elements of each array contain the information specified by the corresponding identifiers in the columns parameter.

    Best regards,
    Thomas
Working...
X