Get Pager Config
This endpoint retrieves your community's Inferno Pager node configuration for a specific server.
Get Pager Config
Request Body
Name
Type
Description
[
{
"id": "root-1",
"name": "Fire",
"description": "Fire services",
"permission": "fire",
"address": "FIRE-01",
"shortCode": "F1",
"kind": "group",
"children": [
{
"id": "station-1",
"name": "Station 1",
"description": "",
"permission": "fire.station1",
"address": "FIRE-ST01",
"shortCode": "ST1",
"kind": "node",
"children": []
}
]
}
]Last updated
Was this helpful?

