POST {version}/GetTransactionFilingCommittees

Get Filing Committtees

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Query
NameDescriptionTypeAdditional information
ActiveOnly

boolean

None.

Ids

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ActiveOnly": true,
  "Ids": [
    "ebf97a2a-2043-4b4c-936f-3acd264c5bdb",
    "133f0572-2c10-43d4-933f-a040e95f2119"
  ]
}

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>ebf97a2a-2043-4b4c-936f-3acd264c5bdb</d2p1:guid>
    <d2p1:guid>133f0572-2c10-43d4-933f-a040e95f2119</d2p1:guid>
  </Ids>
</Query>

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "571776a5-3686-42fe-ae0a-e6cbb39e2300",
    "Name": "sample string 2",
    "IsActive": true,
    "IsJFC": true,
    "id": "571776a5-3686-42fe-ae0a-e6cbb39e2300",
    "itemName": "sample string 2",
    "AllowOverLimit": true,
    "AuthorityName": "sample string 6",
    "AuthorityId": "3ac7f07a-6e5a-42de-9c80-e88c5d288907",
    "AuthorityIsVirginia": false
  },
  {
    "GUID": "571776a5-3686-42fe-ae0a-e6cbb39e2300",
    "Name": "sample string 2",
    "IsActive": true,
    "IsJFC": true,
    "id": "571776a5-3686-42fe-ae0a-e6cbb39e2300",
    "itemName": "sample string 2",
    "AllowOverLimit": true,
    "AuthorityName": "sample string 6",
    "AuthorityId": "3ac7f07a-6e5a-42de-9c80-e88c5d288907",
    "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>3ac7f07a-6e5a-42de-9c80-e88c5d288907</AuthorityId>
    <AuthorityName>sample string 6</AuthorityName>
    <GUID>571776a5-3686-42fe-ae0a-e6cbb39e2300</GUID>
    <IsActive>true</IsActive>
    <IsJFC>true</IsJFC>
    <Name>sample string 2</Name>
  </PoliticalCommittee>
  <PoliticalCommittee>
    <AllowOverLimit>true</AllowOverLimit>
    <AuthorityId>3ac7f07a-6e5a-42de-9c80-e88c5d288907</AuthorityId>
    <AuthorityName>sample string 6</AuthorityName>
    <GUID>571776a5-3686-42fe-ae0a-e6cbb39e2300</GUID>
    <IsActive>true</IsActive>
    <IsJFC>true</IsJFC>
    <Name>sample string 2</Name>
  </PoliticalCommittee>
</ArrayOfPoliticalCommittee>