Added

  • PATCH Move files Move a set of files to a single destination folder

Added

  • GET List workspace group roles — sortable by name_asc, name_desc, …, paginated List the access groups assigned to a workspace, along with each group’s role on the workspace

  • GET Show share Show a share

Modified

Added

  • GET List project group roles — sortable by name_asc, name_desc, …, paginated List the access groups assigned to a project, along with each group’s role on the project

  • POST Add reviewers to secure share Add reviewers to secure share by four identifier types: adobe_user_id, email, user_id, and share_list_id

Added

  • GET List share assets — sortable by name_asc, created_at_asc, …, supports include: media_links.original, media_links.thumbnail, media_links.thumbnail_high_quality, media_links.video_h264_180, media_links.high_quality, media_links.efficient, media_links.scrub_sheet, creator, project, metadata, paginated List the assets included in a share as a recursively flat list

  • POST Add users to group Add one or more account users to a Frame-managed access group

  • PATCH Update share Update share

Modified

  • POST Create share
    • Added parameter: api-version (header), required

Added

  • GET List group users — sortable by name_asc, name_desc, …, paginated List all users belonging to a specific access group

Added

  • GET Show project — supports include: owner Show project details

  • GET Show workspace — supports include: creator Show workspace details

Modified

  • GET Show collection
    • Path changed from /v4/accounts/{account_id}/projects/{project_id}/collections/{collection_id}

Added

Added

Added

Added

  • GET List projects by account — sortable by name_asc, created_at_asc, …, supports include: owner, paginated List all projects the authenticated user has access to within the specified account

Added

  • POST Search account — paginated Search across assets, folders, and projects within an account

Added

  • GET Show group — supports include: creator Show group details

Added

  • GET List groups — sortable by creator_asc, creator_desc, …, supports include: creator, paginated List groups in account

  • POST Create group Create group for the current account

  • PATCH Update group Update group details

Modified

  • POST Import file
    • Added parameter: api-version (header), required

Added

Added

  • GET List account user roles — sortable by role_asc, role_desc, …, filters: include_deactivated, paginated List user roles for a given account

  • GET List project user roles — sortable by role_asc, role_desc, …, filters: include_deactivated, paginated List user roles for a given project

  • GET List workspace user roles — sortable by role_asc, role_desc, …, filters: include_deactivated, paginated List user roles for a given workspace

  • GET Show folder — supports include: creator, project, metadata Show folder details

  • POST Create folder Create a new folder inside the given folder_id path param

  • PATCH Update folder Update folder details

Modified