Authorizations
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Body
application/json
curl --request POST \
--url https://api.f6o.co/v2/city/employement/_statistics \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"inseeCodes": [
"<string>"
]
}'
{
"apiVersion": "<string>",
"kind": "<string>",
"context": "<string>",
"internalDelay": 123,
"data": [
{
"contract": {
"cdiOrCivilServants": {
"count": 123,
"rate": 123
},
"cdd": {
"count": 123,
"rate": 123
},
"interim": {
"count": 123,
"rate": 123
},
"apprenticeship": {
"count": 123,
"rate": 123
},
"independants": {
"count": 123,
"rate": 123
}
},
"occupation": {
"farmer": {
"count": 123,
"rate": 123
},
"artisanBusinessOwner": {
"count": 123,
"rate": 123
},
"worker": {
"count": 123,
"rate": 123
},
"employee": {
"count": 123,
"rate": 123
},
"intermediateProfession": {
"count": 123,
"rate": 123
},
"executive": {
"count": 123,
"rate": 123
},
"retiree": {
"count": 123,
"rate": 123
},
"students": {
"count": 123,
"rate": 123
},
"unemployed": {
"count": 123,
"rate": 123
}
}
}
]
}
curl --request POST \
--url https://api.f6o.co/v2/city/employement/_statistics \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"inseeCodes": [
"<string>"
]
}'
{
"apiVersion": "<string>",
"kind": "<string>",
"context": "<string>",
"internalDelay": 123,
"data": [
{
"contract": {
"cdiOrCivilServants": {
"count": 123,
"rate": 123
},
"cdd": {
"count": 123,
"rate": 123
},
"interim": {
"count": 123,
"rate": 123
},
"apprenticeship": {
"count": 123,
"rate": 123
},
"independants": {
"count": 123,
"rate": 123
}
},
"occupation": {
"farmer": {
"count": 123,
"rate": 123
},
"artisanBusinessOwner": {
"count": 123,
"rate": 123
},
"worker": {
"count": 123,
"rate": 123
},
"employee": {
"count": 123,
"rate": 123
},
"intermediateProfession": {
"count": 123,
"rate": 123
},
"executive": {
"count": 123,
"rate": 123
},
"retiree": {
"count": 123,
"rate": 123
},
"students": {
"count": 123,
"rate": 123
},
"unemployed": {
"count": 123,
"rate": 123
}
}
}
]
}
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Was this page helpful?