| Request method | POST |
| Response object | Impulse |
| Access scope | impulse_submit |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/impulses
{
"title": "Api impulse Title",
"text": "Api impulse Text",
"visibleAt": "2016-07-21T13:19:43.741319Z",
"visibleTo": "2016-07-21T13:19:43.741319Z",
"allowComment": true
}
JSON result:
{
"id": 1234,
"createdAt": "2016-07-21T13:19:43.741319Z",
"createdBy": {
"id": 1234,
"firstName": "Api Name",
"lastName": "Api Last Name",
"firstNameLastName": "Name Last Name",
"email": "api.inductsoftware.com",
"inductId": "api.inductsoftware.com",
"profileImage": {
"id": 123456
}
},
"title": "Api impulse Title",
"text": "Api impulse Text",
"visibleAt": "2016-07-21T13:19:43.741319Z",
"allowComment": true,
"totalCommentCount": 0
}
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM