I'm trying to download a document as PDF file using RESTful API.
For RESTful API to get document content, for example , https://private-anon-d655540b4a-knowage.apiary-mock.com/knowage/restful-services/2.0/documents/document_label/content ,
But I cannot understand the parameters.
[
{
"id": "1",
"label": "Country",
"type": "string",
"urlName": "country",
"values": [
"Italy",
"USA"
]
}
]
for parameter 'urlname' and 'values', it says they are madatory. Not understand what it stands for.
Can anyone provide an example how to use this API? Thanks very much