Last updated 7 days ago
Was this helpful?
The id of the package.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
GET /api/v1/packages/{packageId}/features HTTP/1.1 Host: protocol.jframework.io Brand-URL: text Accept: */*
The request was successful.
{ "success": true, "statusCode": 200, "message": "The request was successful.", "data": [ { "title": "Feature Title", "unit": "Feature Unit", "quantity": 10, "isUnlimited": false, "id": "sApKpllz4sAplsmzha", "parentBrandId": "Brand_ID", "eventId": "Event_ID", "type": "Function", "code": "Code", "name": "Feature Name", "image": "https://www.example.com/image.jpg", "styles": "{\"color\": \"red\"}", "description": "Feature Description", "tags": "Tag1, Tag2", "zOrder": 1, "status": "Active" } ], "errors": [] }