GET api/image/{id}/metadata?data={data}

Get image metadata and optionally data

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

data

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Image
NameDescriptionTypeAdditional information
Name

File name

string

None.

ImageID

integer

None.

ImageName

string

None.

ImageExtension

string

None.

LastUpdate

date

None.

ImageData

Collection of byte

None.

ReadOnly

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "name": "sample string 3.sample string 4",
  "imageID": 2,
  "imageName": "sample string 3",
  "imageExtension": "sample string 4",
  "lastUpdate": "2025-06-14T06:17:00.5520197",
  "imageData": "QEA=",
  "readOnly": true
}

application/xml, text/xml

Sample:
<Image xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
  <ImageData>QEA=</ImageData>
  <ImageExtension>sample string 4</ImageExtension>
  <ImageID>2</ImageID>
  <ImageName>sample string 3</ImageName>
  <LastUpdate>2025-06-14T06:17:00.5520197+00:00</LastUpdate>
  <Name>sample string 3.sample string 4</Name>
  <ReadOnly>true</ReadOnly>
</Image>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK 2�Zk$�5xl/workbook.xml �(�����0��&�C��H�N\�z�^�V�O�||K	$޼���~;t2nh��G�ڗ��}�$���cAǝ0N��{#����V�ɳ� F�Ѿ�����[��=@P�RLj\�wѹ�S�䓌�Zw6YB�7El�H
i���
��ܻ
1r����|�o�\!?]�{�Q����PK 2�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
 2�Z.�W''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R93b951b83fa44809" /></Relationships>PK 2�Z���y�7xl/worksheets/sheet1.xml �(���]�� @�
�{EP2���f���Ӈ�U��F�I����ͤ}Qιp/wH�>�-8HmZ�g!�/U����m�-�OyzT��4RZ���,tkw�L�Ȯ0���ޭ�Jw�uS�A���R.U��do	C����me�vg�)���2;-���۞BuE��<�Z}8=в��3^�	(O=��ʣ��!�?J}�UCϢ���Ԡ�u���_��]��ƺ"1�jk�t�P:�����me��$�Q	�i��!(�ƪ��iE9�d����!'��^t�0
b�S��$&�}:�����ј	�y��l���'A"(c"�!!����/~0qJi(p,��~<��U��Ƙ�4�Xp"���t}����-�T�#�~�EF�nh|��K7��y�����˜���� ��rND��ۜ���jN�[b='��@.�s��?�9�$�/�N^�s;�d>'�$����%���c�cR�y0<���O����q/��+��Ծeί`�PK 2�ZA��7�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞��Ԅ�i7lؖ^�q�I�Ķ<.г��H\�H�J,�t5_?=�����ٽ�{�@��
��V�n�}�h�j�m7{�TL4��Xzb��!F��􀳢�y�ib\�ULe�W��z���%���p���3f����iF��W�4 F`z�
���_B�%*������^�XcQ���Q<OH�^��B�ի��672%��n*3���s駗N��B��Q�Rj#UY颽���~PK 2�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK 2�Z�]-��xl/sharedStrings.xml �(���AK�0��J�ݦ�""itDAwO�ah�6�Ljf*�oA��z|���f�rz���}�J�VHul<���nn�εbj�������Z:�,*G�+݉�p�a.—�KL$��B����,����UG��v��H�uīO#��Ί���ֈ�f�?�u�׫�����;A�ל�[`�
���
��!׹�~��a�1,�����>�g�o�#�8�`(.'���9ܤ�K����PK- 2�Zk$�5xl/workbook.xmlPK- 2�Z����	��[Content_Types].xmlPK-
 2�Z.�W''U_rels/.relsPK- 2�Z���y�7�xl/worksheets/sheet1.xmlPK- 2�ZA��7�P�xl/_rels/workbook.xml.relsPK- 2�ZЃc'2E
Dxl/styles.xmlPK- 2�Z�]-���xl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK 2�Zy�M��5xl/workbook.xml �(�����0��&�C��H�R8q���{�[i�?ik��-%�x�3;���ɸ�ì>jԾr5�C�!��A10t�	�Q�1B�Zӽ�@�,;#�h�K��B����}Ը��7�Btn��0�$��֝MD��M��.�B�)�q��(97^�#F��q��rW^��D�xco0J���PK 2�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
 2�Z8�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rec8eeab8dce64cb0" /></Relationships>PK 2�Z���y�7xl/worksheets/sheet1.xml �(���]�� @�
�{EP2���f���Ӈ�U��F�I����ͤ}Qιp/wH�>�-8HmZ�g!�/U����m�-�OyzT��4RZ���,tkw�L�Ȯ0���ޭ�Jw�uS�A���R.U��do	C����me�vg�)���2;-���۞BuE��<�Z}8=в��3^�	(O=��ʣ��!�?J}�UCϢ���Ԡ�u���_��]��ƺ"1�jk�t�P:�����me��$�Q	�i��!(�ƪ��iE9�d����!'��^t�0
b�S��$&�}:�����ј	�y��l���'A"(c"�!!����/~0qJi(p,��~<��U��Ƙ�4�Xp"���t}����-�T�#�~�EF�nh|��K7��y�����˜���� ��rND��ۜ���jN�[b='��@.�s��?�9�$�/�N^�s;�d>'�$����%���c�cR�y0<���O����q/��+��Ծeί`�PK 2�ZK7���Pxl/_rels/workbook.xml.rels �(���An� E��f_�m��Q�l��6�0���9[=R�P�J�#u�MVh���������4��0X�@�1 h�U��8G�T�n�9�(b�������@�[Sd���uhRG[?��J�Q'�ItHƖ��p�$ǫ���փĽ��	M�L_�?�19
�al�'
�v�Y�yV
��J�\�L�vU�S�:b����g2�-/�U!+��R>T��K�i�s�y<S+KY漪u+<��F����PK 2�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK 2�Z�]-��xl/sharedStrings.xml �(���AK�0��J�ݦ�""itDAwO�ah�6�Ljf*�oA��z|���f�rz���}�J�VHul<���nn�εbj�������Z:�,*G�+݉�p�a.—�KL$��B����,����UG��v��H�uīO#��Ί���ֈ�f�?�u�׫�����;A�ל�[`�
���
��!׹�~��a�1,�����>�g�o�#�8�`(.'���9ܤ�K����PK- 2�Zy�M��5xl/workbook.xmlPK- 2�Z����	�[Content_Types].xmlPK-
 2�Z8�''V_rels/.relsPK- 2�Z���y�7�xl/worksheets/sheet1.xmlPK- 2�ZK7���Pxl/_rels/workbook.xml.relsPK- 2�ZЃc'2E
Hxl/styles.xmlPK- 2�Z�]-���xl/sharedStrings.xmlPK��