Hanzo
OpenapiFramework

Returns one document by name, with Password fields redacted.

Returns one document by name, with Password fields redacted.

GET /v1/framework/{doctype}/{name}

Addresshttps://api.hanzo.ai/v1/framework/{doctype}/{name}
MethodGET
Operationget_framework_by_doctype_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one document by name, with Password fields redacted.

Request

2 fields.

FieldInTypeRequiredDescription
doctypepathstringyesDocType is the document's DocType, from the path.
namepathstringyesName is the document's name — its key within the DocType — from the path.

Response

StatusBodyMeaning
200objectok

200 body — 1 field.

FieldInTypeAlwaysDescription
*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo framework doctype get <doctype> <name>

Framework API · All Hanzo APIs · Interactive reference

How is this guide?

On this page