GET api/Zeiten/{id}

Retrieves the Arbeitszeit (working time) record for a specified ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the Arbeitszeit record to retrieve.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An that represents the result of the operation. Returns an with the Arbeitszeit item if found, a if no record exists with the specified ID, 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.