Figma · Schema
GetFileResponse
Response from the Get File endpoint.
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the file as it appears in the editor. |
| role | string | The role of the requesting user in relation to the file. |
| lastModified | string | The UTC ISO 8601 time at which the file was last modified. |
| editorType | string | The type of editor associated with this file. |
| thumbnailUrl | string | A URL to a thumbnail image of the file. |
| version | string | The version number of the file. |
| components | object | A mapping from component IDs to component metadata. |
| componentSets | object | A mapping from component set IDs to component set metadata. |
| schemaVersion | integer | The schema version of the file format. |
| styles | object | A mapping from style IDs to style metadata. |
| mainFileKey | string | The key of the main file, if this is a branch. |
| branches | array | A list of branches for this file. |