Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prerequisites

  • Read access to the requested assets requested

Request

Appsplus panel macro confluence macro
data{"features":["rounded"],"title":"","titleColor":"#FFFFFF","titleColorBG":"#0052CC","titleSize":16,"titleBold":false,"titleItalic":false,"titleUnderline":false,"link":"","linkIcon":false,"linkTab":false,"lozenge":"Hot stuff","lozengeColor":"#172B4D","lozengeColorBG":"#fff0b3","height":200,"panelPadding":12,"panelColor":"#172B4D","panelColorBG":"#dedede","borderColor":"#4C9AFF","borderRadius":3,"borderStyle":"solid","borderWidth":1,"icon":"editor/info","iconPrimary":"#FFFFFF","iconSecondary":"#0052CC","newMacro":false}

GET https://{pod_path}/api/1/rest/public/activities/{org}?{query_parameters}

...

Key

Type

Description

filter_project_space

string

Returns activities related to a project space.

filter_project

string

Returns activities related to a project. Requires filter_project_space.

Example: filter_project_space=myProjSpace&filter_project=My%20Test%20Project

filter_asset

string

Returns activities related to the specified asset. Requires filter_project_space and filter_ project.

Example: filter_asset_type=File&filter_asset=Sales2021Dec.csv

filter_asset_type

string

Returns activities related to specific type of assets. Valid values:

  • Account

  • File

  • Org

  • Pipeline

  • Plex

Example: filter_asset_type=File

filter_user

string

Returns activities related to a user.

filter_event_type

CSV string

Returns activities of one or more event types separated by commas.

filter_alert_state

string

Returns activities that match the specified alert state. Valid values:

  • open indicates that a potential issue in the activity must be investigated.

  • closed indicates that an issue occurred in the activity and was automatically resolved.

filter_is_alert

Boolean

If true, returns activities that are alerts; otherwise, returns activities that are not alerts.

filter_snaplogic_admin_update

Boolean

If true, returns activities that were initiated by a SnapLogic process.

start

integer

Returns activities that occurred since the specified timestamp. Time must be provided Provide time as Unix time in milliseconds.

end

integer

Returns activities that occurred before the specified timestamp. Time must be provided Provide time as Unix time in milliseconds.

limit

integer

Returns no more than the specified number of results. You can use limit and offset for pagination.

Valid values: 1 through 100,000

Default: 100

offset

integer

Returns a subset of the results starting at this 0-based index. You can use limit and offset for pagination.

Default: 0

...