Skip to main content
Version: Next

RecentActivityResponseSchema

result object[]

A list of recent activity objects

  • Array [
  • actionstring

    Action taken describing type of activity

    item_titlestring

    Title of item

    item_typestring

    Type of item, e.g. slice or dashboard

    item_urlstring

    URL to item

    timenumber

    Time of activity, in epoch milliseconds

    time_delta_humanizedstring

    Human-readable description of how long ago activity took place.

  • ]
  • RecentActivityResponseSchema
    {
    "result": [
    {
    "action": "string",
    "item_title": "string",
    "item_type": "string",
    "item_url": "string",
    "time": 0,
    "time_delta_humanized": "string"
    }
    ]
    }