Skip to main content

Create a Child Entity

POST 

/api/workspaces/:workspace_id/entities/:id/entities/

Create a child entity.

Note: The paginated response is optional in this endpoint, when client provides limit and offset query parameters client gets paginated response.

Request

Path Parameters

    workspace_id stringrequired
    id integerrequired

    A unique integer value identifying this entity.

Body

required

    properties objectnullablerequired
    groups integer[]
    entity_type integerrequired
    name string

    Possible values: non-empty and <= 128 characters

    filename string

    Possible values: non-empty and <= 128 characters

Responses

Schema

  • Array [

  • id integer
    name string
    properties object
    summary_status string
    summary string
    summary_updated_at string
    summary_types string
    deleted string
    locked boolean
    locked_by object
    entity_type integerrequired
    entity_type_name string
    updated_at string
    parent_count integer
    actions string
    param_types string
    created_by integer
    created_at string
    last_updated_by integer
    path integer
    show_on_dashboard boolean
  • ]

Loading...