Get Headers Trailers By Channel Type

post

/config/sim/v2/setup/getHeadersTrailersByChannelType

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, objectNum, name
  • If this value is specified, the include parameter is ignored.
    Value Description
    basic Forces the response to include all fields except option string details
    detailed Forces the response to include all fields including option string details
    Example: detailed
  • If specified, limits translated strings returned
    Example: 1,2,3
  • If using paging, number of results returned in this page.
    Example: 100
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 0
  • Sorts the response by the specified field name and sort order.
    Example: hierUnitId:asc
  • If specified, returns records that match the criteria.
    Example: where equals(hierUnitId, 1792)
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Headers Trailers By Channel Type records
Show Source
Nested Schema : HeadersTrailersByChannelType
Type: object
Headers Trailers by Channel Type record
Show Source
Nested Schema : descriptorLines
Type: array
An array of descriptor lines
Show Source
Nested Schema : name
Type: object
Descriptor name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : items
Type: object
Show Source
  • Line Number of the Header/Trailer. The valid range for lineNum for headers is 1-6 and for trailers is 1-12.
    Example: 55
  • Object Number of the logo.
    Example: 0
  • text
    A string that contains the text of a line in multiple languages.
  • Boolean flag for using either logoObjectNum(true) or text(false) for the specified lineNum. Automatically set to false if value is not specified.
    Example: false
Nested Schema : text
Type: object
A string that contains the text of a line in multiple languages.
Example:
{
    "1":"Please visit again!",
    "2":"Bitte schauen Sie noch einmal vorbei!",
    "3":"Por favor visite de nuevo!"
}
Back to Top