GET {version}/GetFilingCommittees
Get Filing Committees
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of Filing Committees
Collection of PoliticalCommitteeName | Description | Type | Additional information |
---|---|---|---|
GUID | globally unique identifier |
None. |
|
Name | string |
None. |
|
IsActive | boolean |
None. |
|
IsJFC | boolean |
None. |
|
id | string |
None. |
|
itemName | string |
None. |
|
AllowOverLimit | boolean |
None. |
|
AuthorityName | string |
None. |
|
AuthorityId | globally unique identifier |
None. |
|
AuthorityIsVirginia | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GUID": "66c72e25-79de-4a41-b8e0-f31aa7d0ba05", "Name": "sample string 2", "IsActive": true, "IsJFC": true, "id": "66c72e25-79de-4a41-b8e0-f31aa7d0ba05", "itemName": "sample string 2", "AllowOverLimit": true, "AuthorityName": "sample string 6", "AuthorityId": "189a7742-f870-4833-a521-6dd904cd54e8", "AuthorityIsVirginia": false }, { "GUID": "66c72e25-79de-4a41-b8e0-f31aa7d0ba05", "Name": "sample string 2", "IsActive": true, "IsJFC": true, "id": "66c72e25-79de-4a41-b8e0-f31aa7d0ba05", "itemName": "sample string 2", "AllowOverLimit": true, "AuthorityName": "sample string 6", "AuthorityId": "189a7742-f870-4833-a521-6dd904cd54e8", "AuthorityIsVirginia": false } ]
application/xml, text/xml
Sample:
<ArrayOfPoliticalCommittee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <PoliticalCommittee> <AllowOverLimit>true</AllowOverLimit> <AuthorityId>189a7742-f870-4833-a521-6dd904cd54e8</AuthorityId> <AuthorityName>sample string 6</AuthorityName> <GUID>66c72e25-79de-4a41-b8e0-f31aa7d0ba05</GUID> <IsActive>true</IsActive> <IsJFC>true</IsJFC> <Name>sample string 2</Name> </PoliticalCommittee> <PoliticalCommittee> <AllowOverLimit>true</AllowOverLimit> <AuthorityId>189a7742-f870-4833-a521-6dd904cd54e8</AuthorityId> <AuthorityName>sample string 6</AuthorityName> <GUID>66c72e25-79de-4a41-b8e0-f31aa7d0ba05</GUID> <IsActive>true</IsActive> <IsJFC>true</IsJFC> <Name>sample string 2</Name> </PoliticalCommittee> </ArrayOfPoliticalCommittee>