WEBChaptersGetChapterList

 

WEBChaptersGetChapterList

Initial Build 2008.01
xWeb Web Method
Response Type XML results

This method returns a list of chapters which are currently configured in netFORUM.

Parameters

This method does not accept parameters.

Response

XML Results. A list of chapters, including the chapter code, name, description, website, charter date, and chapter type.

See WEBChaptersGetChapterByKey for more information on each field.

Sample Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>*************************</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBChaptersGetChapterList/>
</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>d4931ffc-4c4c-4446-818a-9f7dd093b344</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBChaptersGetChapterListResponse xmlns="http://www.avectra.com/2005/">
<WEBChaptersGetChapterListResult>
<Results recordReturn="4">
<Result>
<chp_cst_key>b747933c-602c-472b-bc92-e6b096d878bd</chp_cst_key>
<chp_code>AV_Chapter</chp_code>
<chp_name>AV_Chapter</chp_name>
<chp_description/>
<chp_chapter_number/>
<chp_website/>
<chp_charter_date/>
<asn_code>AV</asn_code>
<cht_code>RSR - Local Chapter</cht_code>
<chs_code/>
</Result>
<Result>
<chp_cst_key>3f938994-a689-4294-9836-5ffdeb659e4b</chp_cst_key>
<chp_code>GR-CHAPT</chp_code>
<chp_name>GR - Chapter Test</chp_name>
<chp_description/>
<chp_chapter_number/>
<chp_website/>
<chp_charter_date/>
<asn_code>RSR</asn_code>
<cht_code>RSR - State Chapter</cht_code>
<chs_code/>
</Result>
<Result>
<chp_cst_key>ebf0548b-605f-40cb-b14b-8087ae6162f9</chp_cst_key>
<chp_code>Linkage</chp_code>
<chp_name>Linkage chapter</chp_name>
<chp_description/>
<chp_chapter_number/>
<chp_website/>
<chp_charter_date/>
<asn_code>RSR</asn_code>
<cht_code>RSR - Local Chapter</cht_code>
<chs_code/>
</Result>
<Result>
<chp_cst_key>d17e0921-95f1-4013-88f6-5d79f41bd276</chp_cst_key>
<chp_code>RSR - CHAP</chp_code>
<chp_name>RSR - Member Chapter</chp_name>
<chp_description/>
<chp_chapter_number/>
<chp_website/>
<chp_charter_date/>
<asn_code>RSR</asn_code>
<cht_code>RSR - Local Chapter</cht_code>
<chs_code/>
</Result>
</Results>
</WEBChaptersGetChapterListResult>
</WEBChaptersGetChapterListResponse>
</soap:Body>
</soap:Envelope>

 

JSON Method

POST /xWeb/JSON/WEBChaptersGetChapterList


DATA: JSON
{
    "WEBChaptersGetChapterList": null
}

SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "Results": {
        "@recordReturn": "50",
        "Result": [
            {
                "chp_cst_key": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
                "chp_code": "ABC_CH1",
                "chp_name": "ABC Chapter1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "ABC Assoc",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "1cfb4737-e521-4d5d-ac62-ded4bd3b301d",
                "chp_code": "ABC_CH2",
                "chp_name": "ABC Chpater2",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "ABC Assoc",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "7006f0e6-25f1-4667-b766-ca689cd0031c",
                "chp_code": "Abila_CH1",
                "chp_name": "Abila Chapter1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Abila Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "41b7dbb8-9961-4e26-a913-eb024a3e3d92",
                "chp_code": "Abila_CH2",
                "chp_name": "Abila Chapter2",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Abila Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "5c131355-18ee-4119-8aea-3dc8b7fbe319",
                "chp_code": "dff",
                "chp_name": "asdfasd",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "132951_ASC",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "347a8c0f-38cd-46a7-915c-e08767b158c1",
                "chp_code": "Bell_CH1",
                "chp_name": "Bell Chapter1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Bell Assoc",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "e1bc867f-2327-4249-92b0-96e4ea9f7622",
                "chp_code": "Bell_CH2",
                "chp_name": "Bell Chapter2",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Bell Assoc",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "d99bb730-9cb6-44eb-a33f-270a6d78af02",
                "chp_code": "Chap_Code",
                "chp_name": "Chap_Name",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "132951_ASC",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "26d8f1ac-8dad-4fcf-8928-eba7e47b2d4d",
                "chp_code": "Chapter 1",
                "chp_name": "Chapter 1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "ABC Assoc",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "a8cb773e-9e69-4745-9fe0-ebf6b177312f",
                "chp_code": "C1602",
                "chp_name": "Chapter 1602",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Abila Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "fb720b66-d835-4c49-a229-df3d591fb6cb",
                "chp_code": "Cisco_CH1",
                "chp_name": "Cisco Chapter1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Cisco Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "0a981bdd-9c62-484b-bfbc-a914ca52953e",
                "chp_code": "Cisco_CH2",
                "chp_name": "Cisco Chapter2",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Cisco Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "3212108f-895f-43fb-9afb-073419131819",
                "chp_code": "DELL_CH1",
                "chp_name": "DELL Chapter1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "DELL Assoc",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "c4d08baa-8413-4886-94d5-1b4814811b43",
                "chp_code": "DELL_CH2",
                "chp_name": "DELL Chapter2",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "DELL Assoc",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "4fe1bf50-c55c-4744-99de-b76ca351083f",
                "chp_code": "INTACCTCH1",
                "chp_name": "INTACCT Chapter1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "INTACCT As",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "df0526a3-4485-4764-b827-88a43fb0956d",
                "chp_code": "INTACCTCH2",
                "chp_name": "INTACCT Chapter2",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "INTACCT As",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "745c51a5-16e9-405d-b7fc-132c714caab5",
                "chp_code": "MCurr_CH1",
                "chp_name": "MultiCurr Chapter1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "MCurr Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "832c528d-f455-4290-8749-e4c6939312df",
                "chp_code": "MCurr_CH2",
                "chp_name": "MultiCurr Chapter2",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "MCurr Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "e6eb982c-c9f5-4037-8ddd-d9f7f7f1c93e",
                "chp_code": "Code_123",
                "chp_name": "Name_123",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "CricketASC",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "82c7f627-09af-4561-a23a-5882af491c2a",
                "chp_code": "NC13zYkP",
                "chp_name": "Newest Chapter13zYkP",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NA13zYkP",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "34667b0f-2880-41f0-ba97-6b64b314c4b6",
                "chp_code": "NC3WDVnA",
                "chp_name": "Newest Chapter3WDVnA",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NA3WDVnA",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "e3afa7f7-7213-41b1-85a0-e85a8daccad2",
                "chp_code": "NCaECA96",
                "chp_name": "Newest ChapteraECA96",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAaECA96",
                "cht_code": "Newest chapter TypeaECA96",
                "chs_code": null
            },
            {
                "chp_cst_key": "0f7a4083-cb90-40b7-a625-ddb7ef877c9e",
                "chp_code": "NCbhZ8kV",
                "chp_name": "Newest ChapterbhZ8kV",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAbhZ8kV",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "92ea0402-94bf-40b7-ab2b-35593145cd40",
                "chp_code": "NCc34uXj",
                "chp_name": "Newest Chapterc34uXj",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAc34uXj",
                "cht_code": "Newest chapter Typec34uXj",
                "chs_code": null
            },
            {
                "chp_cst_key": "be4ea86d-64c9-4bc5-8c3c-c2aae59e93e1",
                "chp_code": "NCgn3wxm",
                "chp_name": "Newest Chaptergn3wxm",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NALi3yil",
                "cht_code": "Newest chapter Typegn3wxm",
                "chs_code": null
            },
            {
                "chp_cst_key": "1055522a-2833-4da8-b51b-732e4a213601",
                "chp_code": "NCGOjwUW",
                "chp_name": "Newest ChapterGOjwUW",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAGOjwUW",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "0ac523b0-f410-40df-8d44-d6cd347810d9",
                "chp_code": "NCgRLmr1",
                "chp_name": "Newest ChaptergRLmr1",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAgRLmr1",
                "cht_code": "Newest chapter TypegRLmr1",
                "chs_code": null
            },
            {
                "chp_cst_key": "eea27a29-7f9e-4843-b05a-52c1e84512ff",
                "chp_code": "NCHgx63O",
                "chp_name": "Newest ChapterHgx63O",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAHgx63O",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "3c5177bb-87d4-4364-ba54-abac93576a94",
                "chp_code": "NCIeVHrD",
                "chp_name": "Newest ChapterIeVHrD",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NApgpMwg",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "25545027-5f05-4d9a-8f74-acfcabadb327",
                "chp_code": "NCIKq8Oq",
                "chp_name": "Newest ChapterIKq8Oq",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAIKq8Oq",
                "cht_code": "Newest chapter TypeIKq8Oq",
                "chs_code": null
            },
            {
                "chp_cst_key": "1d6a0eb1-426f-467a-991e-643afe9c3bc4",
                "chp_code": "NCjA7LiB",
                "chp_name": "Newest ChapterjA7LiB",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAjA7LiB",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "3fb135ca-127f-4455-af68-5b013ddb45a0",
                "chp_code": "NCkCX4gZ",
                "chp_name": "Newest ChapterkCX4gZ",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAkCX4gZ",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "5ca3972d-8593-4b18-8014-3aef90de238a",
                "chp_code": "NCKL9XbR",
                "chp_name": "Newest ChapterKL9XbR",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NALi3yil",
                "cht_code": "Newest chapter TypeKL9XbR",
                "chs_code": null
            },
            {
                "chp_cst_key": "22a4e7a2-baf1-4f43-b3f9-8b27ad7ecbf5",
                "chp_code": "NCnx6koB",
                "chp_name": "Newest Chapternx6koB",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAtYGctz",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "519370bc-57ba-4702-bcc5-e98b84b70dd9",
                "chp_code": "NCoPCKB0",
                "chp_name": "Newest ChapteroPCKB0",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAoPCKB0",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "8f31b837-d1ec-4a81-bf7a-4c83fabe6b38",
                "chp_code": "NCOS9Q9i",
                "chp_name": "Newest ChapterOS9Q9i",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAOS9Q9i",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "ddc6ad81-3c81-4d4c-9c31-dce35edcf27a",
                "chp_code": "NCp0YBxg",
                "chp_name": "Newest Chapterp0YBxg",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NALi3yil",
                "cht_code": "Newest chapter Typep0YBxg",
                "chs_code": null
            },
            {
                "chp_cst_key": "a83deee3-7f86-4172-95e7-58f11b984fe9",
                "chp_code": "NCPUwHMh",
                "chp_name": "Newest ChapterPUwHMh",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAPUwHMh",
                "cht_code": "Newest chapter TypePUwHMh",
                "chs_code": null
            },
            {
                "chp_cst_key": "f17d69f0-73c5-45e1-8d5a-59c696ae2383",
                "chp_code": "NCrGMWP7",
                "chp_name": "Newest ChapterrGMWP7",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NArGMWP7",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "5d2cecd8-5ef9-45a1-a317-c2dd0d74dd77",
                "chp_code": "NCrVM49M",
                "chp_name": "Newest ChapterrVM49M",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NArVM49M",
                "cht_code": "Newest chapter TyperVM49M",
                "chs_code": null
            },
            {
                "chp_cst_key": "bd0ccd1e-b512-4470-82d8-32f8314d10c7",
                "chp_code": "NCS1oTzm",
                "chp_name": "Newest ChapterS1oTzm",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NALi3yil",
                "cht_code": "Newest chapter TypeS1oTzm",
                "chs_code": null
            },
            {
                "chp_cst_key": "d4f6a5a4-593b-4169-8e66-23affed675a2",
                "chp_code": "NCSuF8K4",
                "chp_name": "Newest ChapterSuF8K4",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NASuF8K4",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "c6772078-9ba4-42fd-a864-6adc63c4babb",
                "chp_code": "NCuX8IX7",
                "chp_name": "Newest ChapteruX8IX7",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAuB9GdG",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "c6355ae3-53bb-4486-a31c-2b3639da063a",
                "chp_code": "NCvTdaYG",
                "chp_name": "Newest ChaptervTdaYG",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAvTdaYG",
                "cht_code": "Newest chapter TypevTdaYG",
                "chs_code": null
            },
            {
                "chp_cst_key": "533616d6-3966-4975-92cc-45c0e29af815",
                "chp_code": "NCXOvCsQ",
                "chp_name": "Newest ChapterXOvCsQ",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAXOvCsQ",
                "cht_code": "Newest chapter TypeXOvCsQ",
                "chs_code": null
            },
            {
                "chp_cst_key": "1d012ddb-671d-4b8b-a718-93496b950d5b",
                "chp_code": "NCXxJwXz",
                "chp_name": "Newest ChapterXxJwXz",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAw3DpKL",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "dffc7077-bcb1-4c6b-8f21-366eba3bc7ba",
                "chp_code": "NCzDOfi6",
                "chp_name": "Newest ChapterzDOfi6",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "NAzDOfi6",
                "cht_code": "State",
                "chs_code": null
            },
            {
                "chp_cst_key": "6d73b685-e461-4f9f-a89c-0c9abddcc370",
                "chp_code": "SwapChapte",
                "chp_name": "SwapChapte",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Abila Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "fb0a5949-3e1e-46a9-b45e-0b64dda906a3",
                "chp_code": "TC49593_Ch",
                "chp_name": "TC49593_Chapter",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "Abila Asso",
                "cht_code": "Chapter",
                "chs_code": null
            },
            {
                "chp_cst_key": "5ef8e072-d962-4431-84f7-84cf21e1be6f",
                "chp_code": "T0123456",
                "chp_name": "Test Chapter0001",
                "chp_description": null,
                "chp_chapter_number": null,
                "chp_website": null,
                "chp_charter_date": null,
                "asn_code": "T0123",
                "cht_code": "Chapter",
                "chs_code": null
            }
        ]
    }
}

 

Related Functionality

Chapter

Recommendations

Information about chapters 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.

Was this article helpful?
0 out of 0 found this helpful