List diagrams in a file
Retrieves all diagrams in a file, sorted by most recently updated first.
get/api/files/{fileId}/diagrams
Path parameters
fileIdstring required
ID of the file containing the diagrams
Response
Array of diagrams in the file
Example response
[
{
"diagramUrl": "https://app.eraser.io/workspace/abc123?diagram=def456&layout=canvas"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.