-
Notifications
You must be signed in to change notification settings - Fork 90
Save preview image design
Sergii Ivashchenko edited this page Apr 30, 2019
·
15 revisions

| Field | Search Response Field | Data Type | Description |
|---|---|---|---|
| id | N/A | int | Internal Id |
| media_gallery_id | N/A | int | Foreign key to media gallery table |
| is_licensed | N/A | int | Is image licensed and downloaded |
| adobe_stock_id | id | int | |
| title | title | string | |
| width | width | int | licensed width |
| height | height | int | licensed height |
| creator_name | creator_name | string | |
| creator_id | creator_id | int | |
| thumbnail_url | thumbnail_url | string | preview URL |
| thumbnail_html_tag | thumbnail_html_tag | text | |
| thumbnail_width | thumbnail_width | int | |
| thumbnail_height | thumbnail_height | int | |
| media_type_id | media_type_id | int | |
| vector_type | vector_type | ?? (null) | |
| content_type | content_type | string | |
| adobe_stock_category_id | N/A | int | Foreign key to category table |
| stock_id | stock_id | string | |
| premium_level_id | premium_level_id | int |
| Field | Search Response Field | Data Type | Description |
|---|---|---|---|
| id | N/A | int | |
| adobe_id | category.id | int | |
| name | category.name | string |