Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the screen |
name | string | The name of the screen |
description | string (Optional) | The description of the screen |
tags | string[] | The tags platform of the screen |
image | Snapshot Image | - |
created | integer | The unix timestamp when the screen was created |
updated | integer (Optional) | The unix timestamp when the screen was updated |
number_of_versions | integer | The number of versions exported to the screen |
number_of_notes | integer | The number of notes in the screen |
number_of_annotations | integer | The number of annotations in the screen |
section | Object Reference (Optional) | Reference of the section that contains the screen |
variant | Screen Variant (Optional) | - |
Example
{
"id": "5dbad85a76ea51c1f35b6f69",
"name": "Login",
"description": "Login screen for HAL 9000",
"tags": [
"mobile",
"login"
],
"image": {
"width": 2560,
"height": 1920,
"original_url": "http://placekitten.com/2560/1920",
"thumbnails": {
"small": "http://placekitten.com/256/256",
"medium": "http://placekitten.com/512/512",
"large": "http://placekitten.com/1024/1024"
}
},
"created": 1517184000,
"updated": 1572347818,
"number_of_notes": 7,
"number_of_versions": 4,
"number_of_annotations": 2,
"section": {
"id": "5db81e6e6a4462065f04d932"
},
"variant": {
"value": "Default",
"group": {
"id": "607437cd62d37a0bc869fc63",
"name": "Login"
}
}
}