Returns the flowFieldTemplateMap business object for the specified flowFieldMapTemplate ID.
get
/gatewayapi/restapi/v1/flowFieldMapTemplates/{id}
Request
Path Parameters
-
id: integer(int64)
ID of flow template map object.Default Value:
0
Response
Supported Media Types
- application/json
200 Response
successful operation
FLOWTEMPLATEMAP
Root Schema : FlowTemplateMap
Type:
objectFLOWTEMPLATEMAP
Show Source
-
fieldMapTemplate:
object FieldMapTemplate
A reference to the fieldMapTemplate business object.
-
id:
integer(int64)
The unique ID of the flow template map generated by the system.
-
type:
string
Allowed Values:
[ "BOTH", "CREATE", "UPDATE" ]The type of fieldmap template associated with a flow template map.
Nested Schema : FieldMapTemplate
Type:
objectA reference to the fieldMapTemplate business object.
Show Source
-
description:
string
A description of the fieldmap template.
-
id:
integer(int64)
The unique ID of the fieldmap template generated by the system.
-
name:
string
The name of the fieldmap template.
-
type:
string
Allowed Values:
[ "Direct", "Java", "Groovy" ]The type of fieldmap template that can be created. Choices include: Direct, Java, or Groovy.
404 Response
The FlowTemplateMap does not exist or you do not have access to it.