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": [ "a4dfe015-1306-469d-b417-0bba6ba36eb4", "d0e9e7e9-876f-440e-9525-c4d3ff784e0b" ] }
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>a4dfe015-1306-469d-b417-0bba6ba36eb4</d2p1:guid> <d2p1:guid>d0e9e7e9-876f-440e-9525-c4d3ff784e0b</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": "84521ee8-277b-4c4e-9094-c8a7c3bdc5f1", "Name": "sample string 2", "IsActive": true, "IsJFC": true, "id": "84521ee8-277b-4c4e-9094-c8a7c3bdc5f1", "itemName": "sample string 2", "AllowOverLimit": true, "AuthorityName": "sample string 6", "AuthorityId": "52dff199-77a9-4765-adae-f9b52a7f00f3", "AuthorityIsVirginia": false }, { "GUID": "84521ee8-277b-4c4e-9094-c8a7c3bdc5f1", "Name": "sample string 2", "IsActive": true, "IsJFC": true, "id": "84521ee8-277b-4c4e-9094-c8a7c3bdc5f1", "itemName": "sample string 2", "AllowOverLimit": true, "AuthorityName": "sample string 6", "AuthorityId": "52dff199-77a9-4765-adae-f9b52a7f00f3", "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>52dff199-77a9-4765-adae-f9b52a7f00f3</AuthorityId> <AuthorityName>sample string 6</AuthorityName> <GUID>84521ee8-277b-4c4e-9094-c8a7c3bdc5f1</GUID> <IsActive>true</IsActive> <IsJFC>true</IsJFC> <Name>sample string 2</Name> </PoliticalCommittee> <PoliticalCommittee> <AllowOverLimit>true</AllowOverLimit> <AuthorityId>52dff199-77a9-4765-adae-f9b52a7f00f3</AuthorityId> <AuthorityName>sample string 6</AuthorityName> <GUID>84521ee8-277b-4c4e-9094-c8a7c3bdc5f1</GUID> <IsActive>true</IsActive> <IsJFC>true</IsJFC> <Name>sample string 2</Name> </PoliticalCommittee> </ArrayOfPoliticalCommittee>