GetFormPhotoMediaMetadata()
The GetFormPhotoMediaMetadata() command returns a data structure (XML/JSON) that contains properties that correspond to the media metadata being captured in the tbl_MDA_MediaMetadata table.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
taskId | string | 20 | Y | The unique ID of the task. |
mediaId | string | 20 | Y | The ID in <Attachment> from GetAssetAttachments, where Type = "GetFormPhotoMediaMetadata" |
Field | Type | Description |
---|---|---|
GetFormPhotoMediaMetadataReponse | GetFormPhotoMediaMetadataReponse | Returns XML/JSON data structure of properties. |
<GetFormPhotoMediaMetadataResponse>
<GetFormPhotoMediaMetadataResult>
<MediaMetadataResponse>
<Status>
<Code>SUCCESS</Code>
<Message>Success.</Message>
</Status>
<MediaId>1.106315</MediaId>
<DateTimeTaken>2021-09-23T14:42:22Z</DateTimeTaken>
<XResolution>96</XResolution>
<YResolution>96</YResolution>
<GPSLatitude>53.055000</GPSLatitude>
<GPSLongitude>-2.21000</GPSLongitude>
<GPSAccuracy>xsi:nil="true:/"
</MediaMetadataResponse>
</GetFormPhotoMediaMetadataResult>
</GetFormPhotoMediaMetadataResponse>