This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name.
cURL example The following example demonstrates how to extract metadata information from all properties with Created tag.
Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....{ "name" : "CreateTime" , "value" : "03/22/2016 17:08:00" , "propertyType"...Thank you for your feedback! We value your opinion. Your feedback...