View All Gateway Flow Field Mapping Templates (Deprecated since 24.2)

get

/api/restapi/pims/flowFieldMapTemplates/list

This endpoint returns all Gateway business flow field mapping templates.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<FlowTemplateMap>
Type: array
Title: List<FlowTemplateMap>
Show Source
Nested Schema : FlowTemplateMap
Type: object
Title: FlowTemplateMap
A reference to the flow template mapping business object.
Show Source
Nested Schema : FieldMapTemplate
Type: object
Title: FieldMapTemplate
A reference to the fieldMapTemplate business object.
Show Source
  • A description of the fieldmap template.
  • The unique ID of the fieldmap template generated by the system.
  • The name of the fieldmap template.
  • Allowed Values: [ "Direct", "Java", "Groovy", "Direct,Java,Groovy" ]
    The type of fieldmap template that can be created. Choices include: Direct, Java, or Groovy.
Nested Schema : Flow
Type: object
Title: Flow
The flow object associated with a flow instance.
Show Source
Nested Schema : App
Type: object
Title: App
A reference to the App business object.
Show Source
Nested Schema : FlowDefinition
Type: object
Title: FlowDefinition
The flow definition object associated with a flow.
Show Source
Nested Schema : appInstances
Type: array
Unique Items Required: true
The list of application instances associated with a flow.
Show Source
Nested Schema : AppInstance
Type: object
Title: AppInstance
The list of application instances associated with a flow.
Show Source

404 Response

The requested Gateway business flow field mapping template does not exist, or you do not have access to it.
Back to Top