Skip to main content

Datum value

GET /scripts/datum/:datum_hash

Query JSON value of a datum by its hash

Request

Path Parameters

    datum_hash string required

    Hash of the datum

    Example: db583ad85881a96c73fbb26ab9e24d1120bb38f45385664bb9c797a2ea8d9a2d
Responses

Return the datum value


Schema
    json_value objectrequired

    JSON content of the datum

    property name* any

    JSON content of the datum

Loading...