World Builder
Manages World Builder content and mods
Last updated
Was this helpful?
Manages World Builder content and mods
Last updated
Was this helpful?
Experimental feature: this API is likely to change.
Retrieves a list of content IDs for a project. You can filter the results by providing query parameters that correspond to properties in the WorldBuilderContentShape
.
/content/
The ID of an organization
The ID of a project
Creates new content for a specific project.
/content/
The ID of an organization
The ID of a project
Retrieves the data for content using its contentId
.
/content/{contentId}//
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
Updates the maps for a specific content ID.
/content/{contentId}//
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
The ID of an organization
The ID of a project
Deletes a specific content ID.
/content/{contentId}//
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
The ID of an organization
The ID of a project
No body
Retrieves a list of mod IDs that the user has access to within an organization and project.
/mods/mapping/
The ID of an organization
The ID of a project
Retrieves a mod and its associated content using the mod's modId
. The response also includes the user's write access permissions for the mod.
/mods/{modId}//
Number of documents to return per page
Unique id of the returned value object that the query should start after
Unique id of the returned value object that the query should end before
Filter by field and values. NOTE: This is not supported yet.
The ID of an organization
The ID of a project