Skip to content

Latest commit

 

History

History
99 lines (61 loc) · 1.63 KB

File metadata and controls

99 lines (61 loc) · 1.63 KB

History

History gives you get history log.

Table of Contents

List Connection History

List connection history.

GET /api/session/data/{{data_source}}/history/connections

Headers

None.

Path Parameters

  • data_source (string, required) - Data source

Query Parameters

  • token (string, required) - Auth Token
  • contains (string, optional) - Contains
  • order (string, optional) - Property name to order

Request Body

None.

Response

Status Code

  • 200 - OK

Response Body

@TODO


List Users History

List user history.

GET /api/session/data/{{data_source}}/history/users

Headers

None.

Path Parameters

  • data_source (string, required) - Data source

Query Parameters

  • token (string, required) - Auth Token
  • order (string, optional) - Property name to order

Request Body

None.

Response

Status Code

  • 200 - OK

Response Body

@TODO


Back to Top