{"components":{"schemas":{"ApiResponse":{"properties":{"code":{"description":"A code for this response. This code shall be referred in the documentation \/ error glossary.","example":"USER_001","type":"string"},"message":{"description":"A user firendly message that the end user can be communicated. The end user is expected to understand this message.","type":"string"},"severity":{"description":"The nature of the message with respect to the attention it deserves from the end user via UI\/UX. eg INFO would mean a positive or expected response to the user. WARN would mean that something awkward happened and user needs to be told and acknowledgement taken.","enum":["DEBUG","INFO","WARN","ERROR"],"type":"string"},"type":{"description":"The type of this response.","enum":["OK","ERROR","SYSTEM_ERROR"],"example":"OK, ERROR, SYSTEM_ERROR","type":"string"}},"required":["code","type","severity","message"],"type":"object"},"DefaultResponse":{"properties":{"errors":{"items":{"properties":{"message":{"type":"string"},"path":{"type":"string"}},"required":["message"],"type":"object"},"type":"array"}},"required":["errors"],"type":"object"}}},"info":{"description":"This document describes all the APIs that is being developed for the\nSrifin EOS mojo backend application and the companion website\/mobile application.     ","title":"Espcam Capture.","version":"1.0.0"},"openapi":"3.0.0","paths":{"\/image\/list_image":{"get":{"description":"This operation gives image list.","operationId":"listImage","parameters":[{"in":"query","name":"generated","schema":{"description":"generated","example":1705483273,"type":"number"}},{"in":"query","name":"from_epoch","schema":{"description":"generated","example":1705483242,"type":"number"}},{"in":"query","name":"to_epoch","schema":{"description":"generated","example":1705483273,"type":"number"}},{"in":"query","name":"rows","schema":{"description":"number of rows","example":10,"type":"number"}},{"in":"query","name":"page","schema":{"description":"number of pages","example":1,"type":"number"}}],"responses":{"200":{"content":{"application\/json":{"schema":{"properties":{"apiresponse":{"$ref":"#\/components\/schemas\/ApiResponse"}},"type":"object"}}},"description":"Image List result"},"400":{"description":"invalid input, object invalid"},"401":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DefaultResponse"}}},"description":"Default response."},"404":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DefaultResponse"}}},"description":"Default response."},"500":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DefaultResponse"}}},"description":"Default response."},"501":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DefaultResponse"}}},"description":"Default response."}},"summary":"this endpoint gives list of image.","tags":["image"],"x-mojo-to":"ESPCAM#list_image"}}},"servers":[{"url":"https:\/\/camview-api.web3.99cloudhosting.com\/"}],"tags":[{"name":"image"}]}