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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.