DescribeSystemLayoutList

Updated at:

Built-in system layouts

Operation description

QPS limit

The per-user QPS limit for this API is 10 calls per second. Exceeding this limit triggers rate limiting, which may affect your business. Call the API responsibly.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

PageNum

integer

No

Page number.

1

PageSize

integer

No

Number of entries per page.

10

Response elements

Element

Type

Description

Example

object

TotalPage

integer

Total number of pages.

2

RequestId

string

Request ID.

16A96B9A-F203-4EC5-8E43-CB92E68F4CD8

TotalNum

integer

Total number of pages.

6

Layouts

object

Layout

array<object>

List of layouts.

array<object>

List of layouts.

LayoutId

integer

Layout ID.

22

Name

string

Layout name.

评标录屏模板

AudioMixCount

integer

Number of audio mixes.

3

Panes

object

Panes

array<object>

List of panes.

object

Pane parameters for the layout.

MajorPane

integer

The main pane.

0

Width

number

Pane width as a normalized percentage. Valid values: 0.0 < Width ≤ 1.0.

0.25

Height

number

Pane height as a normalized percentage. Valid values: 0.0 < Height ≤ 1.0.

0.25

Y

number

Y coordinate as a normalized percentage. Valid values: 0.0 ≤ Y ≤ 1.0.

0.25

PaneId

integer

Pane ID.

0

ZOrder

integer

Stacking order. Zero (0) is the bottom layer. One (1) is above zero (0), and so on.

0

X

number

X coordinate as a normalized percentage. Valid values: 0.0 ≤ X ≤ 1.0.

0.25

Examples

Success response

JSON format

{
  "TotalPage": 2,
  "RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
  "TotalNum": 6,
  "Layouts": {
    "Layout": [
      {
        "LayoutId": 22,
        "Name": "评标录屏模板",
        "AudioMixCount": 3,
        "Panes": {
          "Panes": [
            {
              "MajorPane": 0,
              "Width": 0.25,
              "Height": 0.25,
              "Y": 0.25,
              "PaneId": 0,
              "ZOrder": 0,
              "X": 0.25
            }
          ]
        }
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.