Get Supported Presentation Elements

Get Supported Presentation Elements

This endpoint will not produce results. It is a placeholder to enforce code generation of SupportedPresentationElements.

Request
URI
GET
https://{api_host}/cloudapi/workflows/presentationElements
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Returns SupportedPresentationElements of type(s) application/json;version=37.1
{
    "presentationElement": {
        "elementType": "string",
        "description": "string",
        "displayName": "string",
        "hidden": false,
        "id": "string",
        "messages": [
            {
                "code": "string",
                "details": "string",
                "severity": "string",
                "summary": "string"
            }
        ]
    },
    "stepInfo": {
        "readOnly": false,
        "elements": [
            {
                "elementType": "string",
                "description": "string",
                "displayName": "string",
                "hidden": false,
                "id": "string",
                "messages": [
                    {
                        "code": "string",
                        "details": "string",
                        "severity": "string",
                        "summary": "string"
                    }
                ]
            }
        ]
    },
    "group": {
        "fields": [
            {
                "elementType": "string",
                "description": "string",
                "displayName": "string",
                "hidden": false,
                "id": "string",
                "messages": [
                    {
                        "code": "string",
                        "details": "string",
                        "severity": "string",
                        "summary": "string"
                    }
                ],
                "decorators": [
                    {
                        "decoratorType": "string"
                    }
                ],
                "constraints": [
                    {
                        "constraintType": "string"
                    }
                ],
                "type": "string",
                "affectedFieldsIds": [
                    "string"
                ],
                "fields": [
                    {
                        "elementType": "string",
                        "description": "string",
                        "displayName": "string",
                        "hidden": false,
                        "id": "string",
                        "messages": [
                            {
                                "code": "string",
                                "details": "string",
                                "severity": "string",
                                "summary": "string"
                            }
                        ],
                        "decorators": [
                            {
                                "decoratorType": "string"
                            }
                        ],
                        "constraints": [
                            {
                                "constraintType": "string"
                            }
                        ],
                        "type": "string",
                        "affectedFieldsIds": [
                            "string"
                        ]
                    }
                ],
                "value": {
                    "inputType": "string"
                }
            }
        ]
    },
    "field": {
        "decorators": [
            {
                "decoratorType": "string"
            }
        ],
        "constraints": [
            {
                "constraintType": "string"
            }
        ],
        "type": "string",
        "affectedFieldsIds": [
            "string"
        ]
    },
    "primaryField": {
        "fields": [
            {
                "elementType": "string",
                "description": "string",
                "displayName": "string",
                "hidden": false,
                "id": "string",
                "messages": [
                    {
                        "code": "string",
                        "details": "string",
                        "severity": "string",
                        "summary": "string"
                    }
                ],
                "decorators": [
                    {
                        "decoratorType": "string"
                    }
                ],
                "constraints": [
                    {
                        "constraintType": "string"
                    }
                ],
                "type": "string",
                "affectedFieldsIds": [
                    "string"
                ]
            }
        ],
        "value": {
            "inputType": "string"
        }
    }
}
presentationElement
Optional

presentationElement

stepInfo
Optional

stepInfo

group
Optional

group

field
Optional

field

primaryField
Optional

primaryField


401

The user is not authorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure