GET

Query for information about a template

QUERY

GET https://api.eyelevel.ai/v1/partner/template/:templateId

Path Parameters

NameTypeDescription

templateId

integer

Template ID

{
    "template": { TEMPLATE OBJECT }
}

Response

{
    "template": { TEMPLATE OBJECT }
}

template

The TEMPLATE object associated with the given templateId, containing information about the template. The definition of templates are described in greater detail here.

Objects

pageTEMPLATE

Last updated