Skip to main content
Skip table of contents

GET /v3/template/{id}/read

Summary

Gets information on template keys and their values by id.

Resource URL

/v3/template/{id}/read

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v3/template/2637/read

Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

Template key ID

Response Type

Returns a list of template key values.

Example Response

[
{
"id": 2638,
"value": "value1",
"name": "tk",
"parentId": 2637,
"description": "",
"type": "StringType"
},
{
"id": 2640,
"value": "value2",
"name": "tk",
"parentId": 2637,
"description": "",
"type": "StringType"
}
]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.