GET api/OpportunityLighthouse/Index?jobId={jobId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JobDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RedirectUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"redirectUrl": "sample string 1"
}
application/xml, text/xml
Sample:
<JobDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Controllers.Public"> <RedirectUrl>sample string 1</RedirectUrl> </JobDto>