Get available publishing channels
Get available publishing channels.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /studio
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/1/services/api/1/deployment/ get-available-publishing-channels.json |
Response Formats
|
JSON |
Required Role
|
N/A
|
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
site_id
|
String
|
✓
|
Site to use
|
Example
Request
GET .../api/1/services/api/1/deployment/get-available-publishing-channels.json?site_id=mysite
Response
Status 200 OK
1{
2 "availableUpdateStatusChannels":[ ],
3 "availablePublishChannels":
4 [
5 {
6 "name":"Live",
7 "publish":true,
8 "updateStatus":false,
9 "order":2147483647
10 }
11 ]
12}
Responses
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|