Superadmin APIs/Master Data Catalogs
List Custom Commands
GET
/superadmin/customcommandsBearer token required
SUPERADMINContent-Type:
application/jsonQuery Parameters
| Name | Type | Required | Description |
|---|---|---|---|
deviceTypeId | string | Optional | Filter by device type |
commandTypeId | string | Optional | Filter by command type |
activeOnly | string | Optional | Only active commands |
Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/customcommands' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverdeviceTypeIdcommandTypeIdactiveOnly