GET api/tags?Take={Take}&Skip={Skip}&Search={Search}
Get list of tags
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Take | integer |
None. |
|
Skip | integer |
None. |
|
Search | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Page list containing matching tags
PageListOfTagName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of Tag |
None. |
|
Skip |
Number of records to skip over |
integer |
None. |
Take |
Number of records to take |
integer |
None. |
TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{ "type": "Tag", "list": [ { "$id": "2", "id": 1, "description": "sample string 1" }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml, text/xml
Sample:
<PageListOfTag2otzqokF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common"> <Skip>1</Skip> <Take>1</Take> <TotalCount>1</TotalCount> <List xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products"> <d2p1:Tag> <d2p1:Description>sample string 1</d2p1:Description> <d2p1:ID>1</d2p1:ID> </d2p1:Tag> <d2p1:Tag> <d2p1:Description>sample string 1</d2p1:Description> <d2p1:ID>1</d2p1:ID> </d2p1:Tag> </List> </PageListOfTag2otzqokF>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ��[��<�� 5 xl/workbook.xml � (� ����0D�&�C��@P� '.^=x_�" �%m ~��o�vfg�N1k34Z�#GesS�)g̶=J�'=��N �K�b��D��n��cI]������b�t��ò�A�Gtr\Q����@H�4{ �m����.&ak���� �/�" $�����KSbr�G�t�9�b�x�^o���V��w�PK ��[���� � [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 ��[`��' ' _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="Rdcd56438d3c74ea0" /></Relationships>PK ��[5É� xl/worksheets/sheet1.xml � (� ��MS�0��J&w�������z�J��t���� �J��$���}�;I��'��PmI�!�m�J��2x�����Szoj�-pxkV:����B���d&PX��d�m���ߨ�(yk�8A�7̺R��l�e���[�͐J2��<-���W�!�-� 婇_�̷5�o�Ծ�<�ĞE3��Ҡ�;6�Yu\�j�{M��@��uH����(m���D8��.��*�:�O�����N�$8"L��x��>��?�F�.��.u�#$ !]F'�5/�EC�|o7̲<ժڇ]�~u��O�5ٸўr��S���9AΉ�9Aω͜ω휈&9ۓw���4��s"�����p��/�����}�x���JY��L�g� PK ��[���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8��4EM��m���Q;�]�gc���V� �X��j4��'�|�lvo�H^0������Ny=���s2-춛�"�h�9���b6���Ҩ,N"~F�;ƇI�����B�D��.ˆ�%n��x��?Do̠p��yB�� �WN�"& GzL��"����T O����M�Y[�VK�Zk �nj1]F��^��Bư�]#k�5C��*cE@��B���iY^�i�K��n�Y]���_l� PK ��[Ѓc'2 E 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 ��[�֨�� q xl/sharedStrings.xml � (� eP�J�0����I��*�ve�z��ζa�I�L���f���f�{3��}/> ��Xɍ*� ��w8T����`o|D��$Ů.�Xd)R%G��Nk�#C*N�yr�)�0 ��������E���8�����7R���gh�ppu�u�LPj�K}ƿ܃#��Nn��:sZi����������BA5�{��"u ��:��y��֠ �6��I��F=���6��=_�Mu��PK- ��[��<�� 5 xl/workbook.xmlPK- ��[���� � [Content_Types].xmlPK- ��[`��' ' V _rels/.relsPK- ��[5É� � xl/worksheets/sheet1.xmlPK- ��[���� P � xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E � xl/styles.xmlPK- ��[�֨�� q a xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ��[`ݨ� 5 xl/workbook.xml � (� ����0��&�C���(��x��}ii�?ik��-H�yۙ��v������'=����v1��� :�֡I��z 1I�b�m��ڊ�Fى�y *kB�\��VpA�1�aAiP�V�!���p�L�Zw2 [B�7Ṵ�bVĀƒ���ٹ˒)�J�C^孹 �q�G��7X����PK ��[���� � [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 ��[z5T' ' _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="R558e4c762f37436b" /></Relationships>PK ��[5É� xl/worksheets/sheet1.xml � (� ��MS�0��J&w�������z�J��t���� �J��$���}�;I��'��PmI�!�m�J��2x�����Szoj�-pxkV:����B���d&PX��d�m���ߨ�(yk�8A�7̺R��l�e���[�͐J2��<-���W�!�-� 婇_�̷5�o�Ծ�<�ĞE3��Ҡ�;6�Yu\�j�{M��@��uH����(m���D8��.��*�:�O�����N�$8"L��x��>��?�F�.��.u�#$ !]F'�5/�EC�|o7̲<ժڇ]�~u��O�5ٸўr��S���9AΉ�9Aω͜ω휈&9ۓw���4��s"�����p��/�����}�x���JY��L�g� PK ��[OX�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_C,��*N6�t��ۊ Hۜ���W(j��H]t��?��4����j�1O� C��`Q1 h�ӣ�;8&���f���$S���G��������4�g+���qa�)���^��� J�2����?Dg̨�٩�6���.‘��d�1up�"�=U�y�lu��}��`L�G�@���b:M�^纐�M[�[���ȗw�d@��B�t�TƅZ-!�Z�<.�Wg5z�/�?PK ��[Ѓc'2 E 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 ��[�֨�� q xl/sharedStrings.xml � (� eP�J�0����I��*�ve�z��ζa�I�L���f���f�{3��}/> ��Xɍ*� ��w8T����`o|D��$Ů.�Xd)R%G��Nk�#C*N�yr�)�0 ��������E���8�����7R���gh�ppu�u�LPj�K}ƿ܃#��Nn��:sZi����������BA5�{��"u ��:��y��֠ �6��I��F=���6��=_�Mu��PK- ��[`ݨ� 5 xl/workbook.xmlPK- ��[���� � � [Content_Types].xmlPK- ��[z5T' ' U _rels/.relsPK- ��[5É� � xl/worksheets/sheet1.xmlPK- ��[OX�� P � xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E � xl/styles.xmlPK- ��[�֨�� q ^ xl/sharedStrings.xmlPK � �