Table of contents
Table of Contents |
---|
...
🔢 Endpoints (in a sequence of process)
Endpoint | Description | |||||||
---|---|---|---|---|---|---|---|---|
1 |
/v1/ v2legal/ company-reports/ company-reports-searchavailable | get a list of available reports | ||||||
2 |
/ v2v1/legal/ company-reports | order a report by id based on the previous reportin the available reports list | ||||||
3 |
/v1/ v2legal/ company-reports/{id} /status | check the ordered report status | ||||||
4 |
/ v2v1/legal/ company-reports/{id}/file | get the report that was delivered | ||||||
5 |
/ v2v1/legal/ company-reports/ status/filter | list all the ordered reports (the same as list of reports in OS) |
Info |
---|
In the request header, |
...
How to order and get a report
Call to
Status colour Green title POST /v1/v2legal/company-reports/company-reports-searchavailable
to get a list of available reportsUse
id
of the selected report askey
to callStatus colour Green title POST /v1/legal/reports
and place a report orderCall
Status colour Blue title GET /v1/legal/reports/{id}
with theid
received from theStatus colour Green title POST /v1/legal/reports
response to get the report order status and other detailsOnce the order
status
isFinished
a request to download the report can be made
To get a report file once it is delivered call
Status colour Blue title GET /v1/legal/reports/{id}/file
withid
of the order
...
☁️ API
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
… |
Swagger open api macro | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||
...