GetEmployementStatistics - Obtain city-related employment statistics.
Properties Analytics
- Basic
Market Analytics
- Price Per Area
- Tension
GetEmployementStatistics - Obtain city-related employment statistics.
POST
/
v2
/
city
/
employement
/
_statistics
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
}
}
}
]
}
Authorizations
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Body
application/json
Response
200
application/json
A successful response.
The response is of type object
.
Was this page helpful?
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
}
}
}
]
}