Technology template

List technology templates

List all technology templates available in your organization.

get/template

Query parameters

offsetinteger

The starting point for pagination. Defaults to 0 if not provided.

limitinteger

The maximum number of results to return per page.

target_nrnstring

Filter by NRN.

status'active' | 'inactive'

The status of the template.

Response

The operation was successful.

Example response

{
  "paging": {
    "total": 30,
    "limit": 200
  },
  "results": [
    {
      "id": 123,
      "name": "Next.JS 13 template",
      "url": "https://github.com/nullplatform/technology-templates-nextjs",
      "provider": {
        "repository": "technology-templates-nextjs"
      },
      "components": [
        {
          "type": "language",
          "id": "javascript-language",
          "version": "1.0"
        }
      ],
      "updated_at": "2021-01-02T00:00:00Z",
      "created_at": "2021-01-02T00:00:00Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.