| Name | Description |
|---|---|
| getGenericList | SDK for Getting Generic List. |
| input properties | |
| requestdata: object | The input data as json, ex: {type:"recipe", limit:20} |
| callback: function | Callback function to be called when Generic List response is ready. |
| output properties | |
| callback: function | Callback function is returned with Error and Data( Ex: callback(error, responsedata) ) |
| error: Error | Error object with error details( For success: it is null ) |
| responsedata: object | Data object in JSON format with generic list details( Ex: "genericList":{"type":"wishlist","totalEntries": 2,"entries":[{"entryid": "555555", "data":"this is test data"}, {"entryid": "666666","data": "this is test data"}]}. |