| Request method | POST |
| Response object | Initiative |
| Access scope | initiative_submit |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/initiatives/ideas
{
"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