BrandingThemeResourceCustomLinks
BrandingThemeResourceCustomLinks
Custom links are ordered list of menu items which can be customized and used in the application.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string",
"linkType": "string",
"scope": "string",
"url": "string",
"order": "number",
"parentId": "string"
}
]
}