GET api/FeaturesJobSeeker/GetPageSetup?PortalUrl={PortalUrl}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PortalUrl | string |
None. |
Body Parameters
None.
Response Information
Resource Description
FeaturesJobSeekerPageSetupOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ActiveDistrictCount | integer |
None. |
|
| FormattedActiveDistrictCount | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"activeDistrictCount": 1,
"formattedActiveDistrictCount": "sample string 2"
}
application/xml, text/xml
Sample:
<FeaturesJobSeekerPageSetupOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.Public.FeaturesJobSeeker"> <ActiveDistrictCount>1</ActiveDistrictCount> <FormattedActiveDistrictCount>sample string 2</FormattedActiveDistrictCount> </FeaturesJobSeekerPageSetupOutput>