Appearance
List Object Schemas
List all object schema configurations for the target path. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_FORM permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
limit | number | The maximum number of results to retrieve |
offset | number | Offset from the first index in the collection |
Return Value
json
{
"statusCode": 200,
"message": "search completed",
"data": [ObjectSchema, ObjectSchema, ...]
}Examples
bash
curl "https://app.wombat.software/api/{targetPath}/objects?limit=20" \
-H "Authentication: Bearer ..."ENDPOINTS
get
/api/{targetPath}/objects