Figma · Example Payload

Figma Rest Canvas Node Example

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Figma Rest Canvas Node Example is an example object payload from Figma, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnametypechildren

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "type": "example_value",
  "children": []
}