POST {version}/GetTransactionFilingCommittees
Get Filing Committtees
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
QueryName | Description | Type | Additional information |
---|---|---|---|
ActiveOnly | boolean |
None. |
|
Ids | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ActiveOnly": true, "Ids": [ "b2151f84-6026-4245-ad63-3402a2953fd4", "6d28234d-f94f-4c67-921d-25ebdd24cb5b" ] }
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>b2151f84-6026-4245-ad63-3402a2953fd4</d2p1:guid> <d2p1:guid>6d28234d-f94f-4c67-921d-25ebdd24cb5b</d2p1:guid> </Ids> </Query>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "d77d856a-b39b-4fc3-a1ea-836eb83399da", "Name": "sample string 2", "IsActive": true, "IsJFC": true, "id": "d77d856a-b39b-4fc3-a1ea-836eb83399da", "itemName": "sample string 2", "AllowOverLimit": true, "AuthorityName": "sample string 6", "AuthorityId": "c5421f27-9d76-4320-8283-fd18b3b07ea7", "AuthorityIsVirginia": false }, { "GUID": "d77d856a-b39b-4fc3-a1ea-836eb83399da", "Name": "sample string 2", "IsActive": true, "IsJFC": true, "id": "d77d856a-b39b-4fc3-a1ea-836eb83399da", "itemName": "sample string 2", "AllowOverLimit": true, "AuthorityName": "sample string 6", "AuthorityId": "c5421f27-9d76-4320-8283-fd18b3b07ea7", "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>c5421f27-9d76-4320-8283-fd18b3b07ea7</AuthorityId> <AuthorityName>sample string 6</AuthorityName> <GUID>d77d856a-b39b-4fc3-a1ea-836eb83399da</GUID> <IsActive>true</IsActive> <IsJFC>true</IsJFC> <Name>sample string 2</Name> </PoliticalCommittee> <PoliticalCommittee> <AllowOverLimit>true</AllowOverLimit> <AuthorityId>c5421f27-9d76-4320-8283-fd18b3b07ea7</AuthorityId> <AuthorityName>sample string 6</AuthorityName> <GUID>d77d856a-b39b-4fc3-a1ea-836eb83399da</GUID> <IsActive>true</IsActive> <IsJFC>true</IsJFC> <Name>sample string 2</Name> </PoliticalCommittee> </ArrayOfPoliticalCommittee>