# Assessments

## GET /assessments

> \<br />\<br />\
> \<b>Authentication:\</b> required

```json
{"openapi":"3.0.0","info":{"title":"Assessment","version":"0.0.1"},"servers":[{"url":"https://api.visadoc.co/api:v1"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/assessments":{"get":{"operationId":"Assessment/assessments|GET","summary":"","description":"<br /><br />\n<b>Authentication:</b> required","tags":["assessments"],"parameters":[{"name":"page","in":"query","description":"","required":false,"schema":{"type":"integer","format":"int64","default":0}},{"name":"per_page","in":"query","description":"","required":false,"schema":{"type":"integer","format":"int64","default":"25"}}],"responses":{"200":{"description":"Success!","content":{"application/json":{"schema":{"type":"object","properties":{"itemsReceived":{"type":"integer","format":"int64","description":""},"curPage":{"type":"integer","format":"int64","description":""},"nextPage":{"type":"integer","format":"int64","description":"","nullable":true},"prevPage":{"type":"integer","format":"int64","description":"","nullable":true},"perPage":{"type":"integer","format":"int64","description":""},"itemsTotal":{"type":"integer","format":"int64","description":""},"pageTotal":{"type":"integer","format":"int64","description":""},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":""},"created_at":{"type":"number","format":"timestamptz","description":"","default":"now"},"destination":{"type":"string","description":"ISO3"},"residency":{"type":"string","description":"ISO3"},"nationality":{"type":"string","description":"ISO3"},"location":{"type":"string","description":"ISO3"},"departure_date":{"type":"string","format":"date","description":"YYYY-MM-DD"},"return_date":{"type":"string","format":"date","description":"YYYY-MM-DD"},"number_of_entries":{"type":"string","description":"","enum":["Multiple","Single"]},"requested_activity":{"type":"string","description":""},"result":{"type":"object","description":"","nullable":true}}}}}}}}},"400":{"description":"Input Error. Check the request payload for issues."},"401":{"description":"Unauthorized"},"403":{"description":"Access denied. Additional privileges are needed access the requested resource."},"404":{"description":"Not Found. The requested resource does not exist."},"429":{"description":"Rate Limited. Too many requests."},"500":{"description":"Unexpected error"}}}}}}
```
