Appearance
Build Object Schema
Build an object schema, resolving all field groups and making it ready for creating instances. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_FORM permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
objectId* | string | The unique identifier of the object schema to build |
Return Value
The built object schema with all field groups resolved.
Error Codes
400 Bad Request: Returned when the schema cannot be built (e.g., missing required field groups).401 Unauthorized: Returned when permissions are insufficient.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/object/:objectId/build" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/object/:objectId/build