Missions
Retrieve Mission
Retrieves mission information by id.
GET
https://api.folkyn.com
/
api
/
v1
/
missions
/
{id}
Retrieve Mission
curl --request GET \
--url https://api.folkyn.com/api/v1/missions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"has_document": true,
"currency": "EUR",
"rate_amount": 123,
"client_rate_amount": 123,
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"external_referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"company": "<string>",
"siren": "<string>",
"address": "<string>",
"postal_code": "<string>",
"city": "<string>"
},
"purchase_order": "<string>",
"project_code_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_code": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"external_id": "<string>"
},
"deliverables_catalog": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"quantity": 123,
"amount_excl_vat": 123,
"order_index": 123
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>"
},
"freelancer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>"
}
},
"team_signer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>"
}
}
}Previous
Update Mission Enterprise FieldsUpdates name, purchase_order, and/or project code for the API key's team mission.
Next
⌘I
Retrieve Mission
curl --request GET \
--url https://api.folkyn.com/api/v1/missions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"has_document": true,
"currency": "EUR",
"rate_amount": 123,
"client_rate_amount": 123,
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"external_referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"company": "<string>",
"siren": "<string>",
"address": "<string>",
"postal_code": "<string>",
"city": "<string>"
},
"purchase_order": "<string>",
"project_code_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_code": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"external_id": "<string>"
},
"deliverables_catalog": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"quantity": 123,
"amount_excl_vat": 123,
"order_index": 123
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>"
},
"freelancer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"referent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>"
}
},
"team_signer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>"
}
}
}