latestOpenAPI 3.0.12026-08-103995881.2 MB

053edab62415

records

Search records and set status of their record values

put/app/v1/records/status

Request body

status'locked' | 'unlocked'

Example request

{
  "filter": {
    "flow.custom_attributes": {
      "attribute1": 12345,
      "attribute2": "value1"
    },
    "reporting_group_id": "subpartw"
  }
}

Response

A successful operation

successboolean
affectednumber

Example response

{
  "success": true,
  "affected": 109
}