Difference between revisions of "Reports"
From Advice Local Wiki
(Created page with "== Trigger a Report == This endpoint will generate a Baseline Report === API Endpoint === <syntaxhighlight lang="html"> http://p.lssdev.com/legacyclients/{$client_id}/refresh...") |
(→Trigger a Report) |
||
Line 1: | Line 1: | ||
== Trigger a Report == | == Trigger a Report == | ||
− | This endpoint will generate a Baseline Report | + | This endpoint will generate a Baseline Report. |
=== API Endpoint === | === API Endpoint === | ||
<syntaxhighlight lang="html"> | <syntaxhighlight lang="html"> |
Revision as of 14:09, 13 December 2017
Trigger a Report
This endpoint will generate a Baseline Report.
API Endpoint
http://p.lssdev.com/legacyclients/{$client_id}/refresh
Example Request
GET /legacyclients/12345/refresh HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json
Example Response
{
"status": 200,
"success": true,
"error": null,
"data": "report initiated"
}