Logo
Jobboard/Activities

Create jobboard activities

Create new jobboard activities

POST/jobboard/activities
AuthorizationBearer <token>

In: header

Response Body

curl -X POST "https://api.dashboard.data-driven.fr/v3/jobboard/activities" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "recorded_at": "2023-10-01",
      "job_offer_reference": "REF123",
      "status": "job_offer_view",
      "count": 92
    }
  ]'
{
  "message": "string"
}
{
  "message": "string",
  "data": [
    {
      "id": 0,
      "recorded_at": "string",
      "job_offer_reference": "string",
      "job_offer_reference_2": "string",
      "job_offer_reference_3": "string",
      "job_offer_title": "string",
      "status": "string",
      "subsidiary": "string",
      "subsidiary_jobboard_id": "string",
      "count": 0
    }
  ]
}
{
  "message": "string",
  "data": [
    {
      "id": 0,
      "recorded_at": "string",
      "job_offer_reference": "string",
      "job_offer_reference_2": "string",
      "job_offer_reference_3": "string",
      "job_offer_title": "string",
      "status": "string",
      "subsidiary": "string",
      "subsidiary_jobboard_id": "string",
      "count": 0
    }
  ],
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}