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

List all playlists without relations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Search

string

None.

Active

boolean

None.

includeEnded

boolean

None.

Today

date

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

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-10-04T23:57:18.631733",
      "startTime": 1,
      "endDate": "2025-10-04T23:57:18.631733",
      "endTime": 1,
      "recurrence": 1,
      "recurrenceType": 1,
      "monthType": 1,
      "weekDays": 1,
      "months": 1,
      "monthWeeks": 1,
      "monthDays": "sample string 3",
      "active": true,
      "deleted": true,
      "lastUpdated": "2025-10-04T23:57:18.631733",
      "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-10-04T23:57:18.631733",
            "updated": "2025-10-04T23:57:18.631733",
            "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-10-04T23:57:18.631733+00:00</d2p1:EndDate>
      <d2p1:EndTime>1</d2p1:EndTime>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastUpdated>2025-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+00:00</d2p1:EndDate>
      <d2p1:EndTime>1</d2p1:EndTime>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastUpdated>2025-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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-10-04T23:57:18.631733+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)�D[��:�5xl/workbook.xml �(�����0D�&�C��h�(N\�z��"
�۴5���H�yۙ�};�Dv���Q�v�-x�ɄpM�
܁���*�Aڗ���
VԼj/NIrG��q|���r�"��G�j\P
���~�X>7{J�\��X��&KH����.�b��E���ș�dp���N1=��\���`�X�_PK)�D[����	�[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
)�D[�O�''_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="Rc5fe31c7567449c1" /></Relationships>PK)�D[�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͞8q
��i7l�-����Q;��B�Ƃ#q�"A*�`��h~OO��|�Xm�Ɓ�(�޻��FNyݻ��c2w5l֫
��D��Y^q�����yT�F������aĔ���	�;�,x�3�����C��􊞽:���`���!Z�l�����O)�K��L��
�pi�Fl%�{I��o��y������d��E)�V��T/n*c1�~I!_z�4/��t��B��J���Ư�b�PK)�D[Ѓ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)�D[�"�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-)�D[��:�5xl/workbook.xmlPK-)�D[����	��[Content_Types].xmlPK-
)�D[�O�''T_rels/.relsPK-)�D[�Xi��xl/worksheets/sheet1.xmlPK-)�D[����P�xl/_rels/workbook.xml.relsPK-)�D[Ѓc'2E
�xl/styles.xmlPK-)�D[�"�b�z\xl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK)�D[0��@�5xl/workbook.xml �(�����0��&�C��j()��x��}�E�O�5��B	$޼���~;r������G�2��.�	Au��`�i�Z�!Lҿ�m[Uci�F��xL�����:�/�X�<BCb�ÂҠ/�;����p�('c�;�L,!��]D�h�y	8�ν���3��ix$�����&xiR�{�I��.�PK)�D[����	�[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
)�D[kr��''_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="Rd2d7fc1af1d54d7c" /></Relationships>PK)�D[�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[��V}�Pxl/_rels/workbook.xml.rels �(���Mn�0F�b;��"�T6l�.`��IDbG�i��X�H�B-*�A�V��{z����c�y�
zgkZd��vMoۚ��<��Y�vTL���Ҋ
5u1NϜ�aT!sl��GS�[>)}R-x.��~Π{&;\&����5�N�G����9
��ok�)~�,Q��45�d�<j(4�D�,A�?L-�ˀ�����d DU�#rYHY>T�S�>�t�Ӽ<S�
�#7R�"/*�oj��/�_PK)�D[Ѓ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)�D[�"�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-)�D[0��@�5xl/workbook.xmlPK-)�D[����	��[Content_Types].xmlPK-
)�D[kr��''T_rels/.relsPK-)�D[�Xi��xl/worksheets/sheet1.xmlPK-)�D[��V}�P�xl/_rels/workbook.xml.relsPK-)�D[Ѓc'2E
�xl/styles.xmlPK-)�D[�"�b�z[xl/sharedStrings.xmlPK��