Project API
API to manage projects, versions, and documents in Ketryx
Projects
Gets a list of Ketryx projects in the current organization. Only non-deleted (active) projects are returned.
Project name to filter for
Start listing projects at the given index. Defaults to 0.
Maximum number of projects to return. Defaults to no limit.
OK
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
Name of the new project
My projectOK
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
Project
OK
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
Object with advanced setting names as keys and a JSON value for each setting
{ "statusMapping": { "Backlog": "OPEN", "Done": "RESOLVED" } }OK
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
Deletion successful, no content returned
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
No content
Versions
Gets a list of versions in the given project.
OK
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
My projectOK
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
Version
OK
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
Deletion successful, no content returned
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
No content
Generated documents
Ketryx project ID. This is required.
Ketryx version ID. If not specified, defaults to using the "current draft" state.
SBOM format to return. Defaults to "xslx".
cyclonedxPossible values: File contents in binary format
The request is not valid.
The requester is not authenticated.
The requester is unauthorized.
The resource was not found.
Last updated
Was this helpful?