Forum Discussion

ratnesh's avatar
ratnesh
Lithium Alumni (Retired)
12 years ago

REST API does not return board keywords?

The keywords I enter while creating a board, the REST API does not return it in the board detailed fetched using the id. Is there a way around it .. may be to get it with Free Marker ..?
  • DougS's avatar
    12 years ago

    You mean the keywords you set via the Community Browser by clicking on the "Edit Properties" link for a board, correct?:

     

    board_keywords_example.png

     

    Those keywords are associated with a board setting with the setting key "board.keywords" -- you can look that up via the REST API by making this call:

     

    /restapi/vc/boards/id/BoardB/settings/name/board.keywords

     

    -Doug

  • ratnesh's avatar
    ratnesh
    12 years ago

    Hi,

    Yes. This is what I was looking for. Thanks for the reply. Much appreciate it.

     

    Thx,

    Ratnesh

  • KaelaC's avatar
    KaelaC
    12 years ago

     

    /boards/id/[board id]/labels/predefined

     

     

  • ratnesh's avatar
    ratnesh
    12 years ago
    Thanks for quick response.This would help me.