Retrieves a list of all templates in the system or a specific set based on filters (like project, user, or type). Templates define structured formats used for annotations, inspections, documents, etc. Used to fetch a particular template by ID, including all its metadata, attributes, and configuration.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/template/' \
--header'Authorization: Bearer <token>'