latestOpenAPI 3.0.12026-08-103995881.2 MB
053edab62415
estimation_methods
Export estimation methods based on search input
post/app/v1/estimation_methods/export
Request body
Example request
{
"sort_by": "name",
"sort_direction": "desc",
"filter": {
"$or": [
{
"entity_type": "equipment"
},
{
"name": {
"$like": "Emissions"
}
}
]
}
}Response
A successful with the link to download report
Example response
{
"input": {
"year_month": 202201,
"reporting_group_id": "bc37cb31-08ce-4b22-8f4c-7d44692a4ef2",
"asset_id": "89c100dc-0401-447f-a9f5-72ae124f3244"
}
}