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
82c4fce1-d2c7-48cb-a647-6993dbe37819 templateId
required
The template ID to use for JSON construction
string format: uuid
82c4fce1-d2c7-48cb-a647-6993dbe37819Responses
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