Image
{
"id": 123,
"name": "Image 1",
"uuid": "UUID-1234-5678",
"creator": "2",
"owner": "2",
"author": "2",
"created_at": 1603622378,
"content_url": "https://example.paligoapp.com/file-name.jpg",
"type": "image"
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | integer | false | none | The ID of the image. |
name | string | false | none | The name of the image. |
uuid | string | false | none | The UUID of the image. |
creator | integer | false | none | The ID of the user that created the document. |
owner | integer | false | none | The ID of the user that owns the document. |
author | integer | false | none | The ID of the user that created the document. |
created_at | integer | false | none | The document creation time (as a unix timestamp). |
content_url | string | false | none | A URL where the image can be downloaded. |
type | string | false | none | The resource type. |