GET escalation/datatables?profileId={profileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileId | System.Guid | Required |
Body Parameters
DataTables.Mvc.IDataTablesRequest
| Name | Description | Type | Additional information |
|---|---|---|---|
| Draw | System.Int32 | None | |
| Start | System.Int32 | None | |
| Length | System.Int32 | None | |
| Search | DataTables.Mvc.Search | None | |
| Columns | DataTables.Mvc.ColumnCollection | None |
Response Information
Resource Description
DataTables.Mvc.DataTablesResponse
| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | System.Int32 | None | |
| data | System.Collections.IEnumerable | None | |
| recordsTotal | System.Int32 | None | |
| recordsFiltered | System.Int32 | None |