App Cloud APIs are used by mobile applications.
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/
https://docs.cognitivesystems.com/api/v1/
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/network_memberships
https://docs.cognitivesystems.com/api/v1/network_memberships
curl -i -X POST \
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/network_memberships \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"role": "string",
"network_id": 0,
"user_id": 0,
"expand": [
"string"
]
}'
{ "id": 0, "role": "owner", "user": 0, "network": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "is_present": true }
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/network_scene_configs/{id}
https://docs.cognitivesystems.com/api/v1/network_scene_configs/{id}
curl -i -X GET \
'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/network_scene_configs/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'
{ "id": 0, "excessive_motion_enabled": true, "excessive_motion_seconds": 0, "network_id": 0, "created_at": "string", "updated_at": "string", "auto_switching_enabled": true, "guardian_enabled": true, "guardian_weekday_start_time_hours": 0, "guardian_weekday_start_time_minutes": 0, "guardian_weekday_end_time_hours": 0, "guardian_weekday_end_time_minutes": 0, "guardian_weekend_start_time_hours": 0, "guardian_weekend_start_time_minutes": 0, "guardian_weekend_end_time_hours": 0, "guardian_weekend_end_time_minutes": 0 }
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/network_scene_configs/{id}
https://docs.cognitivesystems.com/api/v1/network_scene_configs/{id}
curl -i -X PUT \
'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/network_scene_configs/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"excessive_motion_seconds": 0,
"excessive_motion_enabled": true,
"auto_switching_enabled": true,
"guardian_enabled": true,
"guardian_weekday_start_time_hours": 0,
"guardian_weekday_start_time_minutes": 0,
"guardian_weekday_end_time_hours": 0,
"guardian_weekday_end_time_minutes": 0,
"guardian_weekend_start_time_hours": 0,
"guardian_weekend_start_time_minutes": 0,
"guardian_weekend_end_time_hours": 0,
"guardian_weekend_end_time_minutes": 0
}'
{ "id": 0, "excessive_motion_enabled": true, "excessive_motion_seconds": 0, "network_id": 0, "created_at": "string", "updated_at": "string", "auto_switching_enabled": true, "guardian_enabled": true, "guardian_weekday_start_time_hours": 0, "guardian_weekday_start_time_minutes": 0, "guardian_weekday_end_time_hours": 0, "guardian_weekday_end_time_minutes": 0, "guardian_weekend_start_time_hours": 0, "guardian_weekend_start_time_minutes": 0, "guardian_weekend_end_time_hours": 0, "guardian_weekend_end_time_minutes": 0 }