v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Profiles

List device profiles

get/profiles

Query parameters

namestring
pageinteger
pageSizeinteger
orderBy'name' | 'created_at' | 'updated_at'
orderByDirection'asc' | 'desc'

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/ResponseProfile.json",
  "items": [
    {
      "$schema": "https://example.com/schemas/Profile.json",
      "spec": {
        "$schema": "https://example.com/schemas/DeviceSpec.json",
        "location": {
          "$schema": "https://example.com/schemas/Location.json"
        }
      }
    }
  ]
}