I see in the documentation two APIs for adding a discussion to a sheet or a row:
- POST https://api.smartsheet.com/2.0/sheets/{sheetId}/discussions
- POST https://api.smartsheet.com/2.0/sheets/{sheetId}/rows/{rowId}/discussions
In both cases, this seems to be a single API invocation that adds a single discussion to a single sheet or row.
Is there any more efficient way to use add multiple discussions to the same sheet (or row) entities with a single API call, or even to add multiple discussions to the same sheet AND to multiple rows on the same sheet? This is especially important given that the API does not allow update requests to the same sheet from the same API token at the same time.