Skip to main content
GET
Get customer project template by id

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

id
string
required

The id of the project template to return.

Pattern: ^[0-9a-f]{24}$

Query Parameters

includeArchived
boolean
default:false

If the template is archived and this parameter is set to true, the template will be returned instead of a 404.

Response

Success

access
object
required
categories
string[]
required
created
string<date-time>
required
id
string
required
isCompanyOfficial
boolean
required

Whether or not this template is marked as official

name
string
required
owner
object
required
templateType
enum<string>
required
Available options:
customer,
ecosystem
updated
string<date-time>
required
definition
object
required
isArchived
boolean
required
sourceProject
object
required
description
string
license
string
revisionId
string
taxonomyTags
object[]

Taxonomy tags associated with this template.

Last modified on August 27, 2026