GET
    /maps/{mapid}/resources/
  
  curl \
 --request GET 'http://api.example.com/maps/{mapid}/resources/?mappass=string'
    
        Response examples (200)
  
  [
  {
    "resourceid": 42.0,
    "mapid": 42.0,
    "resourcetype": "string",
    "quality": 42.0,
    "x": 42.0,
    "y": 42.0,
    "token": "string",
    "typemap": "string",
    "description": "string",
    "lastharvested": "string"
  }
]
        Response examples (400)
  
  string
        Response examples (401)
  
  string
        Response examples (404)
  
  string
        Response examples (503)
  
  string