Get metadata
Returns file metadata.
HTTP request
GET https://api-{location-id}.flexicapture.com/v2/file/{id}/{token}/info where {location-id} is the supported location. |
Path parameters
Parameters | |
id |
path, string Required. The file ID that was returned in the response of file.Upload method. |
token |
path, string Required. The file access token that was returned in the response of file.Upload method. |
Response
If successful, the server returns a 200 OK HTTP status and an instance of FileInfoModel.
FileInfoModel JSON representation
FileInfoModel fields
5/18/2023 9:30:10 AM