Figma · Example Payload

Figma Rest Comment Example

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Top-level fields

idfile_keyparent_idcreated_atresolved_atmessageorder_idreactions

Example Payload

Raw ↑
{
  "id": "abc123",
  "file_key": "example_value",
  "parent_id": "500123",
  "created_at": "2026-01-15T10:30:00Z",
  "resolved_at": "2026-01-15T10:30:00Z",
  "message": "example_value",
  "order_id": "500123",
  "reactions": []
}