GET api/JobSeeker/Profile/GetFeatureFlag
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FeatureFlagsName | Description | Type | Additional information |
---|---|---|---|
IsAwesomeFeatureEnabled | boolean |
None. |
|
IsEmployerDashboardBannerEnabled | boolean |
None. |
|
IsJobseekerPremiumEnabled | boolean |
None. |
|
IsHiringManagerEnabled | boolean |
None. |
|
HideRecruitingAndHiringRole | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "isAwesomeFeatureEnabled": true, "isEmployerDashboardBannerEnabled": true, "isJobseekerPremiumEnabled": true, "isHiringManagerEnabled": true, "hideRecruitingAndHiringRole": true }
application/xml, text/xml
Sample:
<FeatureFlags xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TTCMiddleTier.Services.ConfigurationServices"> <HideRecruitingAndHiringRole>true</HideRecruitingAndHiringRole> <IsAwesomeFeatureEnabled>true</IsAwesomeFeatureEnabled> <IsEmployerDashboardBannerEnabled>true</IsEmployerDashboardBannerEnabled> <IsHiringManagerEnabled>true</IsHiringManagerEnabled> <IsJobseekerPremiumEnabled>true</IsJobseekerPremiumEnabled> </FeatureFlags>