Attachment API

From TeamServer ER/Studio
Jump to: navigation, search

Go Up to API Reference

You cannot access attachment information directly through the API, but some of the APIs provide information about attachment resources.

Attachment Fields

Attachment resources may provide the following fields:

Item Example Description

"id"

"3790"

An integer that uniquely identifies the attachment.

"name"

"Post transformation tasks"

The name of the attachment.

"datatype"

"Text"

The type of the value of the attachment.

"value"

""

The value of the attachment.

"dictionary"

"Adventure Works_DD"

The name of the dictionary that contains the attachment.

"link"

"/object/view.spg?key=3790"

Path relative to the Team Server root URL that points to the page of the attachment.

For example, if the Team Server root URL is http://teamserver.example.com , the example value here determines that you can access the page of the attachment at http://teamserver.example.com/object/view.spg?key=3790 .

"type"

"Pre and Post Operations"

The type of the resource. The attachment type is the corresponding attachment type defined in Data Architect.

See Also