ServiceItems
ServiceItems
A list of service items.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string",
"serviceItemType": "string",
"description": "string",
"canExecute": false,
"serviceName": "string",
"serviceId": "string",
"iconMimeType": "string",
"iconData": "string",
"tenantScoped": false,
"providerScoped": false,
"publishAll": false
}
]
}