GET api/store/{storeID}/labelPageLayouts?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
PageListOfLabelPageLayout| Name | 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": "4qwwYcWJBU29aIjFPO74ng==",
"guid": "6130ace2-89c5-4d05-bd68-88c53ceef89e",
"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": "M/eyfUd/tk2VJARhfhcT2w==",
"pageLayoutGuid": "7db2f733-7f47-4db6-9524-04617e1713db",
"labelDesignName": "sample string 2",
"smallLabel": true,
"orderLabel": 1
},
{
"$ref": "3"
}
],
"labelPrinters": [
{
"$id": "4",
"pageLayoutGuid": "4c77e4a6-b7c0-4c12-adbf-232b95322f53",
"storeID": 2,
"printerName": "sample string 3",
"storeName": "sample string 4"
},
{
"$ref": "4"
}
],
"labelDefaultSettings": [
{
"$id": "5",
"identifier": "3OMRKXOafkekPAh9z9n81g==",
"identifierGuid": "2911e3dc-9a73-477e-a43c-087dcfd9fcd6",
"pageLayoutG_UID": "+W9plTaBT0+comljPSm98Q==",
"pageLayoutGuid": "95696ff9-8136-4f4f-9ca2-69633d29bdf1",
"storeID": 3,
"printRequestType": 0
},
{
"$ref": "5"
}
]
},
{
"$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>4qwwYcWJBU29aIjFPO74ng==</d2p1:G_UId>
<d2p1:Guid>6130ace2-89c5-4d05-bd68-88c53ceef89e</d2p1:Guid>
<d2p1:LabelDefaultSettings>
<d2p1:LabelPageLayoutDefaultSetting>
<d2p1:Identifier>3OMRKXOafkekPAh9z9n81g==</d2p1:Identifier>
<d2p1:IdentifierGuid>2911e3dc-9a73-477e-a43c-087dcfd9fcd6</d2p1:IdentifierGuid>
<d2p1:PageLayoutG_UID>+W9plTaBT0+comljPSm98Q==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>95696ff9-8136-4f4f-9ca2-69633d29bdf1</d2p1:PageLayoutGuid>
<d2p1:PrintRequestType>Shelf</d2p1:PrintRequestType>
<d2p1:StoreID>3</d2p1:StoreID>
</d2p1:LabelPageLayoutDefaultSetting>
<d2p1:LabelPageLayoutDefaultSetting>
<d2p1:Identifier>3OMRKXOafkekPAh9z9n81g==</d2p1:Identifier>
<d2p1:IdentifierGuid>2911e3dc-9a73-477e-a43c-087dcfd9fcd6</d2p1:IdentifierGuid>
<d2p1:PageLayoutG_UID>+W9plTaBT0+comljPSm98Q==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>95696ff9-8136-4f4f-9ca2-69633d29bdf1</d2p1:PageLayoutGuid>
<d2p1:PrintRequestType>Shelf</d2p1:PrintRequestType>
<d2p1:StoreID>3</d2p1:StoreID>
</d2p1:LabelPageLayoutDefaultSetting>
</d2p1:LabelDefaultSettings>
<d2p1:LabelDesigns>
<d2p1:LabelPageLayoutDesign>
<d2p1:LabelDesignName>sample string 2</d2p1:LabelDesignName>
<d2p1:OrderLabel>1</d2p1:OrderLabel>
<d2p1:PageLayoutG_UID>M/eyfUd/tk2VJARhfhcT2w==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>7db2f733-7f47-4db6-9524-04617e1713db</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>M/eyfUd/tk2VJARhfhcT2w==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>7db2f733-7f47-4db6-9524-04617e1713db</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>4c77e4a6-b7c0-4c12-adbf-232b95322f53</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>4c77e4a6-b7c0-4c12-adbf-232b95322f53</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>4qwwYcWJBU29aIjFPO74ng==</d2p1:G_UId>
<d2p1:Guid>6130ace2-89c5-4d05-bd68-88c53ceef89e</d2p1:Guid>
<d2p1:LabelDefaultSettings>
<d2p1:LabelPageLayoutDefaultSetting>
<d2p1:Identifier>3OMRKXOafkekPAh9z9n81g==</d2p1:Identifier>
<d2p1:IdentifierGuid>2911e3dc-9a73-477e-a43c-087dcfd9fcd6</d2p1:IdentifierGuid>
<d2p1:PageLayoutG_UID>+W9plTaBT0+comljPSm98Q==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>95696ff9-8136-4f4f-9ca2-69633d29bdf1</d2p1:PageLayoutGuid>
<d2p1:PrintRequestType>Shelf</d2p1:PrintRequestType>
<d2p1:StoreID>3</d2p1:StoreID>
</d2p1:LabelPageLayoutDefaultSetting>
<d2p1:LabelPageLayoutDefaultSetting>
<d2p1:Identifier>3OMRKXOafkekPAh9z9n81g==</d2p1:Identifier>
<d2p1:IdentifierGuid>2911e3dc-9a73-477e-a43c-087dcfd9fcd6</d2p1:IdentifierGuid>
<d2p1:PageLayoutG_UID>+W9plTaBT0+comljPSm98Q==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>95696ff9-8136-4f4f-9ca2-69633d29bdf1</d2p1:PageLayoutGuid>
<d2p1:PrintRequestType>Shelf</d2p1:PrintRequestType>
<d2p1:StoreID>3</d2p1:StoreID>
</d2p1:LabelPageLayoutDefaultSetting>
</d2p1:LabelDefaultSettings>
<d2p1:LabelDesigns>
<d2p1:LabelPageLayoutDesign>
<d2p1:LabelDesignName>sample string 2</d2p1:LabelDesignName>
<d2p1:OrderLabel>1</d2p1:OrderLabel>
<d2p1:PageLayoutG_UID>M/eyfUd/tk2VJARhfhcT2w==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>7db2f733-7f47-4db6-9524-04617e1713db</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>M/eyfUd/tk2VJARhfhcT2w==</d2p1:PageLayoutG_UID>
<d2p1:PageLayoutGuid>7db2f733-7f47-4db6-9524-04617e1713db</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>4c77e4a6-b7c0-4c12-adbf-232b95322f53</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>4c77e4a6-b7c0-4c12-adbf-232b95322f53</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 2�\��� 5 xl/workbook.xml � (� ����0D�&�C���(FR8q�����m�-ik��-H�yۙ�};b������G�箠2�1g�75����]g���{1�u���6o�&���9 (k�T��+��B�%b�ÊҠ-�B���p��Vw6 [C�7%�~�(b@cA+@���ۂ&��\���v�j�^ ��:������~�_PK 2�\���� � [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�\t;S@' ' _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="R43c48765744a4191" /></Relationships>PK 2�\�Ö 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 2�\�u��� P xl/_rels/workbook.xml.rels � (� ��AN�0E�b͞� NL��ݰa[z�I2N�&vd�@�Ƃ#q,*A*�`ӕ5짧�lvo��^ȇ�Y
y&��m\;�N�)���m7{1�����4�1�k�C�ӄ!s3��1�OS�;>csĎx!D����Lv8���3fh��5��l��_�?��(;��(j���>�,Q�=��$V��Q��Y��L-��H���R/d�hH�)��X��T�GO�s�i�K�e�P�Z��]զ4B*�̉_���PK 2�\Ѓ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 2�\��^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- 2�\��� 5 xl/workbook.xmlPK- 2�\���� � � [Content_Types].xmlPK-
2�\t;S@' ' U _rels/.relsPK- 2�\�Ö � xl/worksheets/sheet1.xmlPK- 2�\�u��� P � xl/_rels/workbook.xml.relsPK- 2�\Ѓc'2 E
� xl/styles.xmlPK- 2�\��^z� � h xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK 2�\
��� 5 xl/workbook.xml � (� ����0��&�C��"b� '.^=x��V�O�||�o�vfg��b4������sW�.�3�������0NA��{1#�l�6�[��t<^���4�w�z���ay�Z�!5,(R�j�#���=%�>��X��&aK�����.�"��� �D�ޖ4���r�M�Y�rH��,xC7�+����PK 2�\���� � [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�\�2�' ' _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="Ra0dfe95e188f4b6b" /></Relationships>PK 2�\�Ö 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 2�\,��J� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8'JP�n�a[z�I�Ķl��Xp$��E%H%l����I3�����2��a���"ˁ��VMf���C���3�i"��$�����{�4�2�Ф��~�1�~�����y�P�f�-�/�C�ZO�V�4�0}��F��������R�ߡ�ȓ��PtZ�u%x%Z��B��e���u�W2]-t�k!��6�2#����O�^;��+5�J��F�%W�wW5z��/PK 2�\Ѓ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 2�\��^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- 2�\
��� 5 xl/workbook.xmlPK- 2�\���� � [Content_Types].xmlPK-
2�\�2�' ' V _rels/.relsPK- 2�\�Ö � xl/worksheets/sheet1.xmlPK- 2�\,��J� P � xl/_rels/workbook.xml.relsPK- 2�\Ѓc'2 E
� xl/styles.xmlPK- 2�\��^z� � h xl/sharedStrings.xmlPK � �