Get Menu Item Defintion Consumer Facing Content

post

/content/sim/v1/menuitems/menuitemdefinition/getConsumerContent

Gets a list of Menu Item Consumer Facing Content.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : MenuItemConsumerFacingContentGetRequest
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

A collection of Menu Item Consumer Facing Content entities in an organization.
Body ()
Root Schema : MenuItemConsumerFacingContent
Type: object
Model for Menu Item Consumer Facing Content Object
Show Source
Nested Schema : TranslatedString_HierUnitName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : URL
Type: object
The URL of the download API which needs to be used to download the actual content file. This is auto-generated and does not need to be provided during add/update calls.
Show Source
Nested Schema : params
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source

404 Response

404 Requested resource not found
Back to Top