v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Components

List Modules

List modules that are enabled for a tenant

get/tenants/{tenant_id}/components/modules

Path parameters

tenant_idstring uuid required

The ID of the tenant to get modules for.

Query parameters

pageinteger

Page to return, 1-indexed (default 1)

per_pageinteger

Number of items to return per page (default 50, max 50)

Response

Modules successfully retrieved.

Example response

{
  "modules": [
    {
      "name": "Aurora Sample Module",
      "manufacturer": "Aurora Solar",
      "rating_stc": 350,
      "dimensions": {
        "length": 1,
        "width": 1,
        "height": 0.05
      },
      "weight": 20,
      "spec_sheet_url": "https://www.example.com/module-spec-sheet"
    }
  ]
}