Store Get

Get a single entity.

GET /pulse/store/{entity_id}

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entity_idstringRequired

Response

Successful Response
okboolean or nullDefaults to true
entityobject or null
Single entity response
entitieslist of objects or null
messagestring or null

Errors