API

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

KeyValue
api-keyYour secret API key.
AuthorizationBearer "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.

364

Retrieve User

Returns an Idea object, if a valid id was supplied.

309