Skip to content

Buzz API

GET

 

  • The GET method displays the timeline of the user. 

 

GET developer.viadesk.com/api/buzz?office=123-345sdf…

 

  • Parameter office represents the office id, and is optional. If no office-parameter is given, the timeline of the whole domain is displayed. 

  • Parameter limit allows you to limit the items displayed. Default is 20.

  • Parameter offset allows you to skip the first number of items. Default is 0.

  • Parameter replyLimit limits the replies displayed per item. Default is 3.
  • Parameter includeAttachments to show or hide the attachments, default is true.

  • Parameter includeReplies to show or hide the replies, default is false.

  • Parameter includeLogs to show or hide the logs, like the create or edits. Default is false.

 
 Example response body when office specified:

 

[

    {

        "id": "1030376-77616c6c6d657373616765",

        "kind": "wallmessage",

        "mimeType": "text/plain",

        "name": "Punk‑Szene in der DDR der 1980er Jahre.",

        "diggsPositive": 1,

        "diggsNegative": 0,

        "featured": false,

        "author": {

            "id": "780-75736572",

            "email": "pietjepuck@viadesk.nl",

            "name": "Pietje Puck"

        },

        "canAddChildren": true,

        "canWrite": true,

        "canAll": true,

        "isLiked": true,

        "created": "2026-03-30T09:23:01+0200",

        "modified": "2026-03-30T09:23:01+0200",

        "date": "2026-03-30T09:23:01+0200",

        "office": {

            "id": "583300-6f6666696365",

            "name": "Deutschlandgruppe"

        },

        "children": [

            {

                "id": "1030377-616476616e6365646c696e6b",

                "kind": "advancedlink",

                "mimeType": "text/html",

                "name": "Punk‑Szene in der DDR der 1980er Jahre.",

                "diggsPositive": 0,

                "diggsNegative": 0,

                "featured": false,

                "url": "https://rarehistoricalphotos.com/punk-scene-east-germany/",

                "canAddChildren": true,

                "canWrite": true,

                "canAll": true,

                "isLiked": false,

                "created": "2026-03-30T09:23:01+0200",

                "modified": "2026-03-30T09:23:01+0200",

                "children": [

                    {

                        "id": "1030378-66696c65",

                        "kind": "file",

                        "mimeType": "image/jpeg",

                        "name": "punk-scene-east-germany-1152x759.jpg",

                        "diggsPositive": 0,

                        "diggsNegative": 0,

                        "featured": false,

                        "size": 214734,

                        "etag": "d75205b134aceb8086d17d84ebe7fe62aec98893",

                        "thumbnailUrl": "https://gijs.viadesk.com/thumbnail/1030378-66696c65-d75205b134aceb8086d17d84ebe7fe62aec98893-192x192.jpg",

                        "canAddChildren": true,

                        "canWrite": true,

                        "canAll": true,

                        "isLiked": false,

                        "created": "2026-03-30T09:23:03+0200",

                        "modified": "2026-03-30T09:23:03+0200"

                    }

                ]

            }

        ]

    },

    {

        "id": "1030176-646f63756d656e74",

        "kind": "document",

        "mimeType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",

        "name": "Tao te Ching.docx",

        "notes": "<head></head><body><p>Lao Tsu, an older Contemporary of Confucius, was keeper of the imperial archives at Loyang in the province of Honan in the sixth century B.C. All his life lie taught that &ldquo;The Tao that can be told is not the eternal Tao&rdquo;; but, according to ancient legend, as he was riding off into the desert to die &mdash; sick at heart at the ways of men &mdash; he was persuaded by a gatekeeper in northwestern China to write down his teaching for posterity.</p><p>&nbsp;</p><p>The essence of Taoism is contained in the eighty-one chapters of this book &mdash; roughly 5,000 words &mdash; which have for 2,500 years provided one of the major underlying influences in Chinese thought and culture, emerging also in proverbs and folklore. Whereas Confucianism is concerned with day-to-day rules of conduct, Taoism is concerned with a more spiritual level of being.</p></body>",

        "version": 2,

        "versionNotes": "Up until verse three.",

        "originalAuthor": "Lao Tsu",

        "originalCreated": "2026-03-27T00:00:00+0100",

        "replyCount": 0,

        "diggsPositive": 0,

        "diggsNegative": 0,

        "featured": false,

        "size": 15467,

        "etag": "2992552fc470aae314227086da52eb26db9116e7",

        "downloadUrl": "https://gijs.viadesk.com/download/1030176-646f63756d656e74/2992552fc470aae314227086da52eb26db9116e7/Tao te Ching.docx",

        "author": {

            "id": "108297-75736572",

            "email": "qa.viadesk@gmail.com",

            "name": "Richa Hingle"

        },

        "canAddChildren": true,

        "canWrite": true,

        "canAll": true,

        "isLiked": false,

        "tags": [

            "Lao Tsu",

            "Tao Te Ching",

            "Versioned"

        ],

        "topics": [

            "Psychology",

            "Inspirational"

        ],

        "created": "2026-03-27T13:12:50+0100",

        "modified": "2026-03-27T14:00:24+0100",

        "date": "2026-03-27T14:00:24+0100",

        "office": {

            "id": "758657-6f6666696365",

            "name": "The Slynx"

        }

    }

]