Forum Discussion

cesarvidril's avatar
11 years ago

Get all QandA with RESTApi

Hi   I wan't to know how to get all the qanda board in restapi and after that get the key-word used in the parameters.   I know ho to get qanda one by one: rest("/boards/id/${myQandAId}?restapi....
  • cesarvidril's avatar
    11 years ago

    Well

     

    After some research i finally got it:

    rest('/boards/style/qanda')

     

    And for who's in research of the same anwers this his how to get the keywords:

    rest('/boards/id/${boardId}/settings/name/board.keywords')