GET api/categories/LeadFamlyCampaign
Get Lead Famly campaign section. Response is cached for 5 minutes in application and distributed cache.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Lead Famly campaign details
| Name | Description | Type | Additional information |
|---|---|---|---|
| LiveUrl |
Campaign's Live Url link |
string |
None. |
| ImageUrl |
Campaign's image url link to be shown at the mobile application |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"liveUrl": "sample string 1",
"imageUrl": "sample string 2"
}