Get template type by IDAsk AIget https://{hostname}/v1/template_types/{template_type_id}Use this endpoint to retrieve a specific template type by its ID.Path Paramstemplate_type_idintegerrequiredThe unique ID of the template type.Headersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.Responses 200Returns the requested template type. 400Invalid format or content of the request. 401The API token or the user email is invalid. 404A required entity is missing.Updated 7 months ago