All Products
- All Products
Rename Saved Search
* This field is required
Confirm Deletion
Are you sure you want to delete the saved search?
Would you like to view the closest match to this page?
Would you like to view the closest match to this page?
/api/v2/masterTemplate
/api/v2/masterTemplate/<id>
If you use the Visio template name in the URI and the Visio template name includes a space, replace the space with/api/v2/masterTemplate/name/<name>
/api/v2/masterTemplate/name/my%20Visio%20template
/api/v2/masterTemplate/<id>/tasks
Field
| Type
| Description
|
|---|---|---|
id
| String
| Visio template ID.
|
orgId
| String
| Organization ID.
|
name
| String
| Visio template name.
|
description
| String
| Description of the Visio template.
|
createTime
| dateTime
| Time the Visio template was created.
|
updateTime
| dateTime
| Last time the Visio template was updated.
|
createdBy
| String
| User who created the Visio template.
|
updatedBy
| String
| User who last updated the Visio template.
|
diFileRecordId
| String
| ID of the Visio template XML file.
|
templateImageId
| String
| ID of the Visio template image file.
|
parameters
| Parameters used in the Visio template. Includes an mtParameter object for each parameter.
| |
id
| Long
| Included in the mtParameter object.
Parameter ID.
|
name
| String
| Included in the mtParameter object.
Parameter name.
|
label
| String
| Included in the mtParameter object.
Parameter label.
|
type
| String
| Included in the mtParameter object.
Parameter type.
|
description
| String
| Included in the mtParameter object.
Parameter description.
|
customFuncId
| String
| Included in the mtParameter object.
Mapplet ID for mapplet type parameters.
|
uiProperties
| String
| Included in the mtParameter object.
Display property for the parameter. Includes the following information:
|
sessionAttrs
| String
| General and performance session properties for the task. Can include values for the following attributes:
|
wizardMetadata
| Metadata for the
mapping task wizard steps. Includes an mtWizardStep object for each step.
| |
name
| String
| Included in the mtWizardStep object.
Name of the step.
|
title
| String
| Included in the mtWizardStep object.
The title of the step, displayed in the
mapping task wizard user interface.
|
/api/v2/masterTemplate/<id>
Update-Mode=PARTIAL
Field
| Type
| Required
| Description
|
|---|---|---|---|
name
| String
| Yes
| Name of the Visio template.
|
description
| String
| Description of the Visio template.
| |
diFileRecordId
| String
| Yes
| Visio template XML file ID.
Use the ID returned when you upload the file to the organization with the fileRecord resource.
|
templateImageId
| String
| Visio template image file ID.
This ID is returned when you upload the file to the organization with the fileRecord resource.
| |
parameters
| Object that defines parameters associated with the template. Use an mtParameter object to define each parameter.
| ||
name
| String
| Yes
| Include in the mtParameter object.
Key field for the mtParameter collection.
Parameter name.
|
label
| String
| Include in the mtParameter object.
Parameter label.
| |
type
| String
| Yes
| Include in the mtParameter object.
Key field for the mtParameter collection.
Parameter type. Use one of the following values:
|
description
| String
| Include in the mtParameter object.
Parameter description.
| |
customFuncId
| String
| Include in the mtParameter object.
Mapplet ID for mapplet type parameters.
| |
uiProperties
| String
| Include in the mtParameter object.
Display property for the parameter. Use a UIPropertyType object to define the following display properties:
| |
sessionAttrs
| String
| Include in the mtParameter object.
General and performance session properties for the task. Can include values for the following attributes:
| |
wizardMetadata
| Metadata for the
mapping task wizard steps. Include an mtWizardStep object for each step.
| ||
name
| String
| Included in the mtWizardStep object.
Name of the step.
| |
title
| String
| Included in the mtWizardStep object.
The title of the step, displayed in the
mapping task wizard user interface.
|
/api/v2/masterTemplate/<id>
GET <serverUrl>/api/v2/masterTemplate/000043T1000003G/tasks Accept: application/xml icSessionId: <icSessionId>