networks
Gets a list of network proration inputs and results
get/app/v1/networks/{id}/{year_month}
Path parameters
idstring uuid required
Asset Group ID
year_monthstring required
YearMonth
Query parameters
page_sizenumber
page size
pagenumber
page number
sort_bystring
sort by
sort_direction'asc' | 'desc'
sort direction
Response
successful operation
Example response
{
"page_size": 10,
"total_entries": 58,
"total_pages": 6,
"data": [
{
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
}
}
]
}