Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This page is no longer maintained (). For the most current information, go to https://docs.snaplogic.com/public-apis/apis-asset.html.

Redirect
filename
locationhttps://docs.snaplogic.com/public-apis/apis-asset.html

Asset APIs allow you to do the following:

...

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.

...