Create Insights generation job
POST {{baseUrl}}/v1/insight
Process FI data for insights
Request Body
{"templateId"=>"{{templateId}}", "dataIds"=>["{{dataId}}"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"Success","body":{"job_id":"4b108e83-07b6-47a4-84cd-a77d0e9e2b3d"}}