Update multiple observations at once

Allows for changing the status (e.g., active, archived) of multiple observations within a project simultaneously. Requires a list of observation IDs and the target status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the account that owns the retrieved/saved data

integer
required

ID of the project to which save/retrieved data is connected

Body Params

Contains a list of observation ids and the target status (e.g., 'active', 'archived') to apply to all of them.

Request body for bulk updating the status of multiple observations.

id
array of integers
required
length between 1 and 100

A list of observation unique numerical identifiers to be affected by a bulk operation.

id*
string
enum
required
Defaults to active

The current status of an observation in its lifecycle:

  • active: The observation is current, under consideration, or being actively discussed. This is the default for new observations.
  • archived: The observation has been reviewed and is no longer actively being pursued (e.g., deemed not actionable, superseded, or already addressed). It's kept for historical records. Knowledge Base: "Observations Feature Guide" - "Status Management".
Allowed:
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json