Retrieve a Blog Author
GET {{baseUrl}}/cms/v3/blogs/authors/:objectId?archived=<boolean>&property=<string>
Retrieve the Blog Author object identified by the id in the path.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | string | Specifies whether to return deleted Blog Authors. Defaults to false . | |
property | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"avatar":"\u003cstring\u003e","bio":"\u003cstring\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","displayName":"\u003cstring\u003e","email":"\u003cstring\u003e","facebook":"\u003cstring\u003e","fullName":"\u003cstring\u003e","id":"\u003cstring\u003e","language":"ar-km","linkedin":"\u003cstring\u003e","name":"\u003cstring\u003e","slug":"\u003cstring\u003e","translatedFromId":"\u003clong\u003e","twitter":"\u003cstring\u003e","updated":"\u003cdateTime\u003e","website":"\u003cstring\u003e"}