ZRM Docs
API ReferenceWorkspace

workspace.create

Type: Mutation · Auth: Authenticated

Input

FieldTypeRequiredDefaultDescription
namestringYesName
keystringYesKey
descriptionstringNoDescription
workspaceTypeenum(master, standard, template_based, archived)Yes"standard"Workspace type
statusenum(active, archived)Yes"active"Status
parentWorkspaceIdstringNoID of the associated parent workspace
createdBystringNoCreated by
archivedAtstring.date-timeNoArchived at
archivedBystringNoArchived by

Example

{
  "name": "Example Name",
  "key": "example",
  "description": "A description",
  "workspaceType": "master",
  "status": "active",
  "parentWorkspaceId": "550e8400-e29b-41d4-a716-446655440000"
}

On this page