Jobboard/Activities/Id
Update partially jobboard activity
Update some properties of a jobboard activity
PATCH
/jobboard/activities/{id}AuthorizationBearer <token>
In: header
Path Parameters
idnumber | null
recorded_at?string
Date of the activity
job_offer_reference?string
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
status?string
Status of the application
subsidiary?string | null
Subsidiary name
subsidiary_jobboard_id?string | null
Subsidiary's internal ID in the Jobboard
count?number
Count of the application step occurrences
Response Body
curl -X PATCH "https://api.dashboard.data-driven.fr/v3/jobboard/activities/0" \
-H "Content-Type: application/json" \
-d '{}'{
"message": "string",
"data": [
{
"recorded_at": "2023-10-01",
"job_offer_reference": "REF123",
"job_offer_reference_2": "REF456",
"job_offer_reference_3": "REF789",
"job_offer_title": "Software Engineer",
"status": "job_offer_view",
"subsidiary": "Daven Corp",
"subsidiary_jobboard_id": "SUB123",
"count": 92
}
]
}{
"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
}
]
}