The operations for the root resource.
SAS Clinical Acceleration Repository
Loading...
The SAS Clinical Acceleration Repository API provides the necessary endpoints for managing the clinical repository.
The operations for audit history.
get
Internal-Use OnlyReturns a collection of audit entries. The default sort is timestamp:ascending:primary. Requires administrative privileges.Get the collection of audit entries
get
Internal-Use OnlyReturns the specified audit entry. Requires administrative privileges.Get the specified audit entry
head
Internal-Use OnlyChecks whether the specified audit entry exists. Requires administrative privileges.Determines whether the specified audit entry exists
get
Internal-Use OnlyReturns a collection of audit actions. The default sort is action:ascending:primary. Requires administrative privileges. This collection supports only basic filtering. In addition, only a single sort is supported, and sort strength is ignored.Get the collection of audit actions
The operations for repository management.
get
Internal-Use OnlyDownloads repository content that satisfies the filter as a ZIP file and returns the stream on the response body.Download repository content by filter as a ZIP file
post
Internal-Use OnlyDownloads repository content as a ZIP file based on search criteria, including filter or file content search text, and returns the stream on the response body.Download repository content by search as a zip file
get
Internal-Use OnlyReturns the collection of repository items by query.Get the collection of repository items
get
Internal-Use OnlyReturns the specified repository item.Get the specified repository item
head
Internal-Use OnlyChecks whether the specified repository item exists.Determine whether the specified repository item exists
patch
Internal-Use OnlyUpdates the editable attributes of this repository item.Update the attributes of a repository item
delete
Internal-Use OnlyDeletes a repository item. By default, the item is moved to the recycle bin. If the permanent parameter value is set to true, the item is permanently deleted.Delete a repository item
get
Internal-Use OnlyReturns the children of the specified repository item.Get the children of the specified repository item
head
Internal-Use OnlyChecks whether the specified repository item has children.Determine whether the specified repository item has children
post
Internal-Use OnlyCreate a new repository context or folder.Create a new repository container
post
Internal-Use OnlyDownloads repository content and returns the stream on the response body.Download repository content
put
Internal-Use OnlyUploads a single file to create a new file or updates the content of an existing file. You can also upload and expand a ZIP file to a container.Upload repository content
get
Internal-Use OnlyReturns the repository item permissions.Get the repository item permissions
head
Internal-Use OnlyDetermines whether the specified repository item permissions exist.Determine whether the specified repository item permissions exist
patch
Internal-Use OnlyUpdate the repository item permissions.Update the repository item permissions
get
Internal-Use OnlyReturns the repository item owner.Get the repository item owner
head
Internal-Use OnlyDetermines whether the specified repository item owner exists.Determine whether the specified repository item owner exists
put
Internal-Use OnlyUpdate the repository item owner.Update the repository item owner
get
Internal-Use OnlyReturns the version history for the specified file.Get the list of versions attached to the fileId
get
Internal-Use OnlyReturns the specified version of the specified file.Get the specified version of the file with the matching ID
get
Internal-Use OnlyDownloads the content of a specific version of a repository file. The content is returned as a stream on the response body.Download specific repository file version content
The operations for types.
The operations for managing context membership.
get
Internal-Use OnlyReturns the membership of a repository item.Get the membership of a repository item
head
Internal-Use OnlyDetermines whether the specified context membership exists.Determine whether the specified context membership exists
get
Internal-Use OnlyReturns the members of the specified context, which includes assigned users and groups as well as groups explicitly created at the context.Get the members of the specified context
patch
Internal-Use OnlyAdds or removes members from a context.Add or remove members from a context
get
Internal-Use OnlyReturns the users and groups that can be assigned to the membership of the specified context.Get the users and groups that can be assigned to the membership of the specified context
The operations for managing roles.
get
Internal-Use OnlyReturns the roles assigned at the context.Get assigned roles
post
Internal-Use OnlyAdds a new role.Create a new role
get
Internal-Use OnlyReturns roles that are assigned at the parent context. These unassigned roles can be added as inherited roles.Get unassigned roles
post
Internal-Use OnlyCreates one or more inherited roles at the context from roles assigned at the parent context.Create one or more inherited roles
get
Internal-Use OnlyReturns role by ID.Get the specified role
head
Internal-Use OnlyCheck whether the specified role exists.Determine whether the specified role exists
patch
Internal-Use OnlyUpdates the editable attributes of this role.Update the attributes of a role
delete
Internal-Use OnlyDeletes a role. If this is the original role definition (where the role was created), and it was assigned at any context below the current context, those inherited role assignments are also deleted.Delete a role
get
Internal-Use OnlyReturns members of the role by ID.Get the members of the specified role
patch
Internal-Use OnlyUpdates the members of the role.Update the members of a role
get
Internal-Use OnlyReturns the users and groups that can be assigned to the role.Get candidate members for role
get
Internal-Use OnlyReturns the privileges of the role by ID.Get the privileges of the specified role
patch
Internal-Use OnlyUpdates the privileges of the role.Update the privileges for a role
get
Internal-Use OnlyReturns all privileges that can be defined to a role.Get all privileges
The operations for managing groups.
get
Internal-Use OnlyReturns the groups assigned to the context.Get groups
post
Internal-Use OnlyCreates a group.Create a group
get
Internal-Use OnlyReturns the group by ID.Get the specified group
head
Internal-Use OnlyChecks whether the group exists.Determine whether the specified group exists
patch
Internal-Use OnlyUpdates the attributes of a group.Update group attributes
delete
Internal-Use OnlyDeletes a group.Delete a group
get
Internal-Use OnlyReturns the members that are assigned to a group.Get assigned group members
patch
Internal-Use OnlyAdds or removes members from a group.Update Group Members
get
Internal-Use OnlyReturns the users and groups that can be assigned as members to the specified group.