make one API with new QP to filter on spacesId

This commit is contained in:
Rafeek-Khoudare
2025-06-29 09:17:22 +03:00
parent 479aa4a091
commit bd53388438
4 changed files with 51 additions and 58 deletions

View File

@ -18,7 +18,7 @@ abstract class ApiEndpoints {
static const String getAllDevices = '/projects/{projectId}/devices';
static const String getSpaceDevices =
'/projects/{projectId}/communities/{communityUuid}/spaces/{spaceUuid}/devices';
'/projects/{projectId}/devices';
static const String getDeviceStatus = '/devices/{uuid}/functions/status';
static const String getBatchStatus = '/devices/batch';