Data for a Record in the Knowledge Model
List of Record data
Bad Request.
Unauthorized access.
Forbidden.
The specified resource was not found
Too Many Requests.
Internal Server Error.
Service Unavailable.
{- "content": {
- "headers": [
- {
- "id": "material_name",
- "name": "Material name",
- "type": "string",
- "format": "",
- "unit": "",
- "aggregation": "false",
- "filterable": "true",
- "sortable": "true"
}, - {
- "id": "material_number",
- "name": "Material number",
- "type": "string",
- "format": "",
- "unit": "",
- "aggregation": "false",
- "filterable": "true",
- "sortable": "true"
}, - {
- "id": "material_group",
- "name": "Material group",
- "type": "string",
- "format": "",
- "unit": "",
- "aggregation": "false",
- "filterable": "true",
- "sortable": "true"
}
], - "data": [
- [
- {
- "material_name": "PC Installation / Configuration",
- "material_number": "I-1000",
- "material_group": "Services"
}
]
]
}, - "page": 0,
- "pageSize": 50,
- "total": 1,
- "sort": [
- "material_number"
]
}