• 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/post

POST initiatives/ideas/post

Resource information

Request method POST
Response object Initiative
Access scope initiative_submit
Response format JSON, XML

Parameters

Example

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

Post data

{
    "title": "My great idea",
    "description": "My description",
    "innovationType": {
        "id": 1
    },
    "submitFormResult": {
        "answers": [
        { "question": { "id": 2 }, "value": "Innovation Management"},
        { "question": { "id": 3 }, "value": "I don't know / Something else"}
        ]
    }
}
JSON result:
{
    "id": 1,
    "uri": "https://api.induct.no/v1/12345/initiatives/ideas/1",
    "title": "My great idea",
    "description": "My description",
    "status": 1,
    "createdBy": {
        "id": 1,
        "uri": "https://api.induct.no/v1/12345/users/1"
    },
    "createdAt": "2012-11-21T11:22:47.2899751Z",
    "updatedAt": "2012-11-21T11:22:47.2909756Z",
    "sequenceNumber": 1001,
    "positiveVotes": 0,
    "negativeVotes": 0,
    "averageScore": 0.0,
    "totalScore": 0,
    "totalVotes": 0,
    "popularityIndex": 0,
    "stage": {
        "id": 1,
        "title": "Concept",
        "description": "Register the concept and start the product development process.",
        "processIndicator": {
            "id": 1,
            "uri": "https://api.induct.no/v1/12345/config/process_indicators/1",
            "title": "Capture",
            "index": 0,
            "innovationPhase": 1
        }
    },
    "followersCount": 0,
    "viewCount": 0,
    "commentCount": 0,
    "innovationType": {
        "uri": "https://api.induct.no/v1/12345/config/initiative_categories/innovation_types/1",
        "id": 1
        }
}

Induct API 1.0

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

↑ Back to top

© Induct Software AS