Search of Equipment Based on Attribute Values
This API will allow you to search a equipment based on its attributes values.
It accepts a key value, where <Key> is the internal attribute ID and the value is the String Value or Enum Value depending on the attribute type. It will accept multiple pairs of attribute ID and Values seperated by and operator. Currently only AND operation is supported. For example, /attributeSearch?$filter=CEC3DFF4634C492788AF479894AE4113 eq '266'.
Request
-
HTTP Method: GET
-
Example URL: Application_URL/services/api/v1/equipment/attributeSearch
-
Authorization: You must have the roles EQUIPMENT_EDIT or EQUIPMENT_DELETE or EQUIPMENT_READ assigned to your user IDin the SAP Cloud Platform account.
-
Request Schema: To know about fields that you can use in as request URI parameters, refer to the request schema in the https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment_attributeSearch_get file.
Response
On successful execution, the system gives the list of relevant equipment. For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment_attributeSearch_get.