Figma · Example Payload

Figma Files Comment Example

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Figma Files 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

idfileKeyparentIdcreatedAtresolvedAtmessageorderIdreactions

Example Payload

Raw ↑
{
  "id": "abc123",
  "fileKey": "example_value",
  "parentId": "500123",
  "createdAt": "example_value",
  "resolvedAt": "example_value",
  "message": "example_value",
  "orderId": "500123",
  "reactions": []
}