Hanzo
OpenapiFramework

Reports how much of the DocType surface the caller's org uses: how many…

Reports how much of the DocType surface the caller's org uses: how many DocTypes it has defined, and how many documents exist across them.

GET /v1/framework/summary

Addresshttps://api.hanzo.ai/v1/framework/summary
MethodGET
Operationget_framework_summary
AuthAuthorization: Bearer $HANZO_API_KEY

Reports how much of the DocType surface the caller's org uses: how many DocTypes it has defined, and how many documents exist across them.

Request

GET /v1/framework/summary takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200summaryViewok

200 body — 2 fields.

FieldInTypeAlwaysDescription
doctypesbodyintegerDocTypes is how many DocTypes the org has defined.
documentsbodyintegerDocuments is how many documents exist across them.

Failure carries the platform error shape — see Errors.

Examples

hanzo framework summary

Framework API · All Hanzo APIs · Interactive reference

How is this guide?

On this page