GET api/v1/MobileCampaign/GetPopup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfMobileCampaignName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of MobileCampaign |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "Id": "f44f7960-3927-401e-8dc1-c723c222171e", "Title": "sample string 2", "Content": "sample string 3", "HeaderImageUrl": "sample string 4", "HeaderThumbnailImageUrl": "sample string 5", "IsCampaingNew": true, "StartDate": "2025-07-08T17:10:05.7298286+03:00", "EndDate": "2025-07-08T17:10:05.7298286+03:00", "Details": [ { "DetailId": "0b4bbda7-0465-4bff-bb21-ccabfc05ce7b", "OrderNumber": 2, "Subtitle": "sample string 3", "Content": "sample string 4", "DetailImageUrl": "sample string 5", "DetailThumbnailImageUrl": "sample string 6" }, { "DetailId": "0b4bbda7-0465-4bff-bb21-ccabfc05ce7b", "OrderNumber": 2, "Subtitle": "sample string 3", "Content": "sample string 4", "DetailImageUrl": "sample string 5", "DetailThumbnailImageUrl": "sample string 6" } ] }, { "Id": "f44f7960-3927-401e-8dc1-c723c222171e", "Title": "sample string 2", "Content": "sample string 3", "HeaderImageUrl": "sample string 4", "HeaderThumbnailImageUrl": "sample string 5", "IsCampaingNew": true, "StartDate": "2025-07-08T17:10:05.7298286+03:00", "EndDate": "2025-07-08T17:10:05.7298286+03:00", "Details": [ { "DetailId": "0b4bbda7-0465-4bff-bb21-ccabfc05ce7b", "OrderNumber": 2, "Subtitle": "sample string 3", "Content": "sample string 4", "DetailImageUrl": "sample string 5", "DetailThumbnailImageUrl": "sample string 6" }, { "DetailId": "0b4bbda7-0465-4bff-bb21-ccabfc05ce7b", "OrderNumber": 2, "Subtitle": "sample string 3", "Content": "sample string 4", "DetailImageUrl": "sample string 5", "DetailThumbnailImageUrl": "sample string 6" } ] } ], "IsShowMessage": true, "IsShowRateAndReview": true }