{ "opencollection": "1.0.0", "info": { "name": "Pure Web Service 524 activities downloads API", "version": "524" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "downloads", "type": "folder" }, "items": [ { "info": { "name": "Lists a summary of downloads", "type": "http" }, "http": { "method": "GET", "url": "https://api.research-repository.uwa.edu.au/ws/api/524/downloads/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Name of the content in Pure to fetch download statistic for, e.g. ResearchOutput, Activity, Award, Project, Application" }, { "name": "idClassificationType", "value": "", "type": "query", "description": "Give an optional classification type used to specify which type of ID should be used in the match. Read more..." }, { "name": "idClassification", "value": "", "type": "query", "description": "Give an optional classification used to specify which type of ID should be used in the match. Read more..." }, { "name": "fields", "value": "", "type": "query", "description": "Limit the fields included in the response. E.g. 'nameVariants.nameVariant' will only return the name variants. Read more..." }, { "name": "locale", "value": "", "type": "query", "description": "Enter the desired locale. E.g. 'en_GB' will only return the English text strings. Read more..." }, { "name": "fallbackLocale", "value": "", "type": "query", "description": "Fallback locale string. Syntax is 'Locale1=>Locale2' to map Locale1 to Locale2. E.g. 'da_DK=>en_GB'. Locale1 must be equal to the locale provided in the locale string. Read more..." }, { "name": "rendering", "value": "", "type": "query", "description": "HTML rendering formats. If rendering formats are specified, the content will be returned in these formats instead of XML. If XML is also wanted, it can be included using the fields parameter. Read more..." }, { "name": "returnUsedContent", "value": "", "type": "query", "description": "If 'true', the IDs of the content used to create HTML renderings are returned as part of the result. Read more..." }, { "name": "navigationLink", "value": "", "type": "query", "description": "Include navigation links for paging and content. Default: true. Read more..." } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "Lists all downloads in the Pure instance. If you need to filter the downloads returned, see the POST version which supports additional filtering." }, { "info": { "name": "Lists a summary of downloads", "type": "http" }, "http": { "method": "POST", "url": "https://api.research-repository.uwa.edu.au/ws/api/524/downloads", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "Lists all downloads in the Pure instance. If you need to filter the downloads returned, see the POST version which supports additional filtering." }, { "info": { "name": "Lists available content types (families)", "type": "http" }, "http": { "method": "GET", "url": "https://api.research-repository.uwa.edu.au/ws/api/524/downloads-meta/family", "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "Lists all content types available to the download information endpoint. These values can be used by the family parameter." } ] } ], "bundled": true }