GET associations({associationId})/micpermissions
Method to get the MIC settings for an association
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| associationId | Association of interest |
Define this parameter in the request URI. |
Response Information
All of the MIC settings
Response body formats
application/json, text/json
Sample:
{
"CCID": 1,
"MemReps": 2,
"MemCatgs": 3,
"BusinessInfo": true,
"WebParticipation": true,
"LoginPwd": true,
"Keywords": true,
"Links": true,
"Photos": true,
"PinInfo": true,
"WebPageInfo": true,
"Events": true,
"HotDeals": true,
"Jobs": true,
"Marketplace": true,
"News": true,
"HotDealHits": true,
"JobPostingHits": true,
"LeadLists": true,
"Referrals": true,
"MarketSpaceHits": true,
"Profile": true,
"SponsorAdHits": true,
"WebPageHits": true,
"EditSearchResultIcon": true,
"HotDealLink": true,
"SponsorAdHits_ClickThroughs": true,
"Events_AddToMemberContext": true,
"Events_AddToPublicContext": true,
"FindMembers": true,
"FindMembers_CopyDetails": true,
"FindMembers_B2BEmail": 32,
"BillPay": true,
"MemberPage": true,
"UserManuals": true,
"RoomInfo": true,
"SiteInfo": true,
"Vacancy": true,
"AdsUpgContact": true,
"AccountActivity": true,
"CouponAutoApproval": true,
"Groups": true
}
application/xml, text/xml
Sample:
<MICPermissionsResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <AccountActivity>true</AccountActivity> <AdsUpgContact>true</AdsUpgContact> <BillPay>true</BillPay> <BusinessInfo>true</BusinessInfo> <CCID>1</CCID> <CouponAutoApproval>true</CouponAutoApproval> <EditSearchResultIcon>true</EditSearchResultIcon> <Events>true</Events> <Events_AddToMemberContext>true</Events_AddToMemberContext> <Events_AddToPublicContext>true</Events_AddToPublicContext> <FindMembers>true</FindMembers> <FindMembers_B2BEmail>32</FindMembers_B2BEmail> <FindMembers_CopyDetails>true</FindMembers_CopyDetails> <Groups>true</Groups> <HotDealHits>true</HotDealHits> <HotDealLink>true</HotDealLink> <HotDeals>true</HotDeals> <JobPostingHits>true</JobPostingHits> <Jobs>true</Jobs> <Keywords>true</Keywords> <LeadLists>true</LeadLists> <Links>true</Links> <LoginPwd>true</LoginPwd> <MarketSpaceHits>true</MarketSpaceHits> <Marketplace>true</Marketplace> <MemCatgs>3</MemCatgs> <MemReps>2</MemReps> <MemberPage>true</MemberPage> <News>true</News> <Photos>true</Photos> <PinInfo>true</PinInfo> <Profile>true</Profile> <Referrals>true</Referrals> <RoomInfo>true</RoomInfo> <SiteInfo>true</SiteInfo> <SponsorAdHits>true</SponsorAdHits> <SponsorAdHits_ClickThroughs>true</SponsorAdHits_ClickThroughs> <UserManuals>true</UserManuals> <Vacancy>true</Vacancy> <WebPageHits>true</WebPageHits> <WebPageInfo>true</WebPageInfo> <WebParticipation>true</WebParticipation> </MICPermissionsResource>