_User.getBlogsFollowedByUser(userGUID)

Function to get the blogs followed by user.

Example Usage

{% set userDetails = _User.getBlogsFollowedByUser(userGUID) %}

Parameters

ParameterTypeRequiredDescription
userGUIDstringyesGUID of the user

Response Example

[
   {
      "follower_id":"77",
      "blog":{
         "id":"1",
         "guid":"d2c5396d-7741-4449-9d24-0d33de3sd530",
         "title":"Blog Title",
         "url":"http://network.cognitives.com.au",
         "shortDescription":"aplle",
         "media":{
            "thumb":{
               "guid":"54df4ad6-9439-4619-bd71-67475dec7736",
               "id":"cxkdrdddbn6ckezkrp41",
               "cloudName":"cognitives",
               "path":"http://res.cloudinary.com/cognitives/image/upload/v1470038651/cxkdrdddbn6ckezkrp41.png"
            },
            "cover":{
               "guid":"57cb3cd3-1e08-4b5c-85c6-fafb5edebeb0",
               "id":"mdro9ic1iicaq3gxkr4y",
               "cloudName":"cognitives",
               "path":"http://res.cloudinary.com/cognitives/image/upload/v1470894337/mdro9ic1iicaq3gxkr4y.jpg"
            }
         }
      }
   }
]

Response Description

An array of blogs

AttributeDescription
follower_idID of the user following blog
blogBlog Details

Blog Details

AttributeDescription
idID of the blog
guidGUID of the blog
titleTitle of the blog
urlAbsolute URL of the blog
shortDescriptionShort description of the blog
media Images of the blog

Blog Images

Image Details

AttributeDescription
guidGUID of the image
idCloudinary Cloud ID of the image
cloudNameCloudinary Cloud name
pathCloudinary Cloud path of the image