Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the project |
name | string | The name of the project |
description | string (Optional) | The description of the project |
platform | string ("web" , "ios" , "android" or "macos" ) | The target platform of the project |
thumbnail | string (Optional) | URL of the project's thumbnail image |
status | Project Status | - |
organization | Organization Summary (Optional) | - |
rem_preferences | rem Preferences (Optional) | - |
workflow_status | Workflow Status (Optional) | - |
scene_url | string (Optional) | URL of the project's scene (public projects only) |
created | integer | The unix timestamp when the project was created |
updated | integer (Optional) | The unix timestamp when the project was updated |
number_of_members | integer | The number of members of the project |
number_of_screens | integer | The number of screens in the project |
number_of_components | integer | The number of components exported to the project |
number_of_connected_components | integer | The number of connected components in the project |
number_of_text_styles | integer | The number of text styles added to the project |
number_of_colors | integer | The number of colors added to the project |
number_of_spacing_tokens | integer | The number of spacing tokens added to the project |
linked_styleguide | Object Reference (Optional) | Reference the styleguide which the project is linked to |
Example
{
"id": "5db81e73e1e36ee19f138c1a",
"name": "HAL 9000",
"description": "UI designs for the onboard computer on the spaceship Discovery 1",
"platform": "web",
"thumbnail": "http://placekitten.com/200/300",
"status": "active",
"scene_url": "https://scene.zeplin.io/project/5db81e73e1e36ee19f138c1a",
"created": 1517184000,
"updated": 1572347818,
"number_of_members": 47,
"number_of_screens": 112,
"number_of_components": 46,
"number_of_connected_components": 32,
"number_of_text_styles": 28,
"number_of_colors": 17,
"linked_styleguide": {
"id": "5db81e6e6a4462065f04d932"
}
}
{
"id": "5db81e73e1e36ee19f138c1a",
"name": "HAL 9000",
"description": "UI designs for the onboard computer on the spaceship Discovery 1",
"platform": "web",
"thumbnail": "http://placekitten.com/200/300",
"status": "active",
"created": 1517184000,
"updated": 1572347818,
"organization": {
"id": "5d9caaecb4a3fa9b972f86ce",
"name": "Acme, Inc.",
"logo": "http://placekitten.com/200/300"
},
"workflow_status": {
"id": "5dbad85a76ea51c1f35b6f69",
"name": "Done",
"color": {
"name": "yellow",
"r": 254,
"g": 207,
"b": 51,
"a": 1
}
},
"number_of_members": 47,
"number_of_screens": 112,
"number_of_components": 46,
"number_of_connected_components": 32,
"number_of_text_styles": 28,
"number_of_colors": 17,
"number_of_spacing_tokens": 63,
"linked_styleguide": {
"id": "5db81e6e6a4462065f04d932"
}
}