Data Models

BulkActionResponse


Properties

Property Type
records *
Array of Record
successCount *
integer(int32)
totalCount *
integer(int32)

Example

{
  "records": [
    {
      "id": null,
      "data": {
        "example-key": {}
      },
      "external": null
    }
  ],
  "successCount": 42,
  "totalCount": 42
}