Skip to content

Find template by id

GET
/organizations/{organizationId}/templates/{templateId}

Find template by id.

Authorizations

api_token

API key authentication

TypeAPI Key (header: api_token)

Parameters

Path Parameters

organizationId*
Typestring
Required
templateId*

The id of the template.

Typestring
Required
formatuuid

Responses

application/json
JSON
{
"id": "string",
"name": "string",
"description": "string",
"sectors": [
"string"
],
"version": "string",
"sections": [
{
"id": "string",
"name": "string",
"type": "string",
"parentId": "string",
"subSections": [
"string"
],
"dataFields": [
{
"id": "string",
"name": "string",
"type": "string",
"options": {
"additionalProperties": "string"
},
"granularityLevel": "string",
"layout": {
"colStart": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
},
"colSpan": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
},
"rowStart": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
},
"rowSpan": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
}
}
}
],
"granularityLevel": "string",
"layout": {
"colStart": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
},
"colSpan": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
},
"rowStart": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
},
"rowSpan": {
"xs": 0,
"sm": 0,
"md": 0,
"lg": 0,
"xl": 0
}
}
}
],
"createdByUserId": "string",
"ownedByOrganizationId": "string",
"marketplaceResourceId": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI