GET v1/Committees?sort={sort}
Gets the List of All Committees
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sort |
A comma delimited list of columns to sort by. Field are sorted in ascending order by default. To have a field sort in descending order, preface it with the minus (-) sign. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of GetAllCommitteesOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Goals | string |
None. |
|
| DateFounded | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Goals": "sample string 4",
"DateFounded": "2025-10-11T17:44:30.0444813+00:00"
},
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Goals": "sample string 4",
"DateFounded": "2025-10-11T17:44:30.0444813+00:00"
}
]
text/html
Sample:
[{"Id":1,"Name":"sample string 2","Description":"sample string 3","Goals":"sample string 4","DateFounded":"2025-10-11T17:44:30.0444813+00:00"},{"Id":1,"Name":"sample string 2","Description":"sample string 3","Goals":"sample string 4","DateFounded":"2025-10-11T17:44:30.0444813+00:00"}]
application/xml, text/xml
Sample:
<ArrayOfv1_Committees_CommitteesEndpointController.GetAllCommitteesOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_Committees_CommitteesEndpoint">
<v1_Committees_CommitteesEndpointController.GetAllCommitteesOutput>
<DateFounded>2025-10-11T17:44:30.0444813+00:00</DateFounded>
<Description>sample string 3</Description>
<Goals>sample string 4</Goals>
<Id>1</Id>
<Name>sample string 2</Name>
</v1_Committees_CommitteesEndpointController.GetAllCommitteesOutput>
<v1_Committees_CommitteesEndpointController.GetAllCommitteesOutput>
<DateFounded>2025-10-11T17:44:30.0444813+00:00</DateFounded>
<Description>sample string 3</Description>
<Goals>sample string 4</Goals>
<Id>1</Id>
<Name>sample string 2</Name>
</v1_Committees_CommitteesEndpointController.GetAllCommitteesOutput>
</ArrayOfv1_Committees_CommitteesEndpointController.GetAllCommitteesOutput>