GET
/
timmi-project
/
api
/
v4
/
projects
/
{projectId}
/
project-services
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/timmi-project/api/v4/projects/{projectId}/project-services
{
  "next": "<string>",
  "prev": "<string>",
  "count": 1,
  "items": [
    {
      "id": 2,
      "name": "<string>",
      "code": "<string>",
      "description": null,
      "jobQualificationRate": {
        "id": 2,
        "standardRateCardId": 2,
        "jobQualificationId": 2,
        "jobQualification": {
          "id": 2,
          "name": "<string>"
        },
        "isBillable": true,
        "billingRate": {
          "price": {
            "amount": 123,
            "currencyId": "EUR"
          },
          "unit": "day"
        },
        "costRate": {
          "price": {
            "amount": 123,
            "currencyId": "EUR"
          },
          "unit": "day"
        }
      },
      "status": "ongoing",
      "initialTimeEstimate": {
        "value": 128,
        "iso": "P5DT8H",
        "unit": "hour"
      },
      "revisedTimeEstimate": null,
      "initialBudget": null,
      "revisedBudget": null,
      "estimatedOverrun": null,
      "billRate": null,
      "price": null,
      "discount": null,
      "discountRate": null,
      "subContractingRelationship": "none",
      "subcontractType": "fixedPrice",
      "subcontractingFixedCost": {
        "amount": 123,
        "currencyId": "EUR"
      },
      "subcontractingCostRate": {
        "price": {
          "amount": 123,
          "currencyId": "EUR"
        },
        "unit": "day"
      },
      "subcontractingProjectId": 2,
      "createdAt": "2023-11-07T05:31:56Z",
      "lastModifiedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

projectId
string
required

Id of the project

Response

200
application/json
OK
next
string | null
prev
string | null
count
integer | null
Required range: x > 0
items
object[]