XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.2
    • 4.0.3
    • SOAP/REST API
    • None

    Description

      Heading: Add Group in API
      as given group API -
      @Path(value="/

      {id}

      /rooms/add/

      {roomId}

      ")
      public ServiceResult addRoom(@QueryParam(value="sid")
      String sid,
      @PathParam(value="id")
      Long id,
      @PathParam(value="roomid")
      Long roomid)

      I execute this -
      url://group/4/rooms/add/55?sid=78d44e7a-e47e-4b90-b4fb-112b415c7cb6
      For Every GroupID or RoomID it will give message Not Added.
      What is the requirement to execute this API or how to add room in group through API calls.

      Attachments

        Activity

          People

            solomax Maxim Solodovnik
            Shinde Tushar Shinde
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: