This page contains an overview of exported CSV columns per resource type.
| Column | Type | Description | Example |
|---|---|---|---|
| access.granted_at access__granted_at | date-time |
When access was granted. |
2025-06-16T10:00:00+02:00 |
| access.last_activity_at access__last_activity_at | date-time |
Last activity timestamp. |
2025-06-16T12:00:00+02:00 |
| access.revoked_at access__revoked_at | date-time |
When access was revoked. |
|
| access.status access__status | string |
Enum: active, invited, invitation_expired, revoked, none Access status. |
active |
| archived_at archived_at | date-time |
When the contact was archived. |
|
| created_at created_at | date-time |
When the contact was created. |
2025-06-01T09:00:00+02:00 |
| deleted_at deleted_at | date-time |
When the contact was deleted. |
|
| email email |
The contact's email address. |
jane.doe@example.com | |
| employer employer | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| id id | uuid |
ID of the contact. |
c1a2b3d4-5678-90ab-cdef-1234567890ab |
| name name | string |
The contact's name. |
Jane Doe |
| phone_number phone_number | string |
The contact's phone number. |
+31 6 12345678 |
| employer.id employer__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| administration_number administration_number | string |
The administration number of the dossier. E.g., a SSN/BSN. |
123456787 |
| archived_at archived_at | date-time |
Time when the dossier was archived. |
2023-12-19T20:49:23+02:00 |
| candidate_access.delete_scheduled_at candidate_access__delete_scheduled_at | date-time |
Time when the dossier is scheduled for automatic deletion. |
2031-12-22T12:00:00Z |
| candidate_access.granted_at candidate_access__granted_at | date-time |
Time when access was granted. |
2023-12-19T20:49:23Z |
| candidate_access.last_activity_at candidate_access__last_activity_at | date-time |
Time when the candidate was last active. |
2023-12-21T08:30:00Z |
| candidate_access.revoked_at candidate_access__revoked_at | date-time |
Time when access was revoked. |
2023-12-20T10:15:00Z |
| candidate_access.status candidate_access__status | string |
Enum: revoked, active, none, invited, invitation_expired |
none |
| candidate_access.status_changed_at candidate_access__status_changed_at | date-time |
Time when the access status was changed at. |
2023-12-19T20:49:23Z |
| coaches coaches | string[] |
A list of coach identifiers the dossier is associated with. References members. Items consist of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304,things:abe5e806-0263-4e07-ac2f-d5a69a643402 |
| created_at created_at | date-time |
Time of the dossier's creation. |
2023-12-19T20:49:23+02:00 |
| custom_fields.[name].values custom_fields__[name]__values | any[] | The value(s) of a custom field. Every custom field will have its own column. The item type depends on the custom field type. | foo,bar |
| direct_contact direct_contact | boolean |
Indicates whether contacts/employers can directly contact the candidate. |
false |
| id id | uuid |
The ID of the dossier. This is automatically generated upon creation. |
0df21c85-54f5-4ce9-be17-4a2fb63e958c |
| primary_coach primary_coach | string |
The primary coach identifier for the dossier. References a member. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| profile profile | string |
The profile identifier the dossier is associated with. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| showrooms showrooms | string[] |
A list of showroom identifiers the dossier is associated with. Items consist of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304,things:abe5e806-0263-4e07-ac2f-d5a69a643402 |
| track track | string |
The track identifier the dossier is associated with. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| coaches.id coaches__id Deprecated | uuid[] |
A list of coach identifiers the dossier is associated with. References members. |
a411dec2-cfcd-4f31-851a-f3e8a7024304,abe5e806-0263-4e07-ac2f-d5a69a643402 |
| primary_coach.id primary_coach__id Deprecated | uuid |
The primary coach identifier for the dossier. References a member. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| profile.id profile__id Deprecated | uuid |
The profile identifier the dossier is associated with. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| showrooms.id showrooms__id Deprecated | uuid[] |
A list of showroom identifiers the dossier is associated with. |
a411dec2-cfcd-4f31-851a-f3e8a7024304,abe5e806-0263-4e07-ac2f-d5a69a643402 |
| track.id track__id Deprecated | uuid |
The track identifier the dossier is associated with. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| abroad abroad | boolean |
A boolean indicating if the education took place abroad. |
false |
| created_at created_at | date-time |
Time of the education's creation. |
2023-12-19T20:49:23+02:00 |
| current current | boolean |
A boolean indicating if the education is currently being followed. |
false |
| description description | string |
A description of the education. |
This is a description |
| end_date end_date | string |
The date the education ended. |
2021 |
| graduated graduated | boolean |
A boolean indicating if the user has graduated from the education. |
false |
| id id | uuid |
The ID of the education. This is automatically generated upon creation. |
0df21c85-54f5-4ce9-be17-4a2fb63e958c |
| level level | string |
The level of the education. |
mbo_4 |
| location location | string |
The location where the education took place. |
Eindhoven |
| organization organization | string |
The organization that provided the education. |
NTI |
| profile profile | string |
The profile identifier the education is associated with. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| start_date start_date | string |
The date the education started. |
2019 |
| title title | string |
The title of the education. |
MBO Business Administration & Control Specialist |
| profile.id profile__id Deprecated | uuid |
The profile identifier the education is associated with. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| created_at created_at | date-time |
When the employer vacancy dossier was created. |
2025-06-01T09:00:00+02:00 |
| dossier dossier | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| employer_vacancy employer_vacancy | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| id id | uuid |
The ID of the employer vacancy dossier. |
789e49a8-8f3b-4c26-8b8b-7d672fadaa92 |
| notes notes | string |
Notes for this candidate on the vacancy. |
Kandidaat besproken; vervolgstappen ... |
| shared_with_employer_at shared_with_employer_at | date-time |
When the candidate was shared with the employer contact. |
2025-06-02T09:00:00+02:00 |
| status status | string |
Current status of the candidate on the vacancy. |
interested |
| dossier.id dossier__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 | |
| employer_vacancy.id employer_vacancy__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| accessible_by_public_transport accessible_by_public_transport | boolean |
Whether the job location is accessible by public transport. |
true |
| account_manager account_manager | string |
The account manager assigned to this vacancy. References a member. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| archived_at archived_at | date-time |
When the vacancy was archived. |
2023-12-19T20:49:23+02:00 |
| contact contact | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| contact_management contact_management | string |
The manager contact associated with this vacancy. References a contact. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| contact_options.via_employer contact_options__via_employer | boolean |
True if the employer is the contact for the vacancy; false if the account manager is. |
true |
| contact_recruitment contact_recruitment | string |
The recruiter contact associated with this vacancy. References a contact. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| created_at created_at | date-time |
When the vacancy was created. |
2025-06-01T09:00:00+02:00 |
| created_by_contact created_by_contact | boolean |
True if an employer's contact created the vacancy; false if the account manager did. |
true |
| custom_fields.[name].values custom_fields__[name]__values | any[] | The value(s) of a custom field. Every custom field will have its own column. The item type depends on the custom field type. | foo,bar |
| description description | string |
The description of the vacancy. |
Responsible for developing and maintaining software applications. |
| driving_licenses driving_licenses | string[] |
Array of required driving license codes. |
B,C |
| education_level.code education_level__code | string |
Enum: basic_education, vmbo, havo_vwo, mbo_1, mbo_2, mbo_3, mbo_4, hbo_bachelor, wo_master Education level code. |
basic_education |
| education_level.label education_level__label | string |
Human-readable education level. |
basisonderwijs |
| employer employer | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| ends_at ends_at | date |
When the vacancy ends, if applicable. |
2025-06-30 |
| external_url external_url | uri |
External URL where candidates can view and apply for the vacancy. |
https://example.com/vacatures/software-engineer |
| foreign_languages foreign_languages | string[] |
Array of foreign language codes (besides Dutch). |
en,de,fr |
| hours_per_week.label hours_per_week__label | string |
Human-readable hours indication. |
32 - 40 uur/week |
| hours_per_week.max hours_per_week__max | integer |
Maximum hours per week. |
40 |
| hours_per_week.min hours_per_week__min | integer |
Minimum hours per week. |
32 |
| id id | uuid |
ID of the employer vacancy. |
55db91b5-c324-499c-973f-d959bfccf579 |
| language_nl.reading language_nl__reading | integer |
Dutch reading proficiency level (-2 to 2). |
1 |
| language_nl.speaking language_nl__speaking | integer |
Dutch speaking proficiency level (-2 to 2). |
2 |
| language_nl.understanding language_nl__understanding | integer |
Dutch understanding proficiency level (-2 to 2). |
1 |
| language_nl.writing language_nl__writing | integer |
Dutch writing proficiency level (-2 to 2). |
0 |
| location.city location__city | string |
City of the vacancy location. |
Eindhoven |
| location.lat location__lat | float |
Latitude. |
51.438862 |
| location.lon location__lon | float |
Longitude. |
5.475078 |
| location.postal_code location__postal_code | string |
Postal code of the vacancy location. Might exclude trailing letters. |
5611 |
| number_of_seats number_of_seats | integer |
Number of available positions for this vacancy. |
3 |
| profession.jobfeed_code profession__jobfeed_code | integer |
Jobfeed profession code. |
12345 |
| profession.label profession__label | string |
Human-readable job title. |
Software Engineer |
| published published | boolean |
Whether the vacancy is published. |
true |
| starts_at starts_at | date |
When the vacancy starts. |
2025-06-25 |
| title title | string |
The title of the vacancy. |
Software Engineer |
| transport_modes transport_modes | string[] |
Array of transport mode codes. |
car,bike |
| work_environments work_environments | string[] |
Array of work environment codes. |
indoor,outdoor |
| work_schedules work_schedules | string[] |
Array of work schedule codes. |
business_hours,evenings |
| work_styles work_styles | string[] |
Array of work style codes. |
independent,teamwork |
| work_types work_types | string[] |
Array of work type codes (interests). |
technical,administrative |
| account_manager.id account_manager__id Deprecated | uuid |
The account manager assigned to this vacancy. References a member. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| contact_management.id contact_management__id Deprecated | uuid |
The manager contact associated with this vacancy. References a contact. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| contact_recruitment.id contact_recruitment__id Deprecated | uuid |
The recruiter contact associated with this vacancy. References a contact. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| contact.id contact__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 | |
| employer.id employer__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| account_managers account_managers | string[] |
List of account managers for the employer. References members. Items consist of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304,things:abe5e806-0263-4e07-ac2f-d5a69a643402 |
| archived_at archived_at | date-time |
Time when the employer was archived. |
2023-12-19T20:49:23+02:00 |
| branch_total_employees branch_total_employees | integer |
The total amount of employees for the employer's branch. |
12 |
| city city | string |
The city where the employer is located. |
Eindhoven |
| created_at created_at | date-time |
Time of the employer's creation. |
2023-12-19T20:49:23+02:00 |
| custom_fields.[name].values custom_fields__[name]__values | any[] | The value(s) of a custom field. Every custom field will have its own column. The item type depends on the custom field type. | foo,bar |
| house_number house_number | string |
The house number of the employer's address. |
12A |
| id id | uuid |
The ID of the employer. |
123e4567-e89b-12d3-a456-426614174000 |
| latitude latitude | float |
Latitude coordinate of the employer's address. |
51.438862 |
| legal_form legal_form | string |
The legal form of this employer. |
Besloten Vennootschap |
| longitude longitude | float |
Longitude coordinate of the employer's address. |
5.475078 |
| name name | string |
The name of the employer. |
Big Business BV |
| national_branch_id national_branch_id | string |
National branch number of the employer (12-digit KVK "vestigingsnummer"). |
123456789012 |
| national_id national_id | string |
National ID of the employer (KVK number). |
12345678 |
| postal_code postal_code | string |
Postal code of the employer's address. |
5611AZ |
| primary_account_manager primary_account_manager | string |
The primary account manager for the employer. References a member. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| sbi_codes sbi_codes | string[] |
The SBI Codes of this employer. |
6201,6321 |
| street street | string |
Street name of the employer's address. |
Emmastraat |
| total_employees total_employees | integer |
The total amount of employees for the employer's company. |
100 |
| account_manager account_manager Deprecated | string |
References a member. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| account_manager.id account_manager__id Deprecated | uuid |
References a member. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| account_managers.id account_managers__id Deprecated | uuid[] |
List of account managers for the employer. References members. |
a411dec2-cfcd-4f31-851a-f3e8a7024304,abe5e806-0263-4e07-ac2f-d5a69a643402 |
| primary_account_manager.id primary_account_manager__id Deprecated | uuid |
The primary account manager for the employer. References a member. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| access.granted_at access__granted_at | date-time |
When access was granted. |
2023-12-19T20:49:23+02:00 |
| access.last_activity_at access__last_activity_at | date-time |
Last activity timestamp for the member. |
2024-01-10T15:00:00+02:00 |
| access.revoked_at access__revoked_at | date-time |
When access was revoked, if applicable. |
|
| access.status access__status | string |
Enum: active, revoked The access status of the member. |
active |
| administration_number administration_number | string |
The administration number of the member. |
A12345 |
| archived_at archived_at | date-time |
Time when the member was archived. |
2023-12-19T20:49:23+02:00 |
| created_at created_at | date-time |
Time of the member's creation. |
2023-12-19T20:49:23+02:00 |
| email email |
The email address of the member. |
johndoe@example.com | |
| id id | uuid |
The ID of the member. This is automatically generated upon creation. |
0df21c85-54f5-4ce9-be17-4a2fb63e958c |
| name name | string |
The name of the member |
John Doe |
| roles.account_manager roles__account_manager | boolean |
Whether the member is an account manager. |
true |
| roles.administrator roles__administrator | boolean |
Whether the member is an administrator. |
false |
| roles.coach roles__coach | boolean |
Whether the member is a coach. |
true |
| Column | Type | Description | Example |
|---|---|---|---|
| author author | string |
Identifier of the author of the note. References a member. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| category_name category_name | string |
Enum: online_meeting, onsite_meeting, phone_call, other The internal category name of the note. |
online_meeting |
| created_at created_at | date-time |
When the note was created. |
2025-06-01T09:00:00+02:00 |
| human_category_name human_category_name | string |
The human-readable category name of the note. |
Afspraak (digitaal) |
| human_subject_type human_subject_type | string |
The human-readable type of the note's subject. |
Kandidaat |
| id id | uuid |
ID of the note. |
be811f91-21fb-4ea6-ac9f-ab4731b80331 |
| subject subject | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| text text | string |
The content of the note. |
Kandidaat gesproken over zus en zo. Gemaakte afspraken: dit en dat. |
| title title | string |
The title of the note. |
Kandidaat gesproken |
| updated_at updated_at | date-time |
When the note was last updated. |
2025-06-16T10:00:00+02:00 |
| author.id author__id Deprecated | uuid |
Identifier of the author of the note. References a member. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| subject.id subject__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| created_at created_at | date-time |
When the placement was created. |
2025-06-01T09:00:00+02:00 |
| created_by created_by | string |
References the member that created the placement. Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| current current | boolean |
Whether the placement is currently active. |
true |
| custom_fields.[name].values custom_fields__[name]__values | any[] | The value(s) of a custom field. Every custom field will have its own column. The item type depends on the custom field type. | foo,bar |
| dossier dossier | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| employer employer | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| employer_vacancy employer_vacancy | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| ends_at ends_at | date |
When the placement ends / ended, if applicable. |
2026-04-12 |
| hours_weekly hours_weekly | number |
Number of hours per week for the placement. |
36 |
| id id | uuid |
ID of the placement. |
db979a41-bfb6-4a42-8f04-53d1efeff360 |
| starts_at starts_at | date |
When the placement starts / started. |
2025-02-05 |
| vacancy_type vacancy_type | string |
Enum: employer_vacancy, other, external_vacancy The type of vacancy for the placement. |
employer_vacancy |
| created_by.id created_by__id Deprecated | uuid |
References the member that created the placement. |
a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| dossier.id dossier__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 | |
| employer_vacancy.id employer_vacancy__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 | |
| employer.id employer__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| certificates certificates | string[] |
Items enum: bhv, code_95, ept, haccp, heftruck, medicatie, reachtruck, taxipas, vca_basis, vca_vol, veilig_werken_langs_de_weg, wft A list of certificates for this profile.
|
bhv,taxipas,heftruck | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| completed_percentage completed_percentage | integer |
The completion percentage of the profile. |
95 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| driving_licenses driving_licenses | string[] |
Items enum: am, a, a1, a2, b, b1, b78, be, c, ce, c1, c1e, d, de, d1, d1e, t A list of driving licenses for this profile.
|
a,b | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| education_level_soft education_level_soft | string |
Enum: basic_education, havo_vwo, hbo_bachelor, mbo_1, mbo_2, mbo_3, mbo_4, vmbo, wo_master, The soft education level of the Profile.
|
mbo_4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| educations educations | string[] |
A list of education identifiers the profile is associated with. Items consist of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304,things:abe5e806-0263-4e07-ac2f-d5a69a643402 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| favorite_occupations favorite_occupations | string[] |
A list of Taxonomy Occupation codes that are marked as favorite for this profile. |
onet:29-1122 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| favorite_sectors favorite_sectors | string[] |
A list of Taxonomy Sector codes that are marked as favorite for this profile. |
jobfeed:profession_class:4,jobfeed:profession_class:23,jobfeed:profession_class:3,jobfeed:profession_class:9,jobfeed:profession_class:17,jobfeed:profession_class:14 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id id | uuid |
The ID of the profile. This is automatically generated upon creation. |
0df21c85-54f5-4ce9-be17-4a2fb63e958c | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| interests interests | string[] |
Items enum: realistic, investigative, artistic, social, enterprising, conventional A list of RIASEC interests for this profile.
|
artistic,investigative | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postal_code postal_code | string |
pattern: /^[1-9]\d{3}(\s?[a-zA-Z]{2})?$/ |
9161AE | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| publish_profile publish_profile | boolean |
A boolean indicating if the profile is published. |
false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| skills skills | string[] |
A list of skills for this profile.
|
monitoring,installation,active_learning,learning_strategies,operation_monitoring | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| educations.id educations__id Deprecated | uuid[] |
A list of education identifiers the profile is associated with. |
a411dec2-cfcd-4f31-851a-f3e8a7024304,abe5e806-0263-4e07-ac2f-d5a69a643402 |
| Column | Type | Description | Example |
|---|---|---|---|
| contacts_allowed contacts_allowed | boolean |
Whether employer contacts can access the showroom. |
true |
| id id | uuid |
ID of the showroom. |
606276ab-987c-4aab-b20b-9cc62c2656a1 |
| internal internal | boolean |
Whether the showroom is targeted at internal employees. |
false |
| name name | string |
The name of the showroom. |
Tech Talent Showroom |
| Column | Type | Description | Example |
|---|---|---|---|
| completed_at completed_at | date-time |
When the task was completed. |
2025-06-01T09:00:00+02:00 |
| completed_by completed_by | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| created_at created_at | date-time |
When the task was created. |
2025-06-01T09:00:00+02:00 |
| created_by created_by | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| description description | string |
The description of the task. |
Exit gesprek met kees ingeplannen. |
| expires_at expires_at | date-time |
When the task is due. |
2025-06-16T10:00:00+02:00 |
| id id | uuid |
ID of the task. |
be811f91-21fb-4ea6-ac9f-ab4731b80331 |
| owner owner | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| subject subject | string |
Consists of the resource type and uuid separated by a colon. |
things:a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| task_type.code task_type__code | string |
Enum: intake, fill_profile, analyse_profile, action_plan, job_orientation, training, job_applications, progress_report, placement, follow_up, report, other, collaboration, vacancy_discussion, hr_advice The internal code of the task type. |
placement |
| task_type.title task_type__title | string |
The title of the task type. |
Plaatsing |
| title title | string |
The title of the note. |
nazorg |
| updated_at updated_at | date-time |
When the task was last updated. |
2025-06-16T10:00:00+02:00 |
| completed_by.id completed_by__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 | |
| created_by.id created_by__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 | |
| owner.id owner__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 | |
| subject.id subject__id Deprecated | uuid | a411dec2-cfcd-4f31-851a-f3e8a7024304 |
| Column | Type | Description | Example |
|---|---|---|---|
| code code | string |
A code representing the Taxonomy Occupation. |
onet:27-3041 |
| id id | uuid |
The ID of the Taxonomy occupation. This is automatically generated upon creation. |
0df21c85-54f5-4ce9-be17-4a2fb63e958c |
| name name | string |
The Dutch translation of the Taxonomy Occupation's label. |
Redacteur |
| published published | boolean |
Whether the Taxonomy Occupation is published or not. |
true |
| Column | Type | Description | Example |
|---|---|---|---|
| code code | string |
The jobfeed code of the Taxonomy Sector. |
jobfeed:profession_class:13 |
| id id | uuid |
The ID of the Taxonomy sector. This is automatically generated upon creation. |
0df21c85-54f5-4ce9-be17-4a2fb63e958c |
| name name | string |
The name of the Taxonomy Sector. |
Natuur- en milieuwetenschappen |
| published published | boolean |
Whether the Taxonomy Sector is published or not. |
true |
| Column | Type | Description | Example |
|---|---|---|---|
| description description | string |
The description of the track. |
Een traject gericht op re-integratie in het arbeidsproces. |
| id id | uuid |
The ID of the track. |
123e4567-e89b-12d3-a456-426614174000 |
| name name | string |
The name of the track. |
Re-integratietraject |