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
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=39.1
"CustomEntityTypeAction Object"
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=39.1
"Error Object"
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=39.1
"Error Object"
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"workflowId:"string","workflowInputParameter:"string"}' https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/actions
On This Page
Custom Entities Operations
GET
Query Custom Entity Types
Deprecated
POST
Create Custom Entity Type
Deprecated
GET
Get Custom Entity Type
Deprecated
PUT
Update Custom Entity Type
Deprecated
DELETE
Delete Custom Entity Type
Deprecated
GET
Get Custom Entity Type Tenants
Deprecated
PUT
Set Custom Entity Type Tenants
Deprecated
POST
Post Custom Entity Type Publish
Deprecated
POST
Post Custom Entity Type Unpublish
Deprecated
POST
Post Custom Entity Type Publish All
Deprecated
POST
Post Custom Entity Type Unpublish All
Deprecated
GET
Get Custom Entity Type Tenants Query
PUT
Set Custom Entity Type Tenants Bounded
POST
Post Custom Entity Type Publish Bounded
POST
Post Custom Entity Type Unpublish Bounded
POST
Post Custom Entity Type Publish All Bounded
POST
Post Custom Entity Type Unpublish All Bounded
GET
Get Custom Entity Type Actions
POST
Create Custom Entity Type Action
DELETE
Delete Custom Entity Type Action
GET
Get Custom Entities
GET
Get Custom Entity
GET
Get Custom Entity As Sdk Object