Skip to main content
GET
/
v1
/
api
/
public
/
offres
/
stats
/
by-city
Stats offres par ville
curl --request GET \
  --url http://localhost:3091/v1/api/public/offres/stats/by-city
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "city": "<string>",
      "count": 123
    }
  ],
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Query Parameters

limit
integer<int32>
default:6

Response

200 - */*

OK

success
boolean
message
string
data
object[]
error
object
timestamp
string<date-time>