Get Dynamic Process Definition Metadata

get

/ic/api/process/v1/dp-definitions/{id}/metadata

Get the metadata of the dynamic process definition with the specified process definition ID.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Metadata Type
    Default Value: all
    Allowed Values: [ "all", "dataObjects", "planItems", "documents" ]
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ProcessDefinitionMetadata
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Discriminator: links
Show Source
Nested Schema : ProcessDefinitionMetadata-allOf[1]
Type: object
Show Source
Nested Schema : dataObjects
Type: array
Show Source
Nested Schema : DocumentsDefinition
Type: object
Documents definition
Show Source
Nested Schema : planItems
Type: array
Show Source
Nested Schema : DataObjectMetadata
Type: object
Show Source
Nested Schema : columns
Type: array
Show Source
Nested Schema : Column
Type: object
Show Source
Nested Schema : entityAttributes
Type: array
Show Source
Nested Schema : transientAttributes
Type: object
Additional Properties Allowed
Show Source
Nested Schema : AttrObject
Type: object
Show Source
Nested Schema : defaultValue
Type: object
Nested Schema : Msg
Type: object
Show Source
Nested Schema : allAvailableTranslationsForProjectLanguages
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : documentDefinitions
Type: array
Show Source
Nested Schema : DocumentDefinition
Type: object
Document defintion
Show Source
Nested Schema : PlanItemMetadata
Type: object
A Plan Item object
Show Source
Nested Schema : childPlanItems
Type: array
Show Source

401 Response

Unauthorized

404 Response

A dynamic process definition with the specified ID or key does not exist.

500 Response

Internal Server Error
Back to Top