Get a defined version for issues
Deprecated
GET
/repositories/{workspace}/{repo_slug}/versions/{version_id}
Returns the specified issue tracker version object.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” repo_slug
required
string
This can either be the repository slug or the UUID of the repository,
surrounded by curly-braces, for example: {repository UUID}.
version_id
required
integer
The version’s id
workspace
required
string
This can either be the workspace ID (slug) or the workspace UUID
surrounded by curly-braces, for example: {workspace UUID}.
Responses
Section titled “ Responses ”The specified version object.
Media type application/json
object
type
required
string
links
object
self
Link
A link to a resource related to this object.
object
href
string format: uri
name
string
name
string
id
integer
Example generated
{ "type": "example", "links": { "self": { "href": "https://example.com", "name": "example" } }, "name": "example", "id": 1}The specified repository or version does not exist or does not have the issue tracker enabled.
Media type application/json
Error
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
type
required
string
error
object
message
required
string
detail
string
data
Optional structured data that is endpoint-specific.
object
key
additional properties
any
key
additional properties
any
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}