GET /v1/files/{file_key}/dev_resources
Get dev resources in a file
Servers
- https://api.figma.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
file_key |
String | Yes |
The file to get the dev resources from. This must be a main file key, not a branch key. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
node_ids |
String | No |
Comma separated list of nodes that you care about in the document. If specified, only dev resources attached to these nodes will be returned. If not specified, all dev resources in the file will be returned. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.