• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Resources>
  • initiatives/ideas/get

GET initiatives/ideas/get

Returns all initiatives accessible with user account. If no valid user is logged in only open ideas will be returned."

The initiatives resources have a hard limit of 100. Use the limit and offset parameters to control the items to retrieve.

Resource information

Request method GET
Response object Initiative
Access scope initiative_get
Response format JSON, XML

Parameters

Limit
optional
Maximum number of items to return. Limit can not be more than 100. If limit is not set or set to more than 100 it will be changeed to 100.
Offset
optional
Start location within the result set for pagination. Zero-based number. To get the second page of 10 results per page, specify 10, not 1. The default value is 0.

Example

https://api.induct.no/v1/12345/initiatives/ideas

JSON result:


Induct API 1.0

Last API system update:
11/23/2020 8:43:56 AM

↑ Back to top

© Induct Software AS