GET api/Objekt/{id}
Retrieves an object of type by its unique identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the object to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An representing the result of the operation. Returns an containing the requested object if found, or a if no object with the specified ID exists, or a if an error occurs during the operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.