| Request method | POST |
| Response object | Comment |
| Access scope | initiative_get |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/initiatives/ideas/342/comments/13/comments
{
"text": "I also think this is a great idea!"
}
JSON result:
{
"id": 14,
"createdAt": "2013-01-10T13:35:44.3806244Z",
"text": "I also think this is a great idea!",
"user": {
"id": 2,
"uri": "http://api.induct.no/v1/12345/users/2",
"firstName": "Max",
"lastName": "Power",
"firstNameLastName": "Max Power"
}
}
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM