Skip to end of banner
Go to start of banner

Asset APIs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5

Asset APIs allow you to do the following:

  • ACL Management. Manage the security permissions to assets in the project.

  • Project Management. Manage a project or project space.

  • Asset Management. Manage access to assets.

  • App Access. Manage access to an app.

ACL Management APIs

POST /assetapi/acl/{project_path}

Grants a user or group access to the specified project.

GET /assetapi/acl/{project_path}

Retrieves the privileges of the current user to access the specified project.

DELETE /assetapi/acl/{project_path}

Revokes all project access from a user or group.

Project Management APIs

POST /assetapi/project/{project_or_space_path}

Creates a new project or project space at the specified path with the specified permissions.

PUT /assetapi/project/{project_or_space_path}

Renames an existing project or project space.

Asset Management APIs

POST /assetapi/update/owner

Updates the owner of a task.

App Access APIs

GET /assetapi/user/settings

Retrieves the apps access information for all users in the specified Org.

POST /assetapi/user/app_access

Grants or revokes app access.

  • No labels