Hello,
I am working on TMF639 api and looking for below solution:
User can search list of resource based on some resourceCharacteristic name and value.
what should be the standard request parameter for this URL ? GET /tmf-api/resourceInventoryManagement/v4/resource?@type=MSISDN&
<resourceCharacteristic name and value.>List of resource should be retrieved which having
resource characteristic premiumValue as goldAnd Response will be like :
[
{"@type": "MSISDN","resourceStatus","value": "0170123456","available","resourceCharacteristic": [ { "name": "premiumValue", "valueType": "string", "value": "gold" } ]},
{"@type": "MSISDN","resourceStatus","value": "0170123457", "available","resourceCharacteristic": [ { "name": "premiumValue", "valueType": "string", "value": "gold" } ]},
]
Please suggest.
------------------------------
Best Regards,
Ashok Hathal
------------------------------