Skip to main content

Fetches all device templates for a device in a fleet

GET /api/v1/projects/:project_id/fleets/:fleet_id/device-templates

Fetches all device templates for a device in a fleet of the project

Path Parameters
  • project_id string required

    Project ID

  • fleet_id string required

    Fleet ID

Responses

Success" {"ok":1,"data":{"fleetDeviceTemplates":<fleet_device_templates>}}

Schema
    Loading...