curl --request POST \
--url https://client-p.pylote.io/v1/freelances \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"ids": [
"bc1d49cf-1cc7-4afe-92aa-0ebd545fcd12",
"960a1c67-645d-4ac5-b8b2-875fb2f740d3"
]
}
'{
"freelances": [
{
"basics": {
"name": "Jean Dupont",
"label": "Developpeur Full Stack",
"image": "",
"email": "dupont.j@freelance.pylote.io",
"phone": "",
"url": "https://hive.pylote.io/linkedin/ldp9kOK_xyz123/pk_client?t=dGVzdA",
"summary": "10 ans d'experience en dev web, specialise React et Node.js",
"location": {
"address": "Paris, France",
"postalCode": "75001",
"city": "Paris",
"countryCode": "FR",
"region": "Ile-de-France"
},
"profiles": [
{
"username": "<string>",
"network": "LinkedIn",
"url": "<string>"
}
]
},
"work": [
{
"name": "Capgemini",
"position": "Lead Developer",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"summary": "<string>"
}
],
"education": [
{
"institution": "Ecole 42",
"area": "<string>",
"studyType": "Master",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
}
],
"certificates": [
{
"name": "AWS Solutions Architect",
"issuer": "Amazon Web Services",
"url": "<string>",
"startDate": "2023-12-25"
}
],
"skills": [
{
"name": "React",
"level": "Senior",
"keywords": [
"<string>"
]
}
],
"languages": [
{
"language": "Francais",
"fluency": "Langue maternelle"
}
],
"meta": {
"id": "ldp9kOK_xyz123",
"status": "completed",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"personalEmail": "<string>",
"firstName": "Jean",
"lastName": "Dupont",
"freelance": {
"available": true,
"availabilityDate": "<string>",
"rate": "450",
"seniority": "",
"professions": [
"Developpeur Back-End",
"DevOps"
],
"openToCdi": true,
"vehicle": true,
"preferences": {
"missionDuration": [
"3 a 6 mois",
"6 a 12 mois"
],
"remoteWork": [
"Hybride",
"Full remote"
],
"daysPerWeek": [
"4",
"5"
],
"workAreas": [
{
"type": "ville",
"code": "<string>",
"label": "<string>",
"cityZipCode": "75001",
"cityName": "Paris",
"departmentCode": "75",
"departmentName": "Paris",
"regionCode": "11",
"regionName": "Ile-de-France",
"countryCode": "FR",
"countryName": "France"
}
]
}
}
},
"volunteer": [
"<unknown>"
],
"awards": [
"<unknown>"
],
"publications": [
"<unknown>"
],
"interests": [
"<unknown>"
],
"references": [
"<unknown>"
],
"projects": [
"<unknown>"
]
}
],
"infos": {
"total": 1234,
"page": 1,
"limit": 50,
"totalPages": 25
}
}Identique a GET /freelances mais permet de filtrer par une liste d’IDs specifiques.
Utile pour re-synchroniser un sous-ensemble de freelances apres avoir detecte des changements sur certains profils.
curl --request POST \
--url https://client-p.pylote.io/v1/freelances \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"ids": [
"bc1d49cf-1cc7-4afe-92aa-0ebd545fcd12",
"960a1c67-645d-4ac5-b8b2-875fb2f740d3"
]
}
'{
"freelances": [
{
"basics": {
"name": "Jean Dupont",
"label": "Developpeur Full Stack",
"image": "",
"email": "dupont.j@freelance.pylote.io",
"phone": "",
"url": "https://hive.pylote.io/linkedin/ldp9kOK_xyz123/pk_client?t=dGVzdA",
"summary": "10 ans d'experience en dev web, specialise React et Node.js",
"location": {
"address": "Paris, France",
"postalCode": "75001",
"city": "Paris",
"countryCode": "FR",
"region": "Ile-de-France"
},
"profiles": [
{
"username": "<string>",
"network": "LinkedIn",
"url": "<string>"
}
]
},
"work": [
{
"name": "Capgemini",
"position": "Lead Developer",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"summary": "<string>"
}
],
"education": [
{
"institution": "Ecole 42",
"area": "<string>",
"studyType": "Master",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
}
],
"certificates": [
{
"name": "AWS Solutions Architect",
"issuer": "Amazon Web Services",
"url": "<string>",
"startDate": "2023-12-25"
}
],
"skills": [
{
"name": "React",
"level": "Senior",
"keywords": [
"<string>"
]
}
],
"languages": [
{
"language": "Francais",
"fluency": "Langue maternelle"
}
],
"meta": {
"id": "ldp9kOK_xyz123",
"status": "completed",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"personalEmail": "<string>",
"firstName": "Jean",
"lastName": "Dupont",
"freelance": {
"available": true,
"availabilityDate": "<string>",
"rate": "450",
"seniority": "",
"professions": [
"Developpeur Back-End",
"DevOps"
],
"openToCdi": true,
"vehicle": true,
"preferences": {
"missionDuration": [
"3 a 6 mois",
"6 a 12 mois"
],
"remoteWork": [
"Hybride",
"Full remote"
],
"daysPerWeek": [
"4",
"5"
],
"workAreas": [
{
"type": "ville",
"code": "<string>",
"label": "<string>",
"cityZipCode": "75001",
"cityName": "Paris",
"departmentCode": "75",
"departmentName": "Paris",
"regionCode": "11",
"regionName": "Ile-de-France",
"countryCode": "FR",
"countryName": "France"
}
]
}
}
},
"volunteer": [
"<unknown>"
],
"awards": [
"<unknown>"
],
"publications": [
"<unknown>"
],
"interests": [
"<unknown>"
],
"references": [
"<unknown>"
],
"projects": [
"<unknown>"
]
}
],
"infos": {
"total": 1234,
"page": 1,
"limit": 50,
"totalPages": 25
}
}Cle API fournie par Pylote. Inclure dans le header x-api-key de chaque requete.
Exemple : x-api-key: votre-cle-api
x >= 1x <= 1000Liste d'IDs de freelances (meta.id) a recuperer
[
"bc1d49cf-1cc7-4afe-92aa-0ebd545fcd12",
"960a1c67-645d-4ac5-b8b2-875fb2f740d3"
]