GET api/playlists?Skip={Skip}&Take={Take}&Search={Search}&Active={Active}&includeEnded={includeEnded}

List all playlists without relations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Skip

integer

None.

Take

integer

None.

Search

string

None.

Active

boolean

None.

includeEnded

boolean

None.

Body Parameters

None.

Response Information

Resource Description

PageList

PageListOfPlaylist
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of Playlist

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": "Playlist",
  "list": [
    {
      "$id": "2",
      "id": 1,
      "name": "sample string 2",
      "startDate": "2025-08-02T23:14:57.8313828",
      "startTime": 1,
      "endDate": "2025-08-02T23:14:57.8313828",
      "endTime": 1,
      "recurrence": 1,
      "recurrenceType": 1,
      "monthType": 1,
      "weekDays": 1,
      "months": 1,
      "monthWeeks": 1,
      "monthDays": "sample string 3",
      "active": true,
      "deleted": true,
      "lastUpdated": "2025-08-02T23:14:57.8313828",
      "updatedByUser": "sample string 4",
      "createdByUser": "sample string 5",
      "priority": 6,
      "playlistDetails": [
        {
          "$id": "3",
          "id": 1,
          "sortOrder": 2,
          "playlistID": 3,
          "advertID": 4,
          "duration": 5,
          "deleted": true,
          "advert": {
            "$id": "4",
            "id": 1,
            "fileName": "sample string 2",
            "extension": "sample string 3",
            "fileSize": 4,
            "isVideo": true,
            "deleted": true,
            "created": "2025-08-02T23:14:57.8313828",
            "updated": "2025-08-02T23:14:57.8313828",
            "imageData": "QEA=",
            "length": 7
          }
        },
        {
          "$ref": "3"
        }
      ],
      "playlistGroups": [
        {
          "$id": "5",
          "id": 1,
          "playlistID": 2,
          "storeID": 3,
          "zoneID": 4
        },
        {
          "$ref": "5"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml, text/xml

Sample:
<PageListOfPlaylistOBSna19_S 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.Adverts">
    <d2p1:Playlist>
      <d2p1:Active>true</d2p1:Active>
      <d2p1:CreatedByUser>sample string 5</d2p1:CreatedByUser>
      <d2p1:Deleted>true</d2p1:Deleted>
      <d2p1:EndDate>2025-08-02T23:14:57.8313828+00:00</d2p1:EndDate>
      <d2p1:EndTime>1</d2p1:EndTime>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastUpdated>2025-08-02T23:14:57.8313828+00:00</d2p1:LastUpdated>
      <d2p1:MonthDays>sample string 3</d2p1:MonthDays>
      <d2p1:MonthType>1</d2p1:MonthType>
      <d2p1:MonthWeeks>1</d2p1:MonthWeeks>
      <d2p1:Months>1</d2p1:Months>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PlaylistDetails>
        <d2p1:PlaylistDetail>
          <d2p1:Advert>
            <d2p1:Created>2025-08-02T23:14:57.8313828+00:00</d2p1:Created>
            <d2p1:Deleted>true</d2p1:Deleted>
            <d2p1:Extension>sample string 3</d2p1:Extension>
            <d2p1:FileName>sample string 2</d2p1:FileName>
            <d2p1:FileSize>4</d2p1:FileSize>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:ImageData>QEA=</d2p1:ImageData>
            <d2p1:IsVideo>true</d2p1:IsVideo>
            <d2p1:Length>7</d2p1:Length>
            <d2p1:Updated>2025-08-02T23:14:57.8313828+00:00</d2p1:Updated>
          </d2p1:Advert>
          <d2p1:AdvertID>4</d2p1:AdvertID>
          <d2p1:Deleted>true</d2p1:Deleted>
          <d2p1:Duration>5</d2p1:Duration>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>3</d2p1:PlaylistID>
          <d2p1:SortOrder>2</d2p1:SortOrder>
        </d2p1:PlaylistDetail>
        <d2p1:PlaylistDetail>
          <d2p1:Advert>
            <d2p1:Created>2025-08-02T23:14:57.8313828+00:00</d2p1:Created>
            <d2p1:Deleted>true</d2p1:Deleted>
            <d2p1:Extension>sample string 3</d2p1:Extension>
            <d2p1:FileName>sample string 2</d2p1:FileName>
            <d2p1:FileSize>4</d2p1:FileSize>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:ImageData>QEA=</d2p1:ImageData>
            <d2p1:IsVideo>true</d2p1:IsVideo>
            <d2p1:Length>7</d2p1:Length>
            <d2p1:Updated>2025-08-02T23:14:57.8313828+00:00</d2p1:Updated>
          </d2p1:Advert>
          <d2p1:AdvertID>4</d2p1:AdvertID>
          <d2p1:Deleted>true</d2p1:Deleted>
          <d2p1:Duration>5</d2p1:Duration>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>3</d2p1:PlaylistID>
          <d2p1:SortOrder>2</d2p1:SortOrder>
        </d2p1:PlaylistDetail>
      </d2p1:PlaylistDetails>
      <d2p1:PlaylistGroups>
        <d2p1:PlaylistGroup>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>2</d2p1:PlaylistID>
          <d2p1:StoreID>3</d2p1:StoreID>
          <d2p1:ZoneID>4</d2p1:ZoneID>
        </d2p1:PlaylistGroup>
        <d2p1:PlaylistGroup>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>2</d2p1:PlaylistID>
          <d2p1:StoreID>3</d2p1:StoreID>
          <d2p1:ZoneID>4</d2p1:ZoneID>
        </d2p1:PlaylistGroup>
      </d2p1:PlaylistGroups>
      <d2p1:Priority>6</d2p1:Priority>
      <d2p1:Recurrence>1</d2p1:Recurrence>
      <d2p1:RecurrenceType>1</d2p1:RecurrenceType>
      <d2p1:StartDate>2025-08-02T23:14:57.8313828+00:00</d2p1:StartDate>
      <d2p1:StartTime>1</d2p1:StartTime>
      <d2p1:UpdatedByUser>sample string 4</d2p1:UpdatedByUser>
      <d2p1:WeekDays>1</d2p1:WeekDays>
    </d2p1:Playlist>
    <d2p1:Playlist>
      <d2p1:Active>true</d2p1:Active>
      <d2p1:CreatedByUser>sample string 5</d2p1:CreatedByUser>
      <d2p1:Deleted>true</d2p1:Deleted>
      <d2p1:EndDate>2025-08-02T23:14:57.8313828+00:00</d2p1:EndDate>
      <d2p1:EndTime>1</d2p1:EndTime>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastUpdated>2025-08-02T23:14:57.8313828+00:00</d2p1:LastUpdated>
      <d2p1:MonthDays>sample string 3</d2p1:MonthDays>
      <d2p1:MonthType>1</d2p1:MonthType>
      <d2p1:MonthWeeks>1</d2p1:MonthWeeks>
      <d2p1:Months>1</d2p1:Months>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PlaylistDetails>
        <d2p1:PlaylistDetail>
          <d2p1:Advert>
            <d2p1:Created>2025-08-02T23:14:57.8313828+00:00</d2p1:Created>
            <d2p1:Deleted>true</d2p1:Deleted>
            <d2p1:Extension>sample string 3</d2p1:Extension>
            <d2p1:FileName>sample string 2</d2p1:FileName>
            <d2p1:FileSize>4</d2p1:FileSize>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:ImageData>QEA=</d2p1:ImageData>
            <d2p1:IsVideo>true</d2p1:IsVideo>
            <d2p1:Length>7</d2p1:Length>
            <d2p1:Updated>2025-08-02T23:14:57.8313828+00:00</d2p1:Updated>
          </d2p1:Advert>
          <d2p1:AdvertID>4</d2p1:AdvertID>
          <d2p1:Deleted>true</d2p1:Deleted>
          <d2p1:Duration>5</d2p1:Duration>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>3</d2p1:PlaylistID>
          <d2p1:SortOrder>2</d2p1:SortOrder>
        </d2p1:PlaylistDetail>
        <d2p1:PlaylistDetail>
          <d2p1:Advert>
            <d2p1:Created>2025-08-02T23:14:57.8313828+00:00</d2p1:Created>
            <d2p1:Deleted>true</d2p1:Deleted>
            <d2p1:Extension>sample string 3</d2p1:Extension>
            <d2p1:FileName>sample string 2</d2p1:FileName>
            <d2p1:FileSize>4</d2p1:FileSize>
            <d2p1:ID>1</d2p1:ID>
            <d2p1:ImageData>QEA=</d2p1:ImageData>
            <d2p1:IsVideo>true</d2p1:IsVideo>
            <d2p1:Length>7</d2p1:Length>
            <d2p1:Updated>2025-08-02T23:14:57.8313828+00:00</d2p1:Updated>
          </d2p1:Advert>
          <d2p1:AdvertID>4</d2p1:AdvertID>
          <d2p1:Deleted>true</d2p1:Deleted>
          <d2p1:Duration>5</d2p1:Duration>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>3</d2p1:PlaylistID>
          <d2p1:SortOrder>2</d2p1:SortOrder>
        </d2p1:PlaylistDetail>
      </d2p1:PlaylistDetails>
      <d2p1:PlaylistGroups>
        <d2p1:PlaylistGroup>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>2</d2p1:PlaylistID>
          <d2p1:StoreID>3</d2p1:StoreID>
          <d2p1:ZoneID>4</d2p1:ZoneID>
        </d2p1:PlaylistGroup>
        <d2p1:PlaylistGroup>
          <d2p1:ID>1</d2p1:ID>
          <d2p1:PlaylistID>2</d2p1:PlaylistID>
          <d2p1:StoreID>3</d2p1:StoreID>
          <d2p1:ZoneID>4</d2p1:ZoneID>
        </d2p1:PlaylistGroup>
      </d2p1:PlaylistGroups>
      <d2p1:Priority>6</d2p1:Priority>
      <d2p1:Recurrence>1</d2p1:Recurrence>
      <d2p1:RecurrenceType>1</d2p1:RecurrenceType>
      <d2p1:StartDate>2025-08-02T23:14:57.8313828+00:00</d2p1:StartDate>
      <d2p1:StartTime>1</d2p1:StartTime>
      <d2p1:UpdatedByUser>sample string 4</d2p1:UpdatedByUser>
      <d2p1:WeekDays>1</d2p1:WeekDays>
    </d2p1:Playlist>
  </List>
</PageListOfPlaylistOBSna19_S>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKܹ[��䤷5xl/workbook.xml �(�����0��&�C�`�")��x���"
�'m
>��o�vfg�6i;<��G�����{SP�%wmP�]���>H����D��n���i���ő{���q���a9c���G�r\P��~G��=N.�`�ug��%DS,¶����K���@�skK8���=ͳ6��=]��z�aco0F���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
ܹ[�X�''_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="R7198905839744a17" /></Relationships>PKܹ[�Xi�xl/worksheets/sheet1.xml �(���OO�0��Jӻ��?�,�f�f<�B�(]�n��-��b�-}����
��]��Ĕ�ˡ�aXWʊw�M}��u��R�uØ��J�1�BH�
T{��:�VK%��S�C��y�6�<
�D0��b-5v+���c�����h�"�v,%(�`�U�V������-���_8���1N�&�~�<V9ĎE��m��@�jzlͳ��5�6)rN)[�@�u���=�L����CK�Gm�x?�����#�_{�	NSc%Q��L~��}����E�͞�{~@���8Hq�\���.��
5�Ȕ�r˶�0��C�n�6Y۫=8C�����%�wK���%��%������+;Y8я�K"�����p��/k��kcR��������0��d���PKܹ[�D�$�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I��EM�aö��=N�6vd�@�Ƃ#q�"A*�`��h~OO��|�Xo��#{��Z(���fp]�d�l7�1��Sdy�����{Σ�i�X��\�XFL9
�P�#^	��0g�5������4=x}ɥ?��ՇC��=��R?��/�,2أiaW)i�R��K-WK��L-����w>�ija��T�ڢ��˛���<��/=w��gj��J�T�f%��^���_l�PKܹ[Ѓ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ܹ[�"�b�zxl/sharedStrings.xml �(�mP�J�0���w��*���r�bA�>�`H��pɦf�b�zs�!Tg��ٝr��x�D.b%7������Pɧ���J
b������ۺ$b��H���k�Ɏ�8feS0�a4M	LO#�ϋ�B�P
g�J^J1�{��9�\���n���\����{G��nZs�9��v���nY+�,����j��`9�D����x���y��Z�f���؃'�ku��U���ܗ�`�ǫ�PK-ܹ[��䤷5xl/workbook.xmlPK-ܹ[����	�[Content_Types].xmlPK-
ܹ[�X�''V_rels/.relsPK-ܹ[�Xi��xl/worksheets/sheet1.xmlPK-ܹ[�D�$�P�xl/_rels/workbook.xml.relsPK-ܹ[Ѓc'2E
�xl/styles.xmlPK-ܹ[�"�b�z`xl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKܹ[ul5xl/workbook.xml �(�����0��&�C�����'.^=x_�"
�%m
>��o�vfg��r�fxj=���-LE{禂1�{�`OzB�w�6����t�	���o�ʱ���0�#8����d�J��e'�����qEI���!���!p�Azc�����!��*l��(�X�P�[[шS?ܣk��y��9�8��;�d���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
ܹ[(%wE''_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="R6d2b3793f8074401" /></Relationships>PKܹ[�Xi�xl/worksheets/sheet1.xml �(���OO�0��Jӻ��?�,�f�f<�B�(]�n��-��b�-}����
��]��Ĕ�ˡ�aXWʊw�M}��u��R�uØ��J�1�BH�
T{��:�VK%��S�C��y�6�<
�D0��b-5v+���c�����h�"�v,%(�`�U�V������-���_8���1N�&�~�<V9ĎE��m��@�jzlͳ��5�6)rN)[�@�u���=�L����CK�Gm�x?�����#�_{�	NSc%Q��L~��}����E�͞�{~@���8Hq�\���.��
5�Ȕ�r˶�0��C�n�6Y۫=8C�����%�wK���%��%������+;Y8я�K"�����p��/k��kcR��������0��d���PKܹ[���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8N�4��vÆm���8��ؑ�=�����ĂMW��==i���c�{�B>�ζ �Y�To��Q?԰�n�4`L��S`iņL�Ӛ� 
�27�M���1����vċ<���3�����CtZ���<�d�`���)�쀾���O)�kY�{R-��Bԫ��V
ʲD���e������d�Q��E�]�6w�1�I=G�.=w��gj9.E�*)��*�ʯj��/�_PKܹ[Ѓ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ܹ[�"�b�zxl/sharedStrings.xml �(�mP�J�0���w��*���r�bA�>�`H��pɦf�b�zs�!Tg��ٝr��x�D.b%7������Pɧ���J
b������ۺ$b��H���k�Ɏ�8feS0�a4M	LO#�ϋ�B�P
g�J^J1�{��9�\���n���\����{G��nZs�9��v���nY+�,����j��`9�D����x���y��Z�f���؃'�ku��U���ܗ�`�ǫ�PK-ܹ[ul5xl/workbook.xmlPK-ܹ[����	�[Content_Types].xmlPK-
ܹ[(%wE''V_rels/.relsPK-ܹ[�Xi��xl/worksheets/sheet1.xmlPK-ܹ[���P�xl/_rels/workbook.xml.relsPK-ܹ[Ѓc'2E
�xl/styles.xmlPK-ܹ[�"�b�z_xl/sharedStrings.xmlPK��