Api referenceObject DataUpsert many object data rowsUpserts object data rows in bulk. Rows without id are created.Copy Markdown URLOpen MarkdownServer URLloading...POST/api/objects/{objectHandle}/data/upsert-manySendBodyUpserts object data rows in bulk. Rows without id are created.Request Bodyapplication/jsonTypeScript DefinitionsUse the request body type in TypeScript.CopyResponse Body200application/json400application/json401403404500Get object data by id GETGets a non-deleted object data row by id.Patch many object data rows PATCHPatches object data rows in bulk. Only provided attributes are updated.