Reports

From Advice Local Wiki
Revision as of 15:08, 13 December 2017 by Psu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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"
}