v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431130130.8 KB

Gets a model introspection schema for an existing backend API resource.

post/backend/{appId}/api/{backendEnvironmentName}/getModels

Path parameters

appIdstring required

The app ID.

backendEnvironmentNamestring required

The name of the backend environment.

Request body

resourceNamestring required

The name of this resource.

Response

Success

Modelsstring

Stringified JSON of the datastore model.

Status'LATEST' | 'STALE'

The current status of the request.

ModelIntrospectionSchemastring

Stringified JSON of the model introspection schema for an existing backend API resource.