The Media API is used to get different media files that have been uploaded to the server. This API is utilized by other API’s POST methods such as Driver Daily Documents PDF files and Work Order image files. This API supports GET method to retrieve the files.
Get Media
API PATH: | /api/v2/media/id |
METHOD: | GET |
EXAMPLE RESPONSE: | Returns the uploaded Media. If the id provided is not valid, the API returns a blank screen. |