Get JSON with template
POST /v2/metadata/template/json/get
POST
/v2/metadata/template/json/get
Construct JSON object using metadata and template.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
aggregateId
required
The aggregate ID to get JSON for
string
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09 templateId
required
The template ID to use for JSON construction
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09Responses
Section titled “ Responses ”The constructed JSON object.
object
json
required
The constructed JSON object based on the template
object
{ "user": { "preferences": { "theme": "dark", "language": "en" } }}Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error