Field
|
Type
|
Value
|
Purpose
|
---|---|---|---|
type_id | Field | "professional" | Profile type identification - distinguishing between Individual, Business, Service, Project |
entity_id | Field | int | Unique identifier |
name | Field | varchar | Current user's name is stored as individual profile name that appears in Marketplace |
headline_description | Field | varchar | Used to describe current position/field of work, similar to LinkedIn headlines |
image_url | Field | varchar | Profile image URL. There are some specifics in terms of how to upload images via API if that is ever needed. We can also think of using S3 as a single source of media assets, though, would require some extra development down the road |
lead_paragraph | Field | text | First paragraph of profile description for Marketplace |
expanded_paragraph | Field | text | Second paragraph of profile description for Marketplace |
assets | Object |
Inner fields: display_name |
A variety of media assets uploaded to the profile, appear in Marketplace. Includes types: Image, PDF, CSV, XLSX, PPTX, Youtube link, Vimeo link |
category_ids | Array | String IDs of taxonomy categories |
Used to output profile into categories inside Marketplace. There's an existing taxonomy back from SkillSetz. It can be used as is or tweaked to something completely different if necessary. If tweaked, existing IDs may change, though new taxonomy can always be requested by a specific API call |
billing_type | Field |
String with comma-separated values 1 - Hourly rate 2 - Daily rate 3 - Weekly rate 4 - Monthly rate 5 - Deliverable based 6 - Milestone based 7 - Fixed fee
|
Preferred billing type of individual, used for filtering in Marketplace. Doesn't directly affect projects and work orders of this individual |
engagement_type |
Field |
String with comma-separated values 1 - Onsite Work 2 - Remote Work 3 - Hybrid Work
|
Preferred engagement type of individual, used for filtering in Marketplace. Doesn't directly affect projects and work orders of this individual |
hourly_rate | Field |
String with comma-separated values 1 - Up to $49 2 - $50 to $99 3 - $100 to $149 4 - $150 to $200 5 - $200 and above
|
Rate tiers of individual, used for filtering in Marketplace. Doesn't directly affect projects and work orders of this individual |
professional_experience | Object |
Inner fields: startDate |
A professional experience of individual that appears in Marketplace, similar to Linkedin profiles |
professional_experience_visible | Field |
1 or 0 |
1 - show professional experience in Marketplace 0 - hide professional experience in Marketplace |
education | Object |
Inner fields: startDate |
Education of individual that appears in Marketplace, similar to Linkedin profiles |
education_visible | Field | 1 or 0 |
1 - show education in Marketplace 0 - hide education in Marketplace |
certifications | Object |
Inner fields: startDate |
Certifications of individual that appears in Marketplace, similar to Linkedin profiles |
certifications_visible | Field | 1 or 0 |
1 - show certifications in Marketplace 0 - hide certifications in Marketplace |
is_publish | Field | 1 or 0 | Publish/unpublish profile from Marketplace. Individual is not visible in catalog and search, though, still available to interact via direct engagement |
rating_summary | Field | Value from 0 to 100 | Average rating summary of moderated and approved peer reviews, output in the Marketplace. |
reviews_count | Field | int | Number of moderated and approved peer reviews, output in the Marketplace. |
created_at | Field | date in UTC+0 | Date and time of profile creation |
updated_at | Field | date in UTC+0 | Date and time of the last update |