GET {version}/GetFilingCommittees

Get Filing Committees

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

List of Filing Committees

Collection of PoliticalCommittee
NameDescriptionTypeAdditional 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": "85b8e4b4-053a-4baf-9a47-36f5dfe02f5b",
    "Name": "sample string 2",
    "IsActive": true,
    "IsJFC": true,
    "id": "85b8e4b4-053a-4baf-9a47-36f5dfe02f5b",
    "itemName": "sample string 2",
    "AllowOverLimit": true,
    "AuthorityName": "sample string 6",
    "AuthorityId": "aad4d8ee-96ef-45e2-a92a-f845ed4e2bb7",
    "AuthorityIsVirginia": false
  },
  {
    "GUID": "85b8e4b4-053a-4baf-9a47-36f5dfe02f5b",
    "Name": "sample string 2",
    "IsActive": true,
    "IsJFC": true,
    "id": "85b8e4b4-053a-4baf-9a47-36f5dfe02f5b",
    "itemName": "sample string 2",
    "AllowOverLimit": true,
    "AuthorityName": "sample string 6",
    "AuthorityId": "aad4d8ee-96ef-45e2-a92a-f845ed4e2bb7",
    "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>aad4d8ee-96ef-45e2-a92a-f845ed4e2bb7</AuthorityId>
    <AuthorityName>sample string 6</AuthorityName>
    <GUID>85b8e4b4-053a-4baf-9a47-36f5dfe02f5b</GUID>
    <IsActive>true</IsActive>
    <IsJFC>true</IsJFC>
    <Name>sample string 2</Name>
  </PoliticalCommittee>
  <PoliticalCommittee>
    <AllowOverLimit>true</AllowOverLimit>
    <AuthorityId>aad4d8ee-96ef-45e2-a92a-f845ed4e2bb7</AuthorityId>
    <AuthorityName>sample string 6</AuthorityName>
    <GUID>85b8e4b4-053a-4baf-9a47-36f5dfe02f5b</GUID>
    <IsActive>true</IsActive>
    <IsJFC>true</IsJFC>
    <Name>sample string 2</Name>
  </PoliticalCommittee>
</ArrayOfPoliticalCommittee>