API Catalog
Authentication APIs
ECX Fabric APIs
Customer Portal APIs
- Work Visit
- Cross Connect
- Trouble Ticket
- Shipments
- Security Access
- Reports
- Order History
- Attachments
- Assets
- Notifications
- MessageCenter
- Permissions
- SmartHands
- Users
Network Edge APIs
IBX SmartView APIs
FeedSubscriptions_v1
The subscribe GET endpoint allows users to view their resp. realtime feeds subscription details. Lists events currently subscribed to.
Parameters
Name | Description |
---|---|
Authorization *
string
(header)
|
Specify the OAuth Bearer token with prefix 'Bearer '. |
Responses
Code | Description |
200 |
topic subscription details with details of any events that could not be subscribed to.
{
"power": [
{
"accountNo": "string",
"ibx": "string"
}
],
"asset": [
{
"accountNo": "string",
"ibx": "string"
}
],
"subscriptionID": 0,
"config": {
"provider": "GOOGLE",
"method": "PULL",
"pushurl": "string"
},
"status": "OK",
"errors": [
{
"code": "string",
"message": "string",
"more_info": "string",
"data": {
"additionalProp1": {}
}
}
]
}
|
default |
Unexpected error
{
"code": "string",
"message": "string",
"more_info": "string",
"data": {
"additionalProp1": {}
}
}
|
PUT/feedsubscription/v1/subscribe/{subscriptionId}
update existing subscription to realtime DCIM Feeds
The subscribe GET endpoint allows users to view their resp. realtime feeds subscription details. Lists events currently subscribed to.
Parameters
Name | Description |
---|---|
Authorization *
string
(header)
|
Specify the OAuth Bearer token with prefix 'Bearer '. |
subscriptionId *
string
(path)
|
unique identifier for the subscription
|
Responses
Code | Description |
200 |
topic subscription details with details of any events that could not be subscribed to.
{
"power": [
{
"accountNo": "string",
"ibx": "string"
}
],
"asset": [
{
"accountNo": "string",
"ibx": "string"
}
],
"subscriptionID": 0,
"config": {
"provider": "GOOGLE",
"method": "PULL",
"pushurl": "string"
},
"status": "OK",
"errors": [
{
"code": "string",
"message": "string",
"more_info": "string",
"data": {
"additionalProp1": {}
}
}
]
}
|
default |
Unexpected error
{
"code": "string",
"message": "string",
"more_info": "string",
"data": {
"additionalProp1": {}
}
}
|