GET api/stempel/{id}

Retrieves a specific "Stempel" (time stamp) record by its ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the "Stempel" record to retrieve.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. Returns an with the "Stempel" data if found, a if no record is found, or a if an error occurs during the operation.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.