| Extends: |
reference |
| Namespace: |
http://fico.com/xpress/insight/rest/v1 |
A file attachment on a scenario.
XML
Elements
| name (type) |
min/max occurs |
description |
| dataUrl (string) |
0/1 |
The URL from which the attachment contents can be downloaded |
| filename (string) |
0/1 |
The filename of the attachment |
| description (string) |
0/1 |
The description of the attachment |
| size (long) |
0/1 |
The size of the attachment data in bytes |
| lastModifiedUser (string) |
0/1 |
The username of the user who last modified the attachment contents |
| lastModifiedDate (dateTime) |
0/1 |
The timestamp of when the attachment contents were last modified |
| tags (string) |
0/unbounded |
The tags which are present on this attachment. |
| editors (editor) |
0/unbounded |
|
JSON
| property |
type |
description |
| dataUrl |
dataUrl (string) |
The URL from which the attachment contents can be downloaded |
| filename |
filename (string) |
The filename of the attachment |
| description |
description (string) |
The description of the attachment |
| size |
size (long) |
The size of the attachment data in bytes |
| lastModifiedUser |
lastModifiedUser (string) |
The username of the user who last modified the attachment contents |
| lastModifiedDate |
lastModifiedDate (dateTime) |
The timestamp of when the attachment contents were last modified |
| tags |
array of tags (string) |
The tags which are present on this attachment. |
| editors |
array of editors (editor) |
|