GET api/Objekt?search={search}
Retrieves a list of objects that match the specified search criteria.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| search |
The search term used to filter the objects by their name, remarks, inventory number, serial number, or manufacturer. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the operation. Returns a 200 OK response with a list of matching objects if found, or a 404 Not Found response if no objects match the search criteria, or a 400 Bad Request response in case of an error.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.