API search assets by serial number
Hello,
I try to connect an external application via API to SD+. For this I try to find out how to get a single asset via serial number. In the documentation I only find the solution to get a list of assets but I cannot use any search criteria.
I tried it this way but without any
'list_info' => array(
'row_count' => 2,
'start_index' => 1,
'sort_field' => "id",
'search_fields' => array(
'serial_number' => $serial
)
)
How can I get a single asset by a search criteria?
Thank you
Andreas
New to ADSelfService Plus?