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 ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
aggregateId
required
The aggregate ID to get JSON for
string
77a0049c-7683-45ff-956f-656f257048f7
templateId
required
The template ID to use for JSON construction
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
Responses
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