Templates


Upload a template

post

Upload a template to the server

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Body

The templates specific to each app are stored in this table.

idstringOptional
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
isPublicbooleanOptional
partitionerstringOptional
assemblerstringOptional
userNamestringOptional

User name of the template owner.

Example: alice
descriptionstringOptional
appstringOptional
ownerstringOptional
Responses
200

A successful response.

post
/templates


Get a template

get

Get a template by id

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
idstringRequired
Responses
200

A successful response.

get
/templates/{id}


Get templates

get

List all templates created by the user

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Query parameters
orderBystringOptional

Field name to sort apps by (e.g., createdAt).

pagination.limitinteger · int64Optional

Number of rows to return per page.

pagination.offsetinteger · int64Optional

Number of rows to skip before starting to collect the result set.

isPublicbooleanOptional

Filter public templates only

Responses
200

A successful response.

get
/templates

Last updated

Was this helpful?