Retrieves activity report information by id.
curl --request GET \
--url https://api.folkyn.com/api/v1/activity-reports/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mission": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"mission_type": "hourly",
"rate_amount": 123,
"purchase_order": "<string>",
"project_code": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"external_id": "<string>"
},
"client_rate_amount": 123
},
"external_referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"company": "<string>",
"siren": "<string>",
"address": "<string>",
"postal_code": "<string>",
"city": "<string>"
},
"report_month": "2024-03",
"report_period_time_zone": "Europe/Paris",
"report_period_start": "2024-03-01T00:00:00.000+01:00",
"report_period_end": "2024-03-31T23:59:59.999+02:00",
"submission_date": "2023-11-07T05:31:56Z",
"status": "draft",
"reviewed_at": "2023-11-07T05:31:56Z",
"rejection_reason": "<string>",
"freelancer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"referent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>"
}
},
"invoicing_is_paid": true,
"expenses_is_paid": true,
"invoice_amount_excl_vat": 123,
"expense_amount_excl_vat": 123,
"created_at": "2023-11-07T05:31:56Z",
"accounting_entries": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "invoice"
}
],
"timesheets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "hourly",
"description": "<string>",
"date": "2023-12-25",
"hours": 123
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://doc.folkyn.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.folkyn.com/api/v1/activity-reports/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mission": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"mission_type": "hourly",
"rate_amount": 123,
"purchase_order": "<string>",
"project_code": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"external_id": "<string>"
},
"client_rate_amount": 123
},
"external_referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"company": "<string>",
"siren": "<string>",
"address": "<string>",
"postal_code": "<string>",
"city": "<string>"
},
"report_month": "2024-03",
"report_period_time_zone": "Europe/Paris",
"report_period_start": "2024-03-01T00:00:00.000+01:00",
"report_period_end": "2024-03-31T23:59:59.999+02:00",
"submission_date": "2023-11-07T05:31:56Z",
"status": "draft",
"reviewed_at": "2023-11-07T05:31:56Z",
"rejection_reason": "<string>",
"freelancer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"referent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>"
}
},
"invoicing_is_paid": true,
"expenses_is_paid": true,
"invoice_amount_excl_vat": 123,
"expense_amount_excl_vat": 123,
"created_at": "2023-11-07T05:31:56Z",
"accounting_entries": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "invoice"
}
],
"timesheets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "hourly",
"description": "<string>",
"date": "2023-12-25",
"hours": 123
}
]
}
}