Description search appointments - Typo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tking
    Member
    • Nov 2011
    • 41

    #1

    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
  • Viktor Pracht
    Open-Xchange Developer
    • Feb 2007
    • 253

    #2
    Thanks. It's fixed now.

    Comment

    • tking
      Member
      • Nov 2011
      • 41

      #3
      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
      ?

      Comment

      • Viktor Pracht
        Open-Xchange Developer
        • Feb 2007
        • 253

        #4
        Yes, thanks.

        Comment

        Working...
        X