Figma · Example Payload

Figma Files Get File Response Body Example

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Figma Files Get File Response Body Example is an example object payload from Figma, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namerolelastModifiededitorTypethumbnailUrlversioncomponentscomponentSetsschemaVersionstylesmainFileKeybranches

Example Payload

Raw ↑
{
  "name": "Example Title",
  "role": "example_value",
  "lastModified": "example_value",
  "editorType": "example_value",
  "thumbnailUrl": "https://www.example.com",
  "version": "example_value",
  "components": "example_value",
  "componentSets": "example_value",
  "schemaVersion": 42.5,
  "styles": "example_value",
  "mainFileKey": "example_value",
  "branches": []
}