List all templates of a particular type
GET
/api/v4/projects/{id}/templates/{type}
Lists all templates of a specified type for a project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
key
string
name
string
Example
{ "key": "mit", "name": "MIT License"}Bad Request
Unauthorized
Not found