GET api/JobSearch/GetPortalDetails?PortalUrl={PortalUrl}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PortalUrl | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PortalDetailsOutputName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
SearchJobsById | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "searchJobsById": 3 }
application/xml, text/xml
Sample:
<PortalDetailsOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.Public.JobSearch"> <Id>1</Id> <Name>sample string 2</Name> <SearchJobsById>3</SearchJobsById> </PortalDetailsOutput>