Logo
Jobboard/Activities/Id

Update jobboard activity

Update all properties of a jobboard activity

PUT/jobboard/activities/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idnumber | null
recorded_atstring

Date of the activity

job_offer_referencestring

Main job offer reference

job_offer_reference_2?string | null

Second job offer reference

job_offer_reference_3?string | null

Third job offer reference

job_offer_title?string | null

Job offer title

statusstring

Status of the application

subsidiary?string | null

Subsidiary name

subsidiary_jobboard_id?string | null

Subsidiary's internal ID in the Jobboard

countnumber

Count of the application step occurrences

Response Body

curl -X PUT "https://api.dashboard.data-driven.fr/v3/jobboard/activities/0" \
  -H "Content-Type: application/json" \
  -d '{
    "recorded_at": "2023-10-01",
    "job_offer_reference": "REF123",
    "status": "job_offer_view",
    "count": 92
  }'
{
  "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",
  "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
    }
  ]
}