{ "opencollection": "1.0.0", "info": { "name": "Yoda core admin browse API", "version": "2.1.0" }, "request": { "auth": { "type": "apikey", "key": "yoda_session", "value": "{{yoda_session}}", "placement": "query" } }, "items": [ { "info": { "name": "browse", "type": "folder" }, "items": [ { "info": { "name": "Get paginated collection contents, including size/modify date information.\n", "type": "http" }, "http": { "method": "POST", "url": "https://portal.yoda.test/api/browse_folder", "body": { "type": "json", "data": "{}" } }, "docs": "Get paginated collection contents, including size/modify date information.\n" }, { "info": { "name": "Get paginated collection contents, including size/modify date information.\n", "type": "http" }, "http": { "method": "POST", "url": "https://portal.yoda.test/api/browse_collections", "body": { "type": "json", "data": "{}" } }, "docs": "Get paginated collection contents, including size/modify date information.\n" }, { "info": { "name": "Get paginated search results, including size/modify date/location information.\n", "type": "http" }, "http": { "method": "POST", "url": "https://portal.yoda.test/api/search", "body": { "type": "json", "data": "{}" } }, "docs": "Get paginated search results, including size/modify date/location information.\n" }, { "info": { "name": "Retrieve a text file (as a string) in either the research, deposit, or vault space.\n", "type": "http" }, "http": { "method": "POST", "url": "https://portal.yoda.test/api/load_text_obj", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a text file (as a string) in either the research, deposit, or vault space.\n" } ] } ], "bundled": true }