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:
arrayitemsAdditional Properties Allowed:The list of all Blog Entries
Nested Schema : items
Nested Schema : items
Type:
object- author
-
Type:
objectauthorAdditional Properties Allowed:The description about the author of the Blog Entry - category
-
Type:
arraycategoryAdditional Properties Allowed:The description about the category of the Blog Entry - content
-
Type:
stringContent of the Blog Entry - id
-
Type:
stringID of Blog Entry - link
-
Type:
objectlinkAdditional Properties Allowed:The link to the Blog Entry - published
-
Type:
stringDate and time stamp when the Blog Entry is published. - summary
-
Type:
objectsummaryAdditional Properties Allowed:The summary of the Blog Entry - title
-
Type:
objecttitleAdditional Properties Allowed:The description about the title of the Blog Entry - updated
-
Type:
stringDate and time stamp when the Blog Entry is updated
Nested Schema : category
Nested Schema : link
Type:
objectThe link to the Blog Entry
- href
-
Type:
stringURL of the Blog Entry - rel
-
Type:
stringDenotes whether the destination is self/alternate for current page - type
-
Type:
stringType/Format of link
Nested Schema : summary
Type:
objectThe summary of the Blog Entry
- content
-
Type:
stringSummary of the Blog Entry - type
-
Type:
stringType/Format of summary of Blog Entry
Nested Schema : title
Type:
objectThe description about the title of the Blog Entry
- content
-
Type:
stringTitle of the Blog Entry - type
-
Type:
stringFormat of the title of Blog Entry
Nested Schema : items
Type:
object- label
-
Type:
stringLabel of the Blog Entry - term
-
Type:
stringTerm 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:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - errors
-
Type:
arrayerrorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code - type
-
Type:
stringThe URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code