WEBCommitteeGet

Initial Build

2008.01

xWEB

Web Method

Response Type

object

The WEBCommitteeGet method can be used to get information about a specific committee.

Parameters

The request contains the following parameters:

Name Type Occurs Description
key guid 1..1 The primary key of the committee.

Response

CommitteeType

Sample Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<!--Optional:-->
<ns:Token>2306bae2-4f6f-499c-8b8b-daffb79abb9b</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBCommitteeGet>
<ns:key>739b60f7-bbdb-4863-9ed4-f20c8f036f9c</ns:key>
</ns:WEBCommitteeGet>
</soapenv:Body>
</soapenv:Envelope>

Sample Response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>70dcbfff-e5e9-4fec-9e25-0fc043dbf1b2</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBCommitteeGetResponse xmlns="http://www.avectra.com/2005/">
<WEBCommitteeGetResult>
<CurrentKey>4b0d5203-6840-401b-8b1f-a239c80d42d0</CurrentKey>
<Committee>
<cmt_key>4b0d5203-6840-401b-8b1f-a239c80d42d0</cmt_key>
<cmt_asn_code>RSR</cmt_asn_code>
<cmt_code>RSR-COMONE</cmt_code>
<cmt_ctp_code>RSR</cmt_ctp_code>
<cmt_name>RSR - Committee One</cmt_name>
<cmt_add_date>10/24/2011</cmt_add_date>
<cmt_add_user>rsarangarajan</cmt_add_user>
<cmt_change_date>01/04/2012</cmt_change_date>
<cmt_change_user>dhopkins</cmt_change_user>
<cmt_delete_flag>0</cmt_delete_flag>
<cmt_key_ext>4b0d5203-6840-401b-8b1f-a239c80d42d0</cmt_key_ext>
<cmt_parent_key>e1010c3e-2600-4456-a2ac-584b6e728ecf</cmt_parent_key>
<cmt_cst_key>0c67663c-e7cb-4886-8e49-db60e6f398ca</cmt_cst_key>
</Committee>
<Parent_Committee>
<cmp__cmt_key>e1010c3e-2600-4456-a2ac-584b6e728ecf</cmp__cmt_key>
<cmp__cmt_asn_code>AV</cmp__cmt_asn_code>
<cmp__cmt_code>AVCmt</cmp__cmt_code>
<cmp__cmt_ctp_code>AV</cmp__cmt_ctp_code>
<cmp__cmt_name>AV_Committee</cmp__cmt_name>
<cmp__cmt_add_date>11/08/2011</cmp__cmt_add_date>
<cmp__cmt_add_user>jpieron</cmp__cmt_add_user>
<cmp__cmt_delete_flag>0</cmp__cmt_delete_flag>
<cmp__cmt_key_ext>e1010c3e-2600-4456-a2ac-584b6e728ecf</cmp__cmt_key_ext>
</Parent_Committee>
<Customer>
<cst_key>0c67663c-e7cb-4886-8e49-db60e6f398ca</cst_key>
<cst_type>Organization</cst_type>
<cst_name_cp>Trump Association Management</cst_name_cp>
<cst_sort_name_dn>Trump Association Management</cst_sort_name_dn>
<cst_org_name_dn>Trump Association Management</cst_org_name_dn>
<cst_add_date>10/18/2011</cst_add_date>
<cst_add_user>rsarangarajan</cst_add_user>
<cst_change_date>11/14/2011</cst_change_date>
<cst_change_user>rsarangarajan</cst_change_user>
<cst_delete_flag>0</cst_delete_flag>
<cst_recno>86618</cst_recno>
<cst_id>000086618O</cst_id>
<cst_email_text_only>0</cst_email_text_only>
<cst_credit_limit>0.00</cst_credit_limit>
<cst_tax_exempt_flag>0</cst_tax_exempt_flag>
<cst_cxa_key>7672a576-5bbe-4918-afc7-8ce7366dbc32</cst_cxa_key>
<cst_no_email_flag>0</cst_no_email_flag>
<cst_no_phone_flag>0</cst_no_phone_flag>
<cst_no_fax_flag>0</cst_no_fax_flag>
<cst_no_web_flag>0</cst_no_web_flag>
<cst_member_flag>0</cst_member_flag>
<cst_no_msg_flag>0</cst_no_msg_flag>
<cst_no_mail_flag>0</cst_no_mail_flag>
<cst_web_force_password_change>0</cst_web_force_password_change>
<cst_web_login_disabled_flag>0</cst_web_login_disabled_flag>
<cst_credit_hold_flag>0</cst_credit_hold_flag>
<cst_web_forgot_password_status>0</cst_web_forgot_password_status>
<cst_no_publish_flag>0</cst_no_publish_flag>
<cst_score>0.7000</cst_score>
<cst_score_normalized>25</cst_score_normalized>
<cst_score_trend>2</cst_score_trend>
<cst_exclude_from_social_flag>0</cst_exclude_from_social_flag>
</Customer>
</WEBCommitteeGetResult>
</WEBCommitteeGetResponse>
</soap:Body>
</soap:Envelope>
   

JSON Method

POST /xWeb/JSON/WEBCommitteeGet

Copy
DATA: JSON
{
    "WEBCommitteeGet": {
        "key": "{{cmtKeyActiveCommittee}}"
    }
}

 

Copy
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "CommitteeType": {
        "CurrentKey": "733f41ba-fe04-4449-b74e-0027850a0d08",
        "Committee": {
            "cmt_key": "733f41ba-fe04-4449-b74e-0027850a0d08",
            "cmt_asn_code": "NALi3yil",
            "cmt_code": "Cod0CFOXK",
            "cmt_ctp_code": "Committee TypeXvM9tF",
            "cmt_name": "CommitteeNameCustom0CFOXK",
            "cmt_begin_date": "2021-07-09T00:00:00+12:00",
            "cmt_end_date": "2022-07-09T00:00:00+12:00",
            "cmt_add_date": "2021-07-09T23:43:00+12:00",
            "cmt_add_user": "netforumapp",
            "cmt_delete_flag": "0",
            "cmt_key_ext": "733f41ba-fe04-4449-b74e-0027850a0d08",
            "cmt_description": "CommitteeDesc0CFOXK"
        },
        "Parent_Committee": null,
        "Customer": null,
        "Committee_Participant": null
    }
}

 

 

Related Functionality

Committee

Recommendations

Information about a Committee rarely changes. Therefore we recommend you cache these results and get a new list on a regular interval, especially in a high-traffic application that calls this method frequently.