POST {version}/GetTransactionFilingCommittees
Get Filing Committtees
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
Query| Name | Description | Type | Additional information |
|---|---|---|---|
| ActiveOnly | boolean |
None. |
|
| Ids | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActiveOnly": true,
"Ids": [
"f29ae247-f0af-4df5-922b-2877a4084704",
"a8cdc05a-e059-4e43-bd7a-1b753451031b"
]
}
application/xml, text/xml
Sample:
<Query xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<ActiveOnly>true</ActiveOnly>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f29ae247-f0af-4df5-922b-2877a4084704</d2p1:guid>
<d2p1:guid>a8cdc05a-e059-4e43-bd7a-1b753451031b</d2p1:guid>
</Ids>
</Query>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of Filing Committees
Collection of PoliticalCommittee| Name | 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": "59c7cb62-360e-4565-ac8d-a1d1fae0f452",
"Name": "sample string 2",
"IsActive": true,
"IsJFC": true,
"id": "59c7cb62-360e-4565-ac8d-a1d1fae0f452",
"itemName": "sample string 2",
"AllowOverLimit": true,
"AuthorityName": "sample string 6",
"AuthorityId": "a9fcac7a-02fc-4bb8-adc2-1ab68470e4ca",
"AuthorityIsVirginia": false
},
{
"GUID": "59c7cb62-360e-4565-ac8d-a1d1fae0f452",
"Name": "sample string 2",
"IsActive": true,
"IsJFC": true,
"id": "59c7cb62-360e-4565-ac8d-a1d1fae0f452",
"itemName": "sample string 2",
"AllowOverLimit": true,
"AuthorityName": "sample string 6",
"AuthorityId": "a9fcac7a-02fc-4bb8-adc2-1ab68470e4ca",
"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>a9fcac7a-02fc-4bb8-adc2-1ab68470e4ca</AuthorityId>
<AuthorityName>sample string 6</AuthorityName>
<GUID>59c7cb62-360e-4565-ac8d-a1d1fae0f452</GUID>
<IsActive>true</IsActive>
<IsJFC>true</IsJFC>
<Name>sample string 2</Name>
</PoliticalCommittee>
<PoliticalCommittee>
<AllowOverLimit>true</AllowOverLimit>
<AuthorityId>a9fcac7a-02fc-4bb8-adc2-1ab68470e4ca</AuthorityId>
<AuthorityName>sample string 6</AuthorityName>
<GUID>59c7cb62-360e-4565-ac8d-a1d1fae0f452</GUID>
<IsActive>true</IsActive>
<IsJFC>true</IsJFC>
<Name>sample string 2</Name>
</PoliticalCommittee>
</ArrayOfPoliticalCommittee>