POST/projects/api/v3/me/timers.json

Create a new timer

Creates a new timer. If there's already a timer running, it will stop this timer at default.

Body Params

Request contains information of a timer to be created or updated.

    • Name
      timer
      Type
      object
      Description
      Timer contains all the information returned from a timer.

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
      Response contains the information returned when sending a PUT/POST request to the timers endpoint, or GET request for a single item by ID
    • Code
      201
      Type
      object
      Schema
      Description
      201 Created
      Response contains the information returned when sending a PUT/POST request to the timers endpoint, or GET request for a single item by ID
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
      ErrorResponse defines how []Error should be marshaled to JSON.
    • Code
      403
      Type
      object
      Schema
      Description
      403 Forbidden
      ErrorResponse defines how []Error should be marshaled to JSON.

    Examples

    200 OK

    Response
    {  "included": {    "projects": {      "additionalProp": {        "activePages": {          "billing": true,          "board": true,          "comments": true,          "files": true,          "finance": true,          "forms": true,          "gantt": true,          "links": true,          "list": true,          "messages": true,          "milestones": true,          "notebooks": true,          "proofs": true,