GET api/labelPageLayouts?storeID={storeID}&Keyword={Keyword}&SortOrder={SortOrder}&Skip={Skip}&Take={Take}&TotalCount={TotalCount}
List label page layouts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store identifier |
integer |
Default value is 0 |
StoreID |
Store Id to restrict label page layout results to |
integer |
None. |
Keyword |
Search against label page layout name |
string |
None. |
SortOrder |
Sort direction for sorting by name |
SortOrder |
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. |
Body Parameters
None.
Response Information
Resource Description
Matching list of label page layouts
PageListOfLabelPageLayoutName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of LabelPageLayout |
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": "LabelPageLayout", "list": [ { "$id": "2", "g_UId": "+2kL2l85SkecOCsY6BbR2A==", "guid": "da0b69fb-395f-474a-9c38-2b18e816d1d8", "layoutName": "sample string 2", "rows": 3, "columns": 4, "rowSpacing": 5, "columnSpacing": 6, "tearOffStyle": "sample string 7", "minimumSpacing": 8, "tearOffHeight": 9, "tearOffTop": 10, "tearOffBottom": 11, "tearOffWidth": 12, "tearOffLeft": 13, "tearOffRight": 14, "printer": "sample string 15", "doubleSided": 16, "pageSize": 17, "stores": [ 1, 2 ], "labelDesigns": [ { "$id": "3", "pageLayoutG_UID": "wsIs4trWs0qoHhxupj7d+A==", "pageLayoutGuid": "e22cc2c2-d6da-4ab3-a81e-1c6ea63eddf8", "labelDesignName": "sample string 2", "smallLabel": true, "orderLabel": 1 }, { "$ref": "3" } ], "labelPrinters": [ { "$id": "4", "pageLayoutGuid": "829193b6-3979-4208-a974-0325edb85b1a", "storeID": 2, "printerName": "sample string 3", "storeName": "sample string 4" }, { "$ref": "4" } ] }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml, text/xml
Sample:
<PageListOfLabelPageLayoutT5SWIef_P 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.Labels"> <d2p1:LabelPageLayout> <d2p1:ColumnSpacing>6</d2p1:ColumnSpacing> <d2p1:Columns>4</d2p1:Columns> <d2p1:DoubleSided>16</d2p1:DoubleSided> <d2p1:G_UId>+2kL2l85SkecOCsY6BbR2A==</d2p1:G_UId> <d2p1:Guid>da0b69fb-395f-474a-9c38-2b18e816d1d8</d2p1:Guid> <d2p1:LabelDesigns> <d2p1:LabelPageLayoutDesign> <d2p1:LabelDesignName>sample string 2</d2p1:LabelDesignName> <d2p1:OrderLabel>1</d2p1:OrderLabel> <d2p1:PageLayoutG_UID>wsIs4trWs0qoHhxupj7d+A==</d2p1:PageLayoutG_UID> <d2p1:PageLayoutGuid>e22cc2c2-d6da-4ab3-a81e-1c6ea63eddf8</d2p1:PageLayoutGuid> <d2p1:SmallLabel>true</d2p1:SmallLabel> </d2p1:LabelPageLayoutDesign> <d2p1:LabelPageLayoutDesign> <d2p1:LabelDesignName>sample string 2</d2p1:LabelDesignName> <d2p1:OrderLabel>1</d2p1:OrderLabel> <d2p1:PageLayoutG_UID>wsIs4trWs0qoHhxupj7d+A==</d2p1:PageLayoutG_UID> <d2p1:PageLayoutGuid>e22cc2c2-d6da-4ab3-a81e-1c6ea63eddf8</d2p1:PageLayoutGuid> <d2p1:SmallLabel>true</d2p1:SmallLabel> </d2p1:LabelPageLayoutDesign> </d2p1:LabelDesigns> <d2p1:LabelPrinters xmlns:d4p1="http://gapsolutions.com.au/schema/ezimanager"> <d4p1:LabelPageLayoutStorePrinter> <d4p1:PageLayoutGuid>829193b6-3979-4208-a974-0325edb85b1a</d4p1:PageLayoutGuid> <d4p1:PrinterName>sample string 3</d4p1:PrinterName> <d4p1:StoreID>2</d4p1:StoreID> <d4p1:StoreName>sample string 4</d4p1:StoreName> </d4p1:LabelPageLayoutStorePrinter> <d4p1:LabelPageLayoutStorePrinter> <d4p1:PageLayoutGuid>829193b6-3979-4208-a974-0325edb85b1a</d4p1:PageLayoutGuid> <d4p1:PrinterName>sample string 3</d4p1:PrinterName> <d4p1:StoreID>2</d4p1:StoreID> <d4p1:StoreName>sample string 4</d4p1:StoreName> </d4p1:LabelPageLayoutStorePrinter> </d2p1:LabelPrinters> <d2p1:LayoutName>sample string 2</d2p1:LayoutName> <d2p1:MinimumSpacing>8</d2p1:MinimumSpacing> <d2p1:PageSize>17</d2p1:PageSize> <d2p1:Printer>sample string 15</d2p1:Printer> <d2p1:RowSpacing>5</d2p1:RowSpacing> <d2p1:Rows>3</d2p1:Rows> <d2p1:Stores xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:int>1</d4p1:int> <d4p1:int>2</d4p1:int> </d2p1:Stores> <d2p1:TearOffBottom>11</d2p1:TearOffBottom> <d2p1:TearOffHeight>9</d2p1:TearOffHeight> <d2p1:TearOffLeft>13</d2p1:TearOffLeft> <d2p1:TearOffRight>14</d2p1:TearOffRight> <d2p1:TearOffStyle>sample string 7</d2p1:TearOffStyle> <d2p1:TearOffTop>10</d2p1:TearOffTop> <d2p1:TearOffWidth>12</d2p1:TearOffWidth> </d2p1:LabelPageLayout> <d2p1:LabelPageLayout> <d2p1:ColumnSpacing>6</d2p1:ColumnSpacing> <d2p1:Columns>4</d2p1:Columns> <d2p1:DoubleSided>16</d2p1:DoubleSided> <d2p1:G_UId>+2kL2l85SkecOCsY6BbR2A==</d2p1:G_UId> <d2p1:Guid>da0b69fb-395f-474a-9c38-2b18e816d1d8</d2p1:Guid> <d2p1:LabelDesigns> <d2p1:LabelPageLayoutDesign> <d2p1:LabelDesignName>sample string 2</d2p1:LabelDesignName> <d2p1:OrderLabel>1</d2p1:OrderLabel> <d2p1:PageLayoutG_UID>wsIs4trWs0qoHhxupj7d+A==</d2p1:PageLayoutG_UID> <d2p1:PageLayoutGuid>e22cc2c2-d6da-4ab3-a81e-1c6ea63eddf8</d2p1:PageLayoutGuid> <d2p1:SmallLabel>true</d2p1:SmallLabel> </d2p1:LabelPageLayoutDesign> <d2p1:LabelPageLayoutDesign> <d2p1:LabelDesignName>sample string 2</d2p1:LabelDesignName> <d2p1:OrderLabel>1</d2p1:OrderLabel> <d2p1:PageLayoutG_UID>wsIs4trWs0qoHhxupj7d+A==</d2p1:PageLayoutG_UID> <d2p1:PageLayoutGuid>e22cc2c2-d6da-4ab3-a81e-1c6ea63eddf8</d2p1:PageLayoutGuid> <d2p1:SmallLabel>true</d2p1:SmallLabel> </d2p1:LabelPageLayoutDesign> </d2p1:LabelDesigns> <d2p1:LabelPrinters xmlns:d4p1="http://gapsolutions.com.au/schema/ezimanager"> <d4p1:LabelPageLayoutStorePrinter> <d4p1:PageLayoutGuid>829193b6-3979-4208-a974-0325edb85b1a</d4p1:PageLayoutGuid> <d4p1:PrinterName>sample string 3</d4p1:PrinterName> <d4p1:StoreID>2</d4p1:StoreID> <d4p1:StoreName>sample string 4</d4p1:StoreName> </d4p1:LabelPageLayoutStorePrinter> <d4p1:LabelPageLayoutStorePrinter> <d4p1:PageLayoutGuid>829193b6-3979-4208-a974-0325edb85b1a</d4p1:PageLayoutGuid> <d4p1:PrinterName>sample string 3</d4p1:PrinterName> <d4p1:StoreID>2</d4p1:StoreID> <d4p1:StoreName>sample string 4</d4p1:StoreName> </d4p1:LabelPageLayoutStorePrinter> </d2p1:LabelPrinters> <d2p1:LayoutName>sample string 2</d2p1:LayoutName> <d2p1:MinimumSpacing>8</d2p1:MinimumSpacing> <d2p1:PageSize>17</d2p1:PageSize> <d2p1:Printer>sample string 15</d2p1:Printer> <d2p1:RowSpacing>5</d2p1:RowSpacing> <d2p1:Rows>3</d2p1:Rows> <d2p1:Stores xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:int>1</d4p1:int> <d4p1:int>2</d4p1:int> </d2p1:Stores> <d2p1:TearOffBottom>11</d2p1:TearOffBottom> <d2p1:TearOffHeight>9</d2p1:TearOffHeight> <d2p1:TearOffLeft>13</d2p1:TearOffLeft> <d2p1:TearOffRight>14</d2p1:TearOffRight> <d2p1:TearOffStyle>sample string 7</d2p1:TearOffStyle> <d2p1:TearOffTop>10</d2p1:TearOffTop> <d2p1:TearOffWidth>12</d2p1:TearOffWidth> </d2p1:LabelPageLayout> </List> </PageListOfLabelPageLayoutT5SWIef_P>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK '5�Z;hM� 5 xl/workbook.xml � (� ����0��&�C���R�N\�z�^a� �'m >��7o;���������Wb�-� ���X�q��x�ҽ��:�@m���1I(q0� ��BZ��?,o�������Ը��bS�����2k��Dd ���a�Ŭ�� J\��1��[[�#W�8���r��,�iB�-����`����/PK '5�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 '5�Z��ږ' ' _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="R1a66d987fdde4248" /></Relationships>PK '5�Z�Ö xl/worksheets/sheet1.xml � (� ��MO� �� �n��v?�֨�Foƃ���[b)`��|)�յ?.0d�w�e��l��k#T��0��P�hw<��b /�S��Ԝ[��֬ukk�k�LQs�L���u�Jiɬ;�RU% �Q�A��"�q�4o�u�L-���R��5g�� ���d��yZ W�w4�2x����~�3_b���E���p_f{��[��A��W���G��q���R�5�j�_��� ����(m�$ xA�d��t;Uq0V��1�QeГQO&�"BJ%�$t��z:��_a��K�h�E��ţ.��o�6#����_4���x�,�S�:�}�U�+�2n��=�1�):�ڑ���)q3'�)����Ήh"��=y'���L�>'�o�?�3����۞� Nї���+q}���ڿ���wPK '5�Z��`� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�iR'��vÆm�gGM��v���G� XE�Tb�������4����ݿM#yAg�3�r�`��Q?�m8ʘ&��@Ҋ �� �A�d�܌6u��)�=��:��1N���Lr�����zP���yB� �W�O� F G�{� ����<KT O]���/�y�/;�B��e�����/ex�E�y�R��w�1�c�}���iY^��*Q����dm�YuU�7��PK '5�ZЃ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 '5�Z��^z� � xl/sharedStrings.xml � (� e�AK�0��J�ݤ�AE�^� XO"8�c6���T������{���������'Fv� �1�VHm���~j�.n�b���B/�Zm˜YT�z�n��v� )]�CA����)"t< ���e�]�iՆ����Z��>f��t*pe.e�L�[)s{Կ�ޱ��ǃ��^��l��� o���=,a>/XXp4U�[Ic��G��Zs��u��v5PDS�=�]]��͊��i��PK- '5�Z;hM� 5 xl/workbook.xmlPK- '5�Z���� � [Content_Types].xmlPK- '5�Z��ږ' ' V _rels/.relsPK- '5�Z�Ö � xl/worksheets/sheet1.xmlPK- '5�Z��`� P � xl/_rels/workbook.xml.relsPK- '5�ZЃc'2 E � xl/styles.xmlPK- '5�Z��^z� � j xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK '5�Zfì� 5 xl/workbook.xml � (� ����0D�&�C�� hN\�z4Ж�5���H�yۙ�};�l��4f 5jWښ��O%c�����̄:�:c� 틙��[�� �g�$�2�#xi�����J���&� \��ո�HM�ぐji��8�(���]L���MU�_DE4(�i(��M�4�Ė2wQ`��p��y�q��wXŶ��PK '5�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 '5�Z�z�' ' _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="R40279bfd3fe442bc" /></Relationships>PK '5�Z�Ö xl/worksheets/sheet1.xml � (� ��MO� �� �n��v?�֨�Foƃ���[b)`��|)�յ?.0d�w�e��l��k#T��0��P�hw<��b /�S��Ԝ[��֬ukk�k�LQs�L���u�Jiɬ;�RU% �Q�A��"�q�4o�u�L-���R��5g�� ���d��yZ W�w4�2x����~�3_b���E���p_f{��[��A��W���G��q���R�5�j�_��� ����(m�$ xA�d��t;Uq0V��1�QeГQO&�"BJ%�$t��z:��_a��K�h�E��ţ.��o�6#����_4���x�,�S�:�}�U�+�2n��=�1�):�ڑ���)q3'�)����Ήh"��=y'���L�>'�o�?�3����۞� Nї���+q}���ڿ���wPK '5�Z���$� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8N�TM�aö���Q۲]�gc���V� �X��j4��'�|�lvo�D^0���XQA+����)�v��'��D4��$��Iɯ)���,b�<���.�"�4�yҪ,�iX2�Ig��!:�G�N�f��0}u� bra���O)�K`E�yT=�U�g�� �k ��L-�����;_�4Zp�\ʪ�����2FTO)�K/��党f�c��rU-W5z��/PK '5�ZЃ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 '5�Z��^z� � xl/sharedStrings.xml � (� e�AK�0��J�ݤ�AE�^� XO"8�c6���T������{���������'Fv� �1�VHm���~j�.n�b���B/�Zm˜YT�z�n��v� )]�CA����)"t< ���e�]�iՆ����Z��>f��t*pe.e�L�[)s{Կ�ޱ��ǃ��^��l��� o���=,a>/XXp4U�[Ic��G��Zs��u��v5PDS�=�]]��͊��i��PK- '5�Zfì� 5 xl/workbook.xmlPK- '5�Z���� � � [Content_Types].xmlPK- '5�Z�z�' ' U _rels/.relsPK- '5�Z�Ö � xl/worksheets/sheet1.xmlPK- '5�Z���$� P � xl/_rels/workbook.xml.relsPK- '5�ZЃc'2 E � xl/styles.xmlPK- '5�Z��^z� � g xl/sharedStrings.xmlPK � �