Skip to content

List Object Schemas

List all object schema configurations for the target path. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_FORM permissions.

Parameters

name * are required parametersdata typedescription
limitnumberThe maximum number of results to retrieve
offsetnumberOffset 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