Se puede usar
image_info
para recuperar los metadatos de cualquier recurso cargado, tal como se muestra en el siguiente ejemplo:
https://s7ugc1.scene7.com/ugc/image?op=image_info&shared_secret=fece4b21-87ee-47fc-9b99-2e29b78b602&image_name=1442564.tif
Éste es un ejemplo de respuesta correcta:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<scene7>
<user_generated_content>
<response>
<serviceName>User Generated Content - Images</serviceName>
<version>1.0.0</version>
<operationName>image_info</operationName>
<serviceStatus>SUCCESS</serviceStatus>
<title>More information on 1442564.tif</title>
<message>
File created on Tue Sep 08 19:02:04 CDT 2009, File Size = 243494 bytes
<imageFormat>Tiff</imageFormat>
<colorSpace>Rgb</colorSpace>
<width>686</width>
<height>457</height>
</message>
</response>
</user_generated_content>
</scene7>
Se pueden usar los campos siguientes en la cadena de consulta URL para solicitar información de un recurso:
Parámetro de URL
|
Obligatorio u opcional
|
Valor
|
op
|
Obligatorio
|
image_info
|
shared_secret
|
Obligatorio
|
Clave secreta compartida de la empresa.
|
image_name
|
Obligatorio
|
Nombre de la imagen.
|
URL de ejemplo:
https://s7ugc1.scene7.com/ugc/image?op=image_info&shared_secret=fece4b21-87ee-47fc-9b99-2e29b78b602&image_name=1442564.tif
Método HTTP permitido:
GET y POST
|
|
|