This page will help you get started with Boards.
Boards are high-level objects where your users can post and vote on ideas for a specific topic, typically feature requests. The API allows you to fetch a specific board or a list of all boards for your company.
Headers
you may choose one of both when calling API request
| Key | Value |
|---|---|
| api-key | Your secret API key. |
| Authorization | Bearer "your_token" |
Base Entity Url
$http.get('https://api.ideaplan.io/api/users').success(successCallback);
List all Users
Returns a list of all users associated with your company.
| key | value |
|---|---|
| Url | https://api.ideaplan.io/api/users/by-company |
Retrieve User
Returns an Idea object, if a valid id was supplied.
