Forum Discussion
mfeltscher
11 years agoExpert
Hi nfoulet
I had the same requirement and therefore opened a product idea: https://community.lithium.com/t5/Product-ideas/Provide-REST-API-calls-to-see-if-a-contest-is-active/idi-p/171367
For the time being I'm using the following two calls to get the start and end date of a contest:
- /boards/id/<board_id>/settings/name/contest.posting_date_start
- /boards/id/<board_id>/settings/name/contest.posting_date_end
Note: These calls can only be used with restadmin
Moreno
- PaoloT11 years agoLithium Alumni (Retired)
Hi
the call mfeltscher has included is relying on the fact that these values (set in Admin) are then stored as board level settings. It should be completely okay to use this for the time being as it's just another way of accessing a board setting.
Thanks,
Related Content
- 10 months ago
- 10 months ago
- 9 months ago
- 2 years ago