listBlogEntries
get
/ccadmin/v1/blogs
List Blog Entries. Pulls in the blog feeds and lists the blog entries
Request
There are no request parameters for this operation.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : listBlogEntries_response
- items
-
Type:
array
itemsAdditional Properties Allowed:The list of all Blog Entries
Nested Schema : items
Nested Schema : items
Type:
object
- author
-
Type:
object
authorAdditional Properties Allowed:The description about the author of the Blog Entry - category
-
Type:
array
categoryAdditional Properties Allowed:The description about the category of the Blog Entry - content
-
Type:
string
Content of the Blog Entry - id
-
Type:
string
ID of Blog Entry - link
-
Type:
object
linkAdditional Properties Allowed:The link to the Blog Entry - published
-
Type:
string
Date and time stamp when the Blog Entry is published. - summary
-
Type:
object
summaryAdditional Properties Allowed:The summary of the Blog Entry - title
-
Type:
object
titleAdditional Properties Allowed:The description about the title of the Blog Entry - updated
-
Type:
string
Date and time stamp when the Blog Entry is updated
Nested Schema : category
Nested Schema : link
Type:
object
The link to the Blog Entry
- href
-
Type:
string
URL of the Blog Entry - rel
-
Type:
string
Denotes whether the destination is self/alternate for current page - type
-
Type:
string
Type/Format of link
Nested Schema : summary
Type:
object
The summary of the Blog Entry
- content
-
Type:
string
Summary of the Blog Entry - type
-
Type:
string
Type/Format of summary of Blog Entry
Nested Schema : title
Type:
object
The description about the title of the Blog Entry
- content
-
Type:
string
Title of the Blog Entry - type
-
Type:
string
Format of the title of Blog Entry
Nested Schema : items
Type:
object
- label
-
Type:
string
Label of the Blog Entry - term
-
Type:
string
Term of the Blog Entry
Example application/json
[
{
"summary":{
"type":"html",
"content":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
},
"author":{
"name":"JohnDoe"
},
"link":{
"rel":"alternate",
"href":"https://blogs.oracle.com/OCCS/entry/lorum_ipsam",
"type":"text/html"
},
"id":"https://blogs.oracle.com/OCCS/entry/lorum_ipsam",
"published":"2014-04-07T14:54:53+00:00",
"category":[
{
"term":"/Dashboard",
"label":"Dashboard"
}
],
"title":{
"type":"html",
"content":"Lorum Ipsam"
},
"updated":"2014-04-07T14:54:53+00:00",
"content":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n \r\n "
},
{
"author":{
"name":"JohnDoe"
},
"link":{
"rel":"alternate",
"href":"https://blogs.oracle.com/OCCS/entry/test_entry_2",
"type":"text/html"
},
"id":"https://blogs.oracle.com/OCCS/entry/test_entry_2",
"published":"2013-11-23T23:09:51+00:00",
"category":{
"term":"/Dashboard",
"label":"Dashboard"
},
"title":{
"type":"html",
"content":"Test Entry 2"
},
"updated":"2013-11-23T23:09:51+00:00",
"content":"This is Test Entry number 2"
},
{
"author":{
"name":"JohnDoe"
},
"link":{
"rel":"alternate",
"href":"https://blogs.oracle.com/OCCS/entry/test_entry_1",
"type":"text/html"
},
"id":"https://blogs.oracle.com/OCCS/entry/test_entry_1",
"published":"2013-11-23T23:08:43+00:00",
"category":{
"term":"/Dashboard",
"label":"Dashboard"
},
"title":{
"type":"html",
"content":"Test Entry 1"
},
"updated":"2013-11-23T23:09:11+00:00",
"content":"This is Test Entry number 1"
}
]
Default Response
The error response
Body
Root Schema : errorModel
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - errors
-
Type:
array
errorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code - type
-
Type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code