api:employeesubscription:get
Table of Contents
API : Employee Subscriptions Get
Introduction
This request will return the specified employee subscription.
Request
| URL | https://api.telecomx.dk/employeeSubscription/SUBSCRIPTION_ID | |
|---|---|---|
| Method | GET | |
| Access level | VIEWER, MANAGER, OWNER, RESELLER or ADMIN. | |
| Param | SUBSCRIPTION_ID | Id of the employee subscription (24 hex-char string) |
Query example
https://api.telecomx.dk/employeeSubscription/1234567890ABCDEF12345678
Response
| JSON object | ||
|---|---|---|
| _id | Id | Unique employee subscription id. |
| reseller | Id | Id of the reseller the subscription belongs to, if any. |
| title | String | Name of the subscription. |
| description | String | A longer description of what the subscription offers. |
| Boolean | True if subscribers will be notified by e-mail. | |
| sms | Boolean | True if subscribers will be notified by SMS. |
Note that properties holding no value may be omitted from the object.
Example
{ _id: '123456780ABCDEF12345678', reseller: null, title: 'Planned service windows', description: 'When ever we need to perform upgrades that may affect your services, we send out an announcement 14 days in advance. Subscribe to this to get notified.', email: true, sms: false }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | employeeSubscription | Employee subscription id not found in arguments |
| 404 | employeeSubscription | Employee subscription not found |
| 403 | access_denied | Insufficient access level |
api/employeesubscription/get.txt · Last modified: 2014/05/22 16:35 by Per Møller