GET/projects/api/v3/time/{timelogId}.json

Get a specific time entry

Path Params

  • Name
    timelogId
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    Response contains information about a specific timelog.
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    ErrorResponse defines how []Error should be marshaled to JSON.
  • Code
    404
    Description
    404 Not Found No Data

Examples

200 OK

Response
{  "included": {    "billingInvoices": {      "additionalProp": {        "PONumber": "string",        "companyId": 0,        "companyName": "string",        "createdByUserFirstName": "string",        "createdByUserId": 0,        "createdByUserLastName": "string",        "currency": {          "id": 0,          "meta": {},          "type": "string"        },        "currencyCode": "string",        "dateCreated": "string",        "dateUpdated": "string",