Get Custom Entity Type Actions

Get Custom Entity Type Actions

Get all actions associated with this custom entity type

Request
URI
GET
https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/actions
COPY
Path Parameters
string
customEntityTypeId
Required

customEntityTypeId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CustomEntityTypeActions of type(s) application/json;version=39.1
{
    "actions": [
        {
            "name": "string",
            "workflowId": "string",
            "workflowInputParameter": "string"
        }
    ]
}
array of object
actions
Optional

Definition of CustomEntityTypeAction.


401

The user is not authorized

Operation doesn't return any data structure

403

The user does not have 'read' access rights for custom entity types

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/actions