Skip to main content
GET
Get a timesheet entry's rate breakdown

Authorizations

Authorization
string
header
required

JWT issued by POST /api/external/token/request. Send as Authorization: Bearer <token>.

external-gh-apim-sub-key
string
header
required

Guardhouse API Management subscription key. Required on every request. The same value is used by all API consumers within a region — contact Guardhouse Support for the subscription key.

Path Parameters

id
integer<int32>
required

Timesheet entry ID.

Response

Rate detail

The standard envelope for every JSON endpoint.

status
object
data
object

Pay/service rate breakdown for a single timesheet entry. Nested rate objects are typed as generic objects — inspect a sample response for the full shape.

count
integer<int32> | null
message
string
errors
object[]