• 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>
  • impulses/(id)/get

GET impulses/(id)/get

Returns an impulse.

Resource information

Request method GET
Response object Impulse
Access scope impulse_get
Response format JSON, XML

Example

https://api.induct.no/v1/12345/impulses/1234

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

↑ Back to top

© Induct Software AS