Asana · Schema

OrganizationExportRequest

An *organization_export* request starts a job to export the complete data of the given Organization.

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
organization string Globally unique identifier for the workspace or organization.
View JSON Schema on GitHub

JSON Schema

asana-organizationexportrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrganizationExportRequest",
  "title": "OrganizationExportRequest",
  "type": "object",
  "description": "An *organization_export* request starts a job to export the complete data of the given Organization.",
  "properties": {
    "organization": {
      "description": "Globally unique identifier for the workspace or organization.",
      "type": "string",
      "example": "1331"
    }
  }
}