Get complete study metadata
Request
{
url: "/study/{studyId}/all-metadata"
}
Response
Returns all study metadata by converting the full Ddi XML document to a JSON object.
- Nodes that only have a simple content string is written as a property of the parent node.
- Other nodes are written as objects with the attributes written as object properties.
- For nodes that have both attributes and content the content is written as an object property called “content”.
- Repeated nodes are written as arrays.