latestOpenAPI 3.0.12026-08-103995881.2 MB
053edab62415
networks
Triggers the calculation and returns the table along with the results
post/app/v1/networks/{id}/{year_month}/run
Path parameters
idstring uuid required
Asset Group ID
year_monthstring required
YearMonth
Request body
Example request
{
"page_size": 20,
"sort_by": "name",
"sort_direction": "desc"
}Response
successful operation
Example response
{
"page_size": 10,
"total_entries": 58,
"total_pages": 6,
"data": [
{
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
}
}
]
}