Get versions for a template of a project.
Get versions for a template.
Get versions for a template of a project.
Path Parameters
Query Parameters
Default value: 100
Default value: 1
- 200
- 400
- 401
- 403
- 404
- 408
- 409
- 415
- 422
- 429
- 500
- 503
- default
OK
Schema
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
items object[]
project object
labels object
schema object
openAPISchema object required
components object
externalDocs object
info object required
contact object
license object
servers object[]
variables object
property name* object
tags object[]
externalDocs object
requiredProviders object[] required
template object
catalog object
labels object
project object
labels object
status object
conditions object[]
sync object
labels object
project object
labels object
status object
conditions object[]
uiSchema object
openAPISchema object required
components object
externalDocs object
info object required
contact object
license object
servers object[]
variables object
property name* object
tags object[]
externalDocs object
pagination object
{
"items": [
{
"createTime": "2024-03-13T02:09:57.676Z",
"id": "string",
"name": "string",
"project": {
"createTime": "2024-03-13T02:09:57.676Z",
"description": "string",
"id": "string",
"labels": {},
"name": "string",
"updateTime": "2024-03-13T02:09:57.676Z"
},
"schema": {
"openAPISchema": {
"components": {
"callbacks": {},
"examples": {},
"headers": {},
"links": {},
"parameters": {},
"requestBodies": {},
"responses": {},
"schemas": {},
"securitySchemes": {}
},
"externalDocs": {
"description": "string",
"url": "string"
},
"info": {
"contact": {
"email": "string",
"name": "string",
"url": "string"
},
"description": "string",
"license": {
"name": "string",
"url": "string"
},
"termsOfService": "string",
"title": "string",
"version": "string"
},
"openapi": "string",
"security": [
{}
],
"servers": [
{
"description": "string",
"url": "string",
"variables": {}
}
],
"tags": [
{
"description": "string",
"externalDocs": {
"description": "string",
"url": "string"
},
"name": "string"
}
]
},
"readme": "string",
"requiredProviders": [
{
"name": "string"
}
]
},
"source": "string",
"template": {
"catalog": {
"createTime": "2024-03-13T02:09:57.676Z",
"description": "string",
"id": "string",
"labels": {},
"name": "string",
"project": {
"createTime": "2024-03-13T02:09:57.676Z",
"description": "string",
"id": "string",
"labels": {},
"name": "string",
"updateTime": "2024-03-13T02:09:57.676Z"
},
"source": "string",
"status": {
"conditions": [
{
"lastUpdateTime": "2024-03-13T02:09:57.676Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"error": true,
"inactive": true,
"summaryStatus": "string",
"summaryStatusMessage": "string",
"transitioning": true
},
"sync": {
"failed": 0,
"succeeded": 0,
"time": "2024-03-13T02:09:57.676Z",
"total": 0
},
"type": "string",
"updateTime": "2024-03-13T02:09:57.676Z"
},
"createTime": "2024-03-13T02:09:57.676Z",
"description": "string",
"icon": "string",
"id": "string",
"labels": {},
"name": "string",
"project": {
"createTime": "2024-03-13T02:09:57.676Z",
"description": "string",
"id": "string",
"labels": {},
"name": "string",
"updateTime": "2024-03-13T02:09:57.676Z"
},
"source": "string",
"status": {
"conditions": [
{
"lastUpdateTime": "2024-03-13T02:09:57.676Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"error": true,
"inactive": true,
"summaryStatus": "string",
"summaryStatusMessage": "string",
"transitioning": true
},
"updateTime": "2024-03-13T02:09:57.676Z"
},
"uiSchema": {
"openAPISchema": {
"components": {
"callbacks": {},
"examples": {},
"headers": {},
"links": {},
"parameters": {},
"requestBodies": {},
"responses": {},
"schemas": {},
"securitySchemes": {}
},
"externalDocs": {
"description": "string",
"url": "string"
},
"info": {
"contact": {
"email": "string",
"name": "string",
"url": "string"
},
"description": "string",
"license": {
"name": "string",
"url": "string"
},
"termsOfService": "string",
"title": "string",
"version": "string"
},
"openapi": "string",
"security": [
{}
],
"servers": [
{
"description": "string",
"url": "string",
"variables": {}
}
],
"tags": [
{
"description": "string",
"externalDocs": {
"description": "string",
"url": "string"
},
"name": "string"
}
]
}
},
"updateTime": "2024-03-13T02:09:57.676Z",
"version": "string"
}
],
"pagination": {
"nextPage": 0,
"page": 0,
"partial": 0,
"perPage": 0,
"total": 0,
"totalPage": 0
},
"type": "string"
}
Bad Request
Schema
Default value: 400
Default value: Bad Request
{
"message": "string",
"status": 400,
"statusText": "Bad Request"
}
Unauthorized
Schema
Default value: 401
Default value: Unauthorized
{
"message": "string",
"status": 401,
"statusText": "Unauthorized"
}
Forbidden
Schema
Default value: 403
Default value: Forbidden
{
"message": "string",
"status": 403,
"statusText": "Forbidden"
}
Not Found
Schema
Default value: 404
Default value: Not Found
{
"message": "string",
"status": 404,
"statusText": "Not Found"
}
Request Timeout
Schema
Default value: 408
Default value: Request Timeout
{
"message": "string",
"status": 408,
"statusText": "Request Timeout"
}
Conflict
Schema
Default value: 409
Default value: Conflict
{
"message": "string",
"status": 409,
"statusText": "Conflict"
}
Unsupported Media Type
Schema
Default value: 415
Default value: Unsupported Media Type
{
"message": "string",
"status": 415,
"statusText": "Unsupported Media Type"
}
Unprocessable Entity
Schema
Default value: 422
Default value: Unprocessable Entity
{
"message": "string",
"status": 422,
"statusText": "Unprocessable Entity"
}
Too Many Requests
Schema
Default value: 429
Default value: Too Many Requests
{
"message": "string",
"status": 429,
"statusText": "Too Many Requests"
}
Internal Server Error
Schema
Default value: 500
Default value: Internal Server Error
{
"message": "string",
"status": 500,
"statusText": "Internal Server Error"
}
Service Unavailable
Schema
Default value: 503
Default value: Service Unavailable
{
"message": "string",
"status": 503,
"statusText": "Service Unavailable"
}