Description

Show details of the notification that you specified by "notification_code".

Request URL

billing API v1

GET /v1/{tenant_id}/notifications/{notification_code}

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header
tenant_id Tenant ID URI
notification_code Information Code URI

Example

curl -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: e6c83a30eec54332939cdbe363b7fadf" \
https://account.tyo1.cloud.z.com/v1/487727e3921d44e3bfe7ebb337bf085e/notifications/20150506
HTTP/1.1 200 OK
Date: Tue, 28 Oct 2014 02:54:35 GMT
Server: Apache/2.4.10 (Unix) PHP/5.5.16
X-Powered-By: PHP/5.5.16
Content-Length: 5599
Content-Type: application/json

{
  "notification": {
    "notification_code": 20150506,
    "type": null,
    "title": "Z.com to offer Service Level Agreement(SLA)",
    "contents": "Z.com starts to offer Service Level Agreement(SLA)",
    "read_status": "Read",
    "start_date": "2015-05-06T21:51:00"
  }
}