Repositories
Get Repository
Retrieves basic information for the requested repository, provided the user has at least read-only access.
get/v1/repositories/{repositoryId}
Path parameters
repositoryIdstring required
Unique identifier for a repository folder, prefixed with repo_
Example:repo_1234321
The unique identifier of the repository
Response
OK. Returns the repository object.
Example response
{
"repositoryId": "repo_1234321",
"name": "My Business Process Repository",
"accessType": "UNRESTRICTED",
"created": "2022-11-11T21:48:35.293Z"
}