Get a template version of a project.
Get a template version.
Get a template version of a project.
Path Parameters
project string required
templateversion string required
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 409
- 415
- 422
- 429
- 500
- 503
- default
OK
application/json
Schema
Example (from schema)
Schema
createTime date-time
id string
name string
project object
schema object
source string
template object
uiSchema object
updateTime date-time
version string
{
"createTime": "2024-03-21T10:37:39.224Z",
"id": "string",
"name": "string",
"project": {
"createTime": "2024-03-21T10:37:39.224Z",
"description": "string",
"id": "string",
"labels": {},
"name": "string",
"updateTime": "2024-03-21T10:37:39.224Z"
},
"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-21T10:37:39.224Z",
"description": "string",
"filterPattern": "string",
"id": "string",
"labels": {},
"name": "string",
"project": {
"createTime": "2024-03-21T10:37:39.224Z",
"description": "string",
"id": "string",
"labels": {},
"name": "string",
"updateTime": "2024-03-21T10:37:39.224Z"
},
"source": "string",
"status": {
"conditions": [
{
"lastUpdateTime": "2024-03-21T10:37:39.224Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"error": true,
"inactive": true,
"summaryStatus": "string",
"summaryStatusMessage": "string",
"transitioning": true,
"warning": true
},
"sync": {
"failed": 0,
"succeeded": 0,
"time": "2024-03-21T10:37:39.224Z",
"total": 0
},
"type": "string",
"updateTime": "2024-03-21T10:37:39.224Z"
},
"createTime": "2024-03-21T10:37:39.224Z",
"description": "string",
"icon": "string",
"id": "string",
"labels": {},
"name": "string",
"project": {
"createTime": "2024-03-21T10:37:39.224Z",
"description": "string",
"id": "string",
"labels": {},
"name": "string",
"updateTime": "2024-03-21T10:37:39.224Z"
},
"source": "string",
"status": {
"conditions": [
{
"lastUpdateTime": "2024-03-21T10:37:39.224Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"error": true,
"inactive": true,
"summaryStatus": "string",
"summaryStatusMessage": "string",
"transitioning": true,
"warning": true
},
"updateTime": "2024-03-21T10:37:39.224Z"
},
"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-21T10:37:39.224Z",
"version": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 400
statusText string
Default value: Bad Request
{
"message": "string",
"status": 400,
"statusText": "Bad Request"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 401
statusText string
Default value: Unauthorized
{
"message": "string",
"status": 401,
"statusText": "Unauthorized"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 403
statusText string
Default value: Forbidden
{
"message": "string",
"status": 403,
"statusText": "Forbidden"
}
Not Found
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 404
statusText string
Default value: Not Found
{
"message": "string",
"status": 404,
"statusText": "Not Found"
}
Request Timeout
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 408
statusText string
Default value: Request Timeout
{
"message": "string",
"status": 408,
"statusText": "Request Timeout"
}
Conflict
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 409
statusText string
Default value: Conflict
{
"message": "string",
"status": 409,
"statusText": "Conflict"
}
Unsupported Media Type
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 415
statusText string
Default value: Unsupported Media Type
{
"message": "string",
"status": 415,
"statusText": "Unsupported Media Type"
}
Unprocessable Entity
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 422
statusText string
Default value: Unprocessable Entity
{
"message": "string",
"status": 422,
"statusText": "Unprocessable Entity"
}
Too Many Requests
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 429
statusText string
Default value: Too Many Requests
{
"message": "string",
"status": 429,
"statusText": "Too Many Requests"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 500
statusText string
Default value: Internal Server Error
{
"message": "string",
"status": 500,
"statusText": "Internal Server Error"
}
Service Unavailable
application/json
Schema
Example (from schema)
Schema
message string
status integer
Default value: 503
statusText string
Default value: Service Unavailable
{
"message": "string",
"status": 503,
"statusText": "Service Unavailable"
}
GET /v1/projects/:project/template-versions/:templateversion
Authorization
name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic
Request
Request
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion' \
-H 'Accept: application/json'