Get Customization
Returns the portal customization options.
Path parameters
The Portal identifier
Response
The current customization options for a portal.
Example response
{
"theme": {
"colors": {
"primary": "#000000"
}
},
"menu": {
"main": [
{
"path": "/about/company",
"title": "My Page",
"visibility": "public"
}
],
"footer_sections": [
{
"items": [
{
"path": "/about/company",
"title": "My Page",
"visibility": "public"
}
]
}
],
"footer_bottom": [
{
"path": "/about/company",
"title": "My Page",
"visibility": "public"
}
]
},
"portal_layout": {
"footer": {
"snippet_name": "my-snippet"
}
}
}Changes
Changed in 3 of the 30 revisions of this API.410
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
the
response's property default valuefalsewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuefalsewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuetruewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuetruewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuetruewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuetruewas added for the statusresponse-property-default-value-added
- ▲
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○