PUT /v1/scheduledViews/{id}

Update an existing scheduled view.

Servers

Path parameters

Name Type Required Description
id String Yes

Identifier of the scheduled view to update.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
retentionPeriod Integer No

The number of days to retain data in the scheduled view, or -1 to use the default value for your account. Only relevant if your account has multi-retention. enabled.

Default value: -1

dataForwardingId String No

An optional ID of a data forwarding configuration to be used by the scheduled view.

timeZone String No

Updates the time zone for ingesting data in scheduled view to the specified timezone ( does nothing if not specified ). Follow the format in the IANA Time Zone Database.

reduceRetentionPeriodImmediately Boolean No

This is required if the newly specified retentionPeriod is less than the existing retention period. In such a situation, a value of true says that data between the existing retention period and the new retention period should be deleted immediately; if false, such data will be deleted after seven days. This property is optional and ignored if the specified retentionPeriod is greater than or equal to the current retention period.

Default value: false

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.