Generic Objects REST API
### **Getting Started** **1. Create an Organization Account** Sign up at [https://admin.objectsgrid.com/](https://admin.objectsgrid.com/). **2. Receive Your Organization Account ID** After registration, you’ll be issued an Organization Account ID. **3. Generate an Access Token** Use your Organization Account ID to request an access token via the ObjectsGrid Admin app. This token is required to…
Generic Objects REST API endpoints
| Method | Endpoint | Description |
|---|---|---|
| DELETE |
deleteGenericObject /genericobjects/{id} |
Deletes the Generic Object |
| GET |
listGenericObjects /genericobjects |
This operation supports Elastic Search Query DSL query format |
| POST |
createGenericObject /genericobjects |
|
| PATCH |
patchGenericObject /genericobjects/{id} |
|
| PUT |
updateGenericObject /genericobjects/{id} |
|
| GET |
retrieveGenericObject /genericobjects/{id} |