Create Custom Entity Type Action
Creates a new custom entity type action
Request
URI
POST
https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/actions
COPY
Path Parameters
string
customEntityTypeId
Required
customEntityTypeId
string
customEntityTypeId
Required
customEntityTypeId
Request Body
CreateCustomEntityTypeAction of type(s) application/json
Required
{
"workflowId": "string",
"workflowInputParameter": "string"
}
string
workflowId
Required
uuid of workflow.
string
workflowInputParameter
Required
Name of input parameter of given workflow to which this custom entity type should be mapped.
Responses
201
Created
Returns CustomEntityTypeAction of type(s) application/json;version=38.1
{
"name": "string",
"workflowId": "string",
"workflowInputParameter": "string"
}
string
name
Required
Name of workflow
string
workflowId
Required
UUID of workflow.
string
workflowInputParameter
Optional
Name of input parameter of given workflow to which this custom entity type should be mapped.
400
The request is invalid(validation error)
Returns Error of type(s) application/json;version=38.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
401
The user is not authorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not found
Returns Error of type(s) application/json;version=38.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
On This Page
Custom Entities Operations
POST
Create Custom Entity Type
POST
Create Custom Entity Type Action
DELETE
Delete Custom Entity Type
DELETE
Delete Custom Entity Type Action
GET
Get Custom Entities
GET
Get Custom Entity
GET
Get Custom Entity As Sdk Object
GET
Get Custom Entity Type
GET
Get Custom Entity Type Actions
GET
Get Custom Entity Type Tenants
GET
Get Custom Entity Type Tenants Query
POST
Post Custom Entity Type Publish
POST
Post Custom Entity Type Publish All
POST
Post Custom Entity Type Publish All Bounded
POST
Post Custom Entity Type Publish Bounded
POST
Post Custom Entity Type Unpublish
POST
Post Custom Entity Type Unpublish All
POST
Post Custom Entity Type Unpublish All Bounded
POST
Post Custom Entity Type Unpublish Bounded
GET
Query Custom Entity Types
PUT
Set Custom Entity Type Tenants
PUT
Set Custom Entity Type Tenants Bounded
PUT
Update Custom Entity Type