Secondary Feature List
retrieve:
Return a Sponsored website secondary feature instance.
list:
Return all Sponsored website secondary features, ordered by set order.
create:
Create a new Sponsored website secondary feature.
delete:
Remove an existing Sponsored website secondary feature.
partial_update:
Update one or more fields on an existing Sponsored website secondary feature.
update:
Update a Sponsored website secondary feature.
GET /api/sponsored/secondary_features/?public=true&status=1&limit=4&offset=0&state__state=null&feature_type=trytokr
{ "status": "success", "code": 200, "data": { "count": 2, "next": null, "previous": null, "results": [ { "id": "18444a2e-4ac2-45cb-beab-e522131b87a0", "title": "Cann", "title2": "Social Tonic.", "subtitle": "Low-dose, delicious, & perfect for your next gathering", "line_color": null, "button_text": "Learn More", "button_style": "{\"color\":\"#ffffff\",\"gradient_stop_1\":\"#d9d5d4\",\"gradient_stop_2\":\"#d8d4d3\"}", "image": "https://s3.us-east-2.amazonaws.com/trytokr/resources/static/uploads/features/ax8a-62re-njf7-72p5.jpg", "navigate_link": "http://www.trytokr.com/delivery/la/cann", "order": 2, "status": true, "feature_type": "trytokr", "created_at": "2020-01-08T23:27:56.433481Z", "updated_at": "2020-03-18T21:49:10.326933Z", "state": 5 }, { "id": "9636c8bf-7a0b-41b4-a2da-d6ace6c96831", "title": "420", "title2": "Essentials", "subtitle": "Celebrate at home with this curated box.", "line_color": null, "button_text": "Learn More", "button_style": "{\"color\":\"#ffffff\",\"gradient_stop_1\":\"#c8dade\",\"gradient_stop_2\":\"#c8dade\"}", "image": "https://s3.us-east-2.amazonaws.com/trytokr/resources/static/uploads/features/hld3-or1x-yl7a-etdy.jpg", "navigate_link": "https://www.trytokr.com/delivery/la/420-essentials-kit", "order": 4, "status": true, "feature_type": "trytokr", "created_at": "2019-05-07T06:34:22.999887Z", "updated_at": "2020-04-13T19:29:06.031742Z", "state": 5 } ] } }