GET residentapi/files?filePath={filePath}
Returns a file given the encoded file path. This route can not be called unless the prerequisite route that contains the file path is called first. The prerequisite route will contain an encoded file path named FileUrl. This FileUrl value should be passed as the filePath query string value when calling this route.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filePath | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.