GET Menu/Content/{id}
Get a list of menu items and services in working hours and enabled. Link to services in working hours and enabled if applic. if ServiceId=null then there will be child items. If !null then this is an end point Read qf.NEXAContentManagement
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
If @ParentId=0/null then get children of first level (Level 1) |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Set of Service records
Collection of MenuContent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Content Management ID |
integer |
None. |
| Level |
Menu item level. Root =0 |
integer |
None. |
| Name |
Menu entry name |
string |
Max length: 250 |
| ServiceId |
Service ID (if applicable). Null if this is not end point (has child entries) |
integer |
None. |
| WaitTimeAvg |
Average wait time in seconds (from stats cache). If none waiting, defaults to 60 |
integer |
None. |
| WaitTimeMax |
Maximum wait time in seconds (from stats cache). If none waiting, defaults to 60 |
integer |
None. |
| WaitCount |
Number of cases waiting (from stats cache) |
integer |
None. |
Response Formats
application/json, text/json
[
{
"Id": 1,
"Level": 2,
"Name": "sample string 3",
"ServiceId": 4,
"WaitTimeAvg": 5,
"WaitTimeMax": 6,
"WaitCount": 7
},
{
"Id": 1,
"Level": 2,
"Name": "sample string 3",
"ServiceId": 4,
"WaitTimeAvg": 5,
"WaitTimeMax": 6,
"WaitCount": 7
}
]