Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
Deletes the users profile settings.
/self/networks/
GET
Retrieve Retrieves all networks associated with the user.
Response Body
Network[]:
The network description includes the following information:- id: the network id
- name: the network owner
- creationDate: date the network was created
- lockoutDate:
- isLockedOut: true/false
- lastLockoutDate:
- settings: device and user token information, and whether automatic subscription management and tagged playlists are enabled/disabled
- subscription: the id, level (whether the network has a Content, Control, or Management Cloud), and creation/last modified/expiration dates
POST
Create a network that will be associated with the user.
Parameters
key
:
Request Body
Network
Response Body
Network
/self/networks/{networkId}/
/self/networks/{networkName}/
GET
Retrieve the network name.
Request Body
Network
/self/networks/{networkId}/settings/
...
Retrieve the network settings.
Response Body
Network Settings
/self/networks/{networkName}/settings/
PUT
Request Body
Network Settings
/self/networks/{networkId}/subscription/
...