Commands  ›   ›  Batch Add Revision To Sheets By Filter

Batch Add Revision To Sheets By Filter

writes to model Public API · not yet exposed

Coming soon

Inputs

NameKindTypeRequiredDefaultDescription
revisionId config int no Revision element ID to add
sheetNumbers config string no JSON array of sheet numbers (filter mode: by list)
sheetPrefix config string no Sheet number prefix (filter mode: by prefix)
discipline config string no Discipline name (filter mode: by discipline)
parameterName config string no Parameter name (filter mode: by parameter)
parameterValue config string no Parameter value to match (filter mode: by parameter)
level config string no Level name (filter mode: by level)

Returns

NameTypeDescription
ResultJSONBatch result with counts and sheet numbers

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/batch_add_revision_to_sheets_by_filter
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

batch add revision · add revision to multiple sheets · revision to all sheets · bulk revision
Patterns: add revision to all * · batch * revision * · revision to * sheets

Related commandsAddRevisionToSheetCommand
Pillar