GET api/communityorganisations?Skip={Skip}&Take={Take}&Search={Search}&State={State}&AllowDonations={AllowDonations}&OrderBy={OrderBy}&SortBy={SortBy}
List all CommunityOrganisations without relations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| Search | string |
None. |
|
| State | string |
None. |
|
| AllowDonations | boolean |
None. |
|
| OrderBy |
Field to sort by, defaults to name |
CommunityOrderBy |
None. |
| SortBy |
Direction to sort by, defaults to ascending |
SortOrder |
None. |
Body Parameters
None.
Response Information
Resource Description
PageList
PageListOfCommunityOrganisation| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of CommunityOrganisation |
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": "CommunityOrganisation",
"list": [
{
"$id": "2",
"id": 1,
"identifier": "R2KXDMmlIEiTt73IxAiD6A==",
"identifierGuid": "0c976247-a5c9-4820-93b7-bdc8c40883e8",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:27:05.9889173",
"promoPeriodEnd": "2026-04-03T06:27:05.9889173",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:27:05.9889173",
"deleted": true
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml, text/xml
Sample:
<PageListOfCommunityOrganisationunXrNFMR 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.Customers">
<d2p1:CommunityOrganisation>
<d2p1:ABN>sample string 15</d2p1:ABN>
<d2p1:Address1>sample string 9</d2p1:Address1>
<d2p1:Address2>sample string 10</d2p1:Address2>
<d2p1:AllowDonations>true</d2p1:AllowDonations>
<d2p1:City>sample string 11</d2p1:City>
<d2p1:Country>sample string 14</d2p1:Country>
<d2p1:Deleted>true</d2p1:Deleted>
<d2p1:Email>sample string 8</d2p1:Email>
<d2p1:ExternalID>sample string 5</d2p1:ExternalID>
<d2p1:Fax>sample string 7</d2p1:Fax>
<d2p1:ID>1</d2p1:ID>
<d2p1:Identifier>R2KXDMmlIEiTt73IxAiD6A==</d2p1:Identifier>
<d2p1:IdentifierGuid>0c976247-a5c9-4820-93b7-bdc8c40883e8</d2p1:IdentifierGuid>
<d2p1:LogoImageName>sample string 17</d2p1:LogoImageName>
<d2p1:LookupIdentifier>sample string 4</d2p1:LookupIdentifier>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Phone>sample string 6</d2p1:Phone>
<d2p1:PostCode>sample string 12</d2p1:PostCode>
<d2p1:PromoPeriodEnd>2026-04-03T06:27:05.9889173+00:00</d2p1:PromoPeriodEnd>
<d2p1:PromoPeriodStart>2026-04-03T06:27:05.9889173+00:00</d2p1:PromoPeriodStart>
<d2p1:State>sample string 13</d2p1:State>
<d2p1:TotalAmountAwarded>18.1</d2p1:TotalAmountAwarded>
<d2p1:Updated>2026-04-03T06:27:05.9889173+00:00</d2p1:Updated>
</d2p1:CommunityOrganisation>
<d2p1:CommunityOrganisation>
<d2p1:ABN>sample string 15</d2p1:ABN>
<d2p1:Address1>sample string 9</d2p1:Address1>
<d2p1:Address2>sample string 10</d2p1:Address2>
<d2p1:AllowDonations>true</d2p1:AllowDonations>
<d2p1:City>sample string 11</d2p1:City>
<d2p1:Country>sample string 14</d2p1:Country>
<d2p1:Deleted>true</d2p1:Deleted>
<d2p1:Email>sample string 8</d2p1:Email>
<d2p1:ExternalID>sample string 5</d2p1:ExternalID>
<d2p1:Fax>sample string 7</d2p1:Fax>
<d2p1:ID>1</d2p1:ID>
<d2p1:Identifier>R2KXDMmlIEiTt73IxAiD6A==</d2p1:Identifier>
<d2p1:IdentifierGuid>0c976247-a5c9-4820-93b7-bdc8c40883e8</d2p1:IdentifierGuid>
<d2p1:LogoImageName>sample string 17</d2p1:LogoImageName>
<d2p1:LookupIdentifier>sample string 4</d2p1:LookupIdentifier>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Phone>sample string 6</d2p1:Phone>
<d2p1:PostCode>sample string 12</d2p1:PostCode>
<d2p1:PromoPeriodEnd>2026-04-03T06:27:05.9889173+00:00</d2p1:PromoPeriodEnd>
<d2p1:PromoPeriodStart>2026-04-03T06:27:05.9889173+00:00</d2p1:PromoPeriodStart>
<d2p1:State>sample string 13</d2p1:State>
<d2p1:TotalAmountAwarded>18.1</d2p1:TotalAmountAwarded>
<d2p1:Updated>2026-04-03T06:27:05.9889173+00:00</d2p1:Updated>
</d2p1:CommunityOrganisation>
</List>
</PageListOfCommunityOrganisationunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK c3�\��� 5 xl/workbook.xml � (� ����0��&�C��`)��x��}�E�O�||K $���~;|�vl��GN������`̵Jp'mP�]���}1����Z�o�ʳs�d��^h�a]i�������V��hu<fO���2[��$l
�����"*�@bIk�@It�]ISJl!��!�\���va��wg���PK c3�\���� � [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
c3�\it�' ' _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="R9405b62cd31e44dd" /></Relationships>PK c3�\�� ؚ xl/worksheets/sheet1.xml � (� ��Mo�0@���{��dDiw��V�М0��W�w�Ϗ1�f�*i/0ּ7����Eu�,���/ �0��t-�CO�����2�y��x��[S�ֹ�![�Bq��}��Fq��t��J�tuR�w�b�"#:��V��G�j�R���uhAuS)�e˼����=0�)���)���G�����x�'����Ϻ�8�h߇�P���:�[BZ燔�ҝ
_��8: �A֮- �Q�6FIpʼU����qJ��*�Og�.~�Di��2���~��g����}�ً��Kf/Y<B"�hS�̲�>��f�㎗��0!��ѝm�?l��\��Gw&�� rI�X�ح vI��D�ȷ��N��NWN��5�~����r��'�����)z7��?%a�v;Y�w�
PK c3�\��{\� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�SL�"�n�R.0�'�ؑmh9[=R�P�Jm����h~OO��|�Xo�Ɓ�ɇ��
�L #���m[�)6
�����i"t�XZ���.�i�y��27�M���cJ}�'�Gl�?
Qp?g�-�.��蚦����i$� �W珡#���[�����<KT`;S�^�.EIe-s��wS�2P����g2�F�����\���t�ɼD�.=w��gjKi$�ZI-�S��j��/6_PK c3�\Ѓ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 c3�\����� � xl/sharedStrings.xml � (� m�AK�0��J�ݤ�AE�^,�'ڱ
�Ljf*�_oVa��{3�����G���H�ޘB+�>��J?v7gWZ�
�#a�Wd��u�,*G�+=����r?a 6qFʗטH�i�<'��'D ޞŅ
�H�>.$���j!��`�3�ե��:ci�.�A�xw���{ػ���`�����_�B.!�}���EN0+�D�?<��E��zsh��y�}�FL��z6��1��C^���y���<l�PK- c3�\��� 5 xl/workbook.xmlPK- c3�\���� � � [Content_Types].xmlPK-
c3�\it�' ' U _rels/.relsPK- c3�\�� ؚ � xl/worksheets/sheet1.xmlPK- c3�\��{\� P � xl/_rels/workbook.xml.relsPK- c3�\Ѓc'2 E
� xl/styles.xmlPK- c3�\����� � k xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK c3�\��۶ 5 xl/workbook.xml � (� ����0D�&�C��@@
)��x��}�EhK�5��B $��ξ9Y�?���G�rW���1��5�Ɏh�]k�?K��mU�����I������:5_i��ht
u�^+J�2�<�K�������b2���oJ�~3���x�,8���1g.W�p?gm�^b�F�i�|g�0)���PK c3�\���� � [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
c3�\)��$' ' _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="R16091b2b48a9482d" /></Relationships>PK c3�\�� ؚ xl/worksheets/sheet1.xml � (� ��Mo�0@���{��dDiw��V�М0��W�w�Ϗ1�f�*i/0ּ7����Eu�,���/ �0��t-�CO�����2�y��x��[S�ֹ�![�Bq��}��Fq��t��J�tuR�w�b�"#:��V��G�j�R���uhAuS)�e˼����=0�)���)���G�����x�'����Ϻ�8�h߇�P���:�[BZ燔�ҝ
_��8: �A֮- �Q�6FIpʼU����qJ��*�Og�.~�Di��2���~��g����}�ً��Kf/Y<B"�hS�̲�>��f�㎗��0!��ѝm�?l��\��Gw&�� rI�X�ح vI��D�ȷ��N��NWN��5�~����r��'�����)z7��?%a�v;Y�w�
PK c3�\ǟ�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞� NHP�n�a[zc�㨉�n�gc���V� �X��j4��'�|��6o�HN����`@�)��8&s��f���(S��v�#�+.
�)͏�Feq���3��1>L2�4�t�� {�c
K\3��<��ޘA�֫�.���>�EL@�2���"����T OZ���M�JٲZr���ZL���w���o�i�j��U7��2�~N!_z�,/Ժ�ռ�V�s��F��b�PK c3�\Ѓ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 c3�\����� � xl/sharedStrings.xml � (� m�AK�0��J�ݤ�AE�^,�'ڱ
�Ljf*�_oVa��{3�����G���H�ޘB+�>��J?v7gWZ�
�#a�Wd��u�,*G�+=����r?a 6qFʗטH�i�<'��'D ޞŅ
�H�>.$���j!��`�3�ե��:ci�.�A�xw���{ػ���`�����_�B.!�}���EN0+�D�?<��E��zsh��y�}�FL��z6��1��C^���y���<l�PK- c3�\��۶ 5 xl/workbook.xmlPK- c3�\���� � � [Content_Types].xmlPK-
c3�\)��$' ' U _rels/.relsPK- c3�\�� ؚ � xl/worksheets/sheet1.xmlPK- c3�\ǟ�� P � xl/_rels/workbook.xml.relsPK- c3�\Ѓc'2 E
� xl/styles.xmlPK- c3�\����� � l xl/sharedStrings.xmlPK � �