ratnesh
13 years agoLithium Alumni (Retired)
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 ..?
- 13 years ago
You mean the keywords you set via the Community Browser by clicking on the "Edit Properties" link for a board, correct?:
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
- 13 years ago
Hi,
Yes. This is what I was looking for. Thanks for the reply. Much appreciate it.
Thx,
Ratnesh
- 13 years ago
/boards/id/[board id]/labels/predefined
- 13 years agoThanks for quick response.This would help me.