(v3) Update Event Record

Partially updates an existing event record. Unlike POST /api/v1/eventimport, only the fields included in the request body are updated — all other fields are left unchanged.

Field names must match exactly as configured in AMS.

Note: Schema details are best-effort — confirm field names using GET /api/v3/forms/{form_type}/{form_id} before building.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The form ID

integer
required

The event record ID to update

Body Params
data
object
required

Key/value pairs of fields to update. Only included fields are changed. Field names must match exactly as configured in AMS.

Headers
string
required

The current session token. Returned by most API calls and must be passed on all subsequent v2/v3 calls.

string

A unique identifier for your application. Helps Teamworks support staff identify your requests if you need assistance.

Responses
200

Event record updated successfully

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json