APIs published in this document are subject to strict change control by RUCKUS. As far as possible, when new versions of the Public API are published, all documented API endpoints will maintain backward compatibility. When not possible, an API endpoint will be deprecated, and a replacement API or another workaround will be provided. Support for deprecated API endpoints will continue for at least six months before removal to provide API client developers sufficient time to adopt the replacement. This document will indicate when API endpoints are deprecated along with the schedule for their removal. API client developers may discover other experimental API endpoints provided by the RUCKUS cloud, not included in this API document. RUCKUS reserves the right to change these experimental APIs to API client developers without notice.
Message Template API (0.0.12)
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost:8080/
- Generated server url
http://localhost:8080/templateScopes/{templateScopeId}/registrations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
application/json
{ "paging": { "totalCount": 0, "page": 0, "pageSize": 0, "pageCount": 0 }, "content": [ { … } ], "_links": { "property1": { … }, "property2": { … } } }
- Generated server url
http://localhost:8080/templateScopes/{templateScopeId}/registrations/{registrationId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
The registration.
A key which can be used by a user interface to lookup a localized description of where the referenced template is being used.
A user specified string that can be placed into the localized description.
A second user specified string that can be placed into the localized description.
Response
application/json
{ "id": "string", "templateId": "196100ac-4eec-4fb6-a7f7-86c8b584771d", "usageLocalizationKey": "string", "usageDescriptionFieldOne": "string", "usageDescriptionFieldTwo": "string", "_links": { "property1": { … }, "property2": { … } } }