Retrieve a Blog
GET {{baseUrl}}/cms/v3/blog-settings/settings/:blogId
Retrieve the Blog object identified by the id in the path.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"absoluteUrl":"\u003cstring\u003e","allowComments":"\u003cboolean\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","description":"\u003cstring\u003e","htmlTitle":"\u003cstring\u003e","id":"\u003cstring\u003e","language":"bn-in","name":"\u003cstring\u003e","publicAccessRules":[],"publicAccessRulesEnabled":"\u003cboolean\u003e","publicTitle":"\u003cstring\u003e","slug":"\u003cstring\u003e","translatedFromId":"\u003cstring\u003e","updated":"\u003cdateTime\u003e"}