Skip to content
Pile
Esc
navigateopen⌘Jpreview

List export

GET/workspaces/{organizationId}/export
Path parameters
organizationIdstringrequired
Responses
200Workspace export
organizationIdstringrequired
exportedAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/export"
Response
{
  "organizationId": "string",
  "exportedAt": "string",
  "property1": null,
  "property2": null
}