Skip to content

Get Object Schema

Retrieve a single object schema configuration by ID. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_FORM permissions.

Parameters

name * are required parametersdata typedescription
objectId*stringThe unique identifier of the object schema

Return Value

JSON object of type Schema<ObjectConfig>

Examples

bash
curl "https://app.wombat.software/api/{targetPath}/object/:objectId" \
  -H "Authentication: Bearer ..."

ENDPOINTS

get/api/{targetPath}/object/:objectId