RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
01-16-2024 09:00 AM
I configured Postman in order to get API information.
The first step was to get TenantID and JWT. Then I tested with get Avenue with: https://api.ruckus.cloud/api/tenant/tenantID/venue and showed the result.
But now I want to get alarms with: https://api.ruckus.cloud/alarms/query but it doesn't work. I don't know if the Postman configuration is ok. I used:
1. POST https://api.ruckus.cloud/alarms/query
2. In Body --> raw I fill:
{
"fields": [
"string"
],
"filters": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"page": 0,
"pageSize": 0,
"sortField": "string",
"sortOrder": "string"
}
3. I left in Authorization --> Bearer Token with JWT obtained.
Te result is:
501Not Implemented
Can somebody help me please?
03-19-2024 07:31 PM
Hi @erivera
Please go through RUCKUS ONE API guide for more information to configure the API
https://docs.ruckus.cloud/api/
Regards,
Sunil Acharya
