8 API Reference‎ > ‎Resources‎ > ‎

Image

Image represents images in the system. This resource is primarily used for logos and illustrations.

Common attributes:
  • url string
  • width integer.
  • height integer.
Submission API specific attributes:
  • id string.

Data Example

JSON

{
    "url": "",
    "width": "",
    "height": "",
    "id": ""
}

XML

<logo>
    <url></url>
    <width></width>
    <height></height>
    <id></id>
</logo>

Actions

No actions supported.


Comments