cURL
curl --request GET \ --url https://{host}/timmi-project/api/v4/projects/{id}/project-services \ --header 'Authorization: <authorization>'
{ "next": "<string>", "prev": "<string>", "count": 1, "items": [ { "name": "<string>", "id": 2, "code": "<string>", "description": "<string>", "jobQualificationRate": { "id": 2, "standardRateCardId": 2, "jobQualificationId": 2, "jobQualification": { "id": 2, "name": "<string>" }, "isBillable": true, "billingRate": { "price": { "amount": 123 } }, "costRate": { "price": { "amount": 123 } } }, "status": "ongoing", "initialTimeEstimate": { "value": 123, "iso": "<string>" }, "revisedTimeEstimate": { "value": 128, "iso": "P5DT8H", "unit": "hour" }, "initialBudget": { "amount": 123 }, "revisedBudget": { "amount": 123 }, "estimatedOverrun": { "amount": 123 }, "billRate": { "price": { "amount": 123 } }, "price": { "amount": 123 }, "discount": { "amount": 123 }, "discountRate": 123, "subContractingRelationship": "none", "subcontractingFixedCost": { "amount": 123 }, "subcontractingCostRate": { "price": { "amount": 123 } }, "subcontractingProjectId": 2, "createdAt": "2023-11-07T05:31:56Z", "lastModifiedAt": "2023-11-07T05:31:56Z" } ] }
List all services from a project identified by its unique id.
Documentation IndexFetch the complete documentation index at: https://developers.lucca.fr/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.lucca.fr/llms.txt
Use this file to discover all available pages before exploring further.
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
Id of the project
OK
x >= 0
Show child attributes
Was this page helpful?