{ "opencollection": "1.0.0", "info": { "name": "Tournament activity institution API", "version": "v2" }, "items": [ { "info": { "name": "institution", "type": "folder" }, "items": [ { "info": { "name": "Show an institution.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/institutions/:institutionIdentifier", "params": [ { "name": "institutionIdentifier", "value": "", "type": "path" } ] }, "docs": "Show an institution." }, { "info": { "name": "Get the institution positions of a global leaderboard.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/institutions/:institutionIdentifier/participations", "params": [ { "name": "institutionIdentifier", "value": "", "type": "path" }, { "name": "globalLeaderboardIdentifier", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page index (0..N)" }, { "name": "size", "value": "", "type": "query", "description": "The size of the page to be returned" }, { "name": "sort", "value": "", "type": "query", "description": "Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported." } ] }, "docs": "Get the institution positions of a global leaderboard." }, { "info": { "name": "Show an institution.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/institutions/:institutionIdentifier/members", "params": [ { "name": "institutionIdentifier", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page index (0..N)" }, { "name": "size", "value": "", "type": "query", "description": "The size of the page to be returned" }, { "name": "sort", "value": "", "type": "query", "description": "Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported." }, { "name": "userLogin", "value": "", "type": "query", "description": "Filter on user's login. Allow for a pattern (%)." } ] }, "docs": "Show an institution." }, { "info": { "name": "Show an institution's banner.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/institutions/:institutionIdentifier/banner", "params": [ { "name": "institutionIdentifier", "value": "", "type": "path" }, { "name": "temporaryRedirect", "value": "", "type": "query" } ] }, "docs": "Show an institution's banner." }, { "info": { "name": "Show an institution's avatar.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/institutions/:institutionIdentifier/avatar", "params": [ { "name": "institutionIdentifier", "value": "", "type": "path" }, { "name": "temporaryRedirect", "value": "", "type": "query" } ] }, "docs": "Show an institution's avatar." } ] } ], "bundled": true }