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
- application/json
Path Parameters
-
id(required): string
Process Definition ID.
Query Parameters
-
type: string
Metadata TypeDefault Value:
allAllowed Values:[ "all", "dataObjects", "planItems", "documents" ]
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : ProcessDefinitionMetadata
Type:
objectMatch All
Show Source
-
object
CommonModel
Discriminator:
links -
object
ProcessDefinitionMetadata-allOf[1]
Nested Schema : ProcessDefinitionMetadata-allOf[1]
Type:
Show Source
object-
dataObjects:
array dataObjects
-
documents:
object DocumentsDefinition
Documents definition
-
planItems:
array planItems
-
processDefinitionId:
string
Process definition ID
Nested Schema : DocumentsDefinition
Type:
objectDocuments definition
Show Source
-
documentDefinitions:
array documentDefinitions
-
isDocsEnabledFlag:
boolean
if DoCS is enabled this will be true.
Nested Schema : planItems
Type:
Show Source
array-
Array of:
object PlanItemMetadata
A Plan Item object
Nested Schema : Column
Type:
Show Source
object-
dataType:
string
Allowed Values:
[ "STRING", "INTEGER", "DECIMAL", "BOOLEAN", "TIME" ] -
entityAttributes:
array entityAttributes
-
key:
boolean
-
name:
string
-
size:
integer(int32)
-
transientAttributes:
object transientAttributes
Additional Properties Allowed: additionalProperties
Nested Schema : AttrObject
Type:
Show Source
object-
attrType:
string
Allowed Values:
[ "VALUE", "REF" ] -
contentType:
string
Allowed Values:
[ "OBJECT", "NATIVE_OBJECT", "LIST", "SORTED_LIST", "MAP" ] -
defaultValue:
object defaultValue
-
id:
string
-
msg:
object Msg
Nested Schema : defaultValue
Type:
objectNested Schema : Msg
Type:
Show Source
object-
allAvailableTranslationsForProjectLanguages:
object allAvailableTranslationsForProjectLanguages
Additional Properties Allowed: additionalProperties
-
argCount:
integer(int32)
-
bundleName:
string
-
bundleShortName:
string
-
code:
string
-
detail:
string
-
imageFile:
string
-
imageResource:
string(url)
-
localizedLogMessage:
string
-
logComponent:
string
Allowed Values:
[ "DEFAULT" ] -
mnemonic:
string
-
nonLocalizedString:
string
-
string:
string
Nested Schema : allAvailableTranslationsForProjectLanguages
Type:
objectAdditional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type:
objectNested Schema : documentDefinitions
Type:
Show Source
array-
Array of:
object DocumentDefinition
Document defintion
Nested Schema : DocumentDefinition
Type:
objectDocument defintion
Show Source
-
name:
string
Display Name
-
startupFlag:
boolean
true if it is a startup managed-folder
-
type:
string
Allowed Values:
[ "MANAGED_FOLDER", "INCOMING_FOLDER", "INCOMING_DOCUMENT" ]Document defintion type
Nested Schema : PlanItemMetadata
Type:
objectA Plan Item object
Show Source
-
childPlanItems:
array childPlanItems
-
displayName:
string
Display name of the resource
-
id:
string
ID of the resource
Nested Schema : childPlanItems
Type:
Show Source
array-
Array of:
object PlanItemMetadata
A Plan Item object
401 Response
Unauthorized
404 Response
A dynamic process definition with the specified ID or key does not exist.
500 Response
Internal Server Error