GET /v1/analytics/libraries/{file_key}/variable/usages

Returns a list of library analytics variable usage data broken down by the requested dimension.

Servers

Path parameters

Name Type Required Description
file_key String Yes

File key of the library to fetch analytics data for.

Query parameters

Name Type Required Description
group_by String Yes

A dimension to group returned analytics data by.

Valid values:

  • "variable"
  • "file"
cursor String No

Cursor indicating what page of data to fetch. Obtained from prior API call.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.