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-06-14T06:33:24.591309",
      "startTime": 1,
      "endDate": "2025-06-14T06:33:24.591309",
      "endTime": 1,
      "recurrence": 1,
      "recurrenceType": 1,
      "monthType": 1,
      "weekDays": 1,
      "months": 1,
      "monthWeeks": 1,
      "monthDays": "sample string 3",
      "active": true,
      "deleted": true,
      "lastUpdated": "2025-06-14T06:33:24.591309",
      "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-06-14T06:33:24.591309",
            "updated": "2025-06-14T06:33:24.591309",
            "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-06-14T06:33:24.591309+00:00</d2p1:EndDate>
      <d2p1:EndTime>1</d2p1:EndTime>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastUpdated>2025-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+00:00</d2p1:EndDate>
      <d2p1:EndTime>1</d2p1:EndTime>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastUpdated>2025-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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-06-14T06:33:24.591309+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,4�Z�YS��5xl/workbook.xml �(�����0��&�C�����p��Ճ��nmmI[��o�@�������G�ƹ�|LoC�K�b
�B��@8�m�I�
�$��9)u��k�md����<���A�!Ѕ�+A�M��hK���>5{j�,��֝L–�M��]̊X0X�"P2;wQ�%��ixd�\ȼ7!D�@
��
�����PK,4�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
,4�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="R9a43149cef654f9e" /></Relationships>PK,4�Z�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,4�Z ھ��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8���i7lؖ^`b�����.г��H\�H�J,�t5��ӓf>�?6��id/���lE�#��l��)�;	��fO#�4�a,���@���yP=M27�M���1���3�#v��<_q�d�5��3���=:u���?����c�"���b?��/��ؓn`/*��l�Zk-ZD`�fj!�G
�^��BF�B`M�R���2=z��ѧK/���ں*U]Wd�Ŋ�����PK,4�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,4�Z�"�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-,4�Z�YS��5xl/workbook.xmlPK-,4�Z����	�[Content_Types].xmlPK-
,4�Z;!��''V_rels/.relsPK-,4�Z�Xi��xl/worksheets/sheet1.xmlPK-,4�Z ھ��P�xl/_rels/workbook.xml.relsPK-,4�ZЃc'2E
�xl/styles.xmlPK-,4�Z�"�b�z^xl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK,4�Z�4A��5xl/workbook.xml �(�����0D�&�C�����'.^=x_��6Ж�5���H�yۙ�};�h]���#�_�����1�%j�;;��;a���{1+���Z��h�gى9�!(k�T��3����KĠ��A�l7�TS����'���d6��o�J��")b@cM[@Ir�Ϛ攸R��v,�Y��������^a[~7_PK,4�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
,4�Z&�m�''_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="R3be8fe18a41c4a25" /></Relationships>PK,4�Z�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,4�Z�/��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�CҴU�nذ-���㨉�.г��H\�H�J,�t5��ӓf>�?6��q`/b�]���i���k���v�͞Ly"�~�,��؀MiZs��c�'r�c|1�4t|B}Ď�b�Ü�Lv8O��7�����i$���W��%`�~J�_�,2�c���*kQjZ�Ѧ����L-��@���;��h�
+��.��n*c1P��B���i^��))բVTU����Ư�b�PK,4�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,4�Z�"�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-,4�Z�4A��5xl/workbook.xmlPK-,4�Z����	��[Content_Types].xmlPK-
,4�Z&�m�''U_rels/.relsPK-,4�Z�Xi��xl/worksheets/sheet1.xmlPK-,4�Z�/��P�xl/_rels/workbook.xml.relsPK-,4�ZЃc'2E
�xl/styles.xmlPK-,4�Z�"�b�z]xl/sharedStrings.xmlPK��