An ItemFile _represents a file for an Item, such as a proof or a production file.
Name | Type | Description |
---|---|---|
Id | int | The ID of the item file. |
ItemId | int | The ID of the item that the item file belongs to. |
Item (via $expand) | Item | The item that the item file belongs to. |
Type | ItemFileType | The type of item file. Valid values are Proof and Production. |
UrlPath | string | The URL path to the file. Prepend your account's primary host to this path to construct a full URL for the file. |