API - Media Sub Folder Search

SEARCH BASICS

SEARCH TYPES

Two endpoints can be used to return case media subfolder information -

GET - https://securelb.trackerproducts.com/api/cases/#/getMediaSubfoldersById


GET - https://securelb.trackerproducts.com/api/cases/getMediaSubfoldersByCaseNumber/XXX-XXXX-XX



In the first GET you must supply a valid case id within your organization. This can be supplied in the url in place of the # sign.


The second GET can be used by providing a valid case number from your organization. This can be supplied at the end of the url in place of the XXXX-XXXX-XX .


The above endpoints both return the same data in the same format.


Here is a screenshot of a case media tab in our system:

Image title


here is my request using a case id:

https://securelb.trackerproducts.com/api/cases/3515614/getMediaSubfoldersById


and here is my request to search by case number:

https://securelb.trackerproducts.com/api/cases/getMediaSubfoldersByCaseNumber/2018-0801-01


Both endpoints will return the following data: