Api Documentation

Social connect views

Retrieves SocialConnect view stats
Retrieves SocialConnect view stats
Adds 1 to the view counter of a SocialConnect item
Json
XML
GET https://api.bundeling.com/V2/social_connect_views

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "data": [
        {
            "uuid": "2e0cfc74d3bd4a378a459719de814e1c",
            "object_type": "news_item",
            "object_uuid": "2e0cfc74d3bd4a378a459719de814e1c",
            "referring_user_uuid": "2e0cfc74d3bd4a378a459719de814e1c",
            "click_origin": "www.facebook.com",
            "creationdate": "2024-01-20T00:00:00+0100",
            "lastupdate": "2024-01-20T00:00:00+0100"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}