v1

latestOpenAPI 3.1.12026-07-26104175.5 KB
Bridges
External MCP
External API

Set Bridge Row Status

Set the user-facing status for a single row in a Bridge. The rowId must identify a row that belongs to the specified bridgeId. Use this when a caller needs to move one Bridge row to a new status without updating any other column values. Supported default values are New, Actioned, Saved, Not Interested. For conferences it might additionally include Attending, Sponsoring. In the UI, 'New' is shown as 'Needs action', and 'Saved' is shown as 'Starred'. Filtering on Actioned will include Sponsoring and Attending.

patch/api/external/bridge/{bridgeId}/row/{rowId}/status

Path parameters

bridgeIdstring required
rowIdstring required

Request body

newStatus'New' | 'Actioned' | 'Saved' | 'Attending' | 'Sponsoring' | 'NotInterested' required

Supported default values are New, Actioned, Saved, Not Interested. For conferences it might additionally include Attending, Sponsoring. In the UI, 'New' is shown as 'Needs action', and 'Saved' is shown as 'Starred'. Filtering on Actioned will include Sponsoring and Attending.

Response

Bridge row status updated

rowIdstring uuid required

Unique identifier for the row

namestring nullable

Optional name or title of the row

bridgeIdstring uuid required

UUID of the bridge this row belongs to

createdAtstring required

Timestamp when the row was created (added to the bridge).

updatedAtstring required
    Timestamp when the row was last updated. This is a technical last-updated field: in addition to
    meaningful changes (status, column values), non-meaningful changes such as a bulk re-sync or
    maintenance can also advance it. Sort by `rowUpdatedAt` to page through recently-changed rows.
status'NotProcessed' | 'Queued' | 'Processing' | 'Processed' | 'Failed' | 'Skipped' required

Current processing status of the row

buyerIdstring uuid nullable

UUID of the buyer associated with this row, if any

organizerIdstring uuid nullable

UUID of the conference organizer associated with this row, if any

columnsobject required