Get SLU Consumer Facing Content

post

/content/sim/v1/setup/screenlookups/getconsumercontent

Gets a list of SLU Consumer Facing Content.

Request

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

Response

Supported Media Types

200 Response

A collection of SLU Consumer Facing Content entities in an organization.
Body ()
Root Schema : SLUConsumerFacingContent
Type: object
Model for Screen Lookup 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