How to Fetch all Assets through GET API specific to the Requester?
Dear All,
We are using the GET API to view all the Assets using below input_data but we would like to filter it based user Login ID.
GET /api/v3/assets
input_data
{
"list_info": {
"row_count": 5,
"start_index": 0,
"sort_field": "id",
"sort_order": "asc",
"get_total_count": true
}
}
Regards,
Wajahath Farooq