For the complete documentation index, see llms.txt. This page is also available as Markdown.

Template Meta Fields

Template metadata field management

Get template metadata fields

get

Retrieve all metadata fields defined in a template.

Required permissions, when user-scoped authentication is used: PRODUCT_VIEW.

Authorizations
AuthorizationstringRequired

OAuth2 Bearer token obtained from authentication endpoint

Query parameters
templateIdinteger · int32Required

Template ID

Responses
200

List of metadata fields

application/json
idinteger · int32Required

MetaField ID

Example: 1
namestringRequired

MetaField name

Example: Serial Number
typestring · enumRequired

MetaField type

Possible values:
descriptionstringOptional

MetaField description

Example: Device serial number
hintstringOptional

MetaField hint for the provisioning form

Example: You can find the serial number on the device label
iconstringOptional

MetaField icon

Example:
get/api/v1/organization/template/metafields

Last updated

Was this helpful?