This REST API allows to extract whole metadata properties tree.
cURL example The following example demonstrates how to retrieve all metadata properties.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api...."propertyType" : "Integer" , "tags" : [ { "name" : "FileFormat"..."propertyType" : "String" , "tags" : [ { "name" : "FileFormat"...