Guide Profile Expertise API
The Guide Profile Expertise API manages the many-to-many relationship between guide profiles and expertise area categories. This allows guides to showcase multiple areas of specialization on their profile to attract tourists seeking specific expertise.Base Endpoint
Guide Profile Expertise Model
This is a join table with a composite primary key.User ID of the guide profile
Expertise area category ID
Add Expertise to Guide Profile
Associate an expertise area with a guide profile.Request Body
User ID of the guide
Expertise area ID to add
Example Request
Example Response
Get All Guide Profile Expertise
Retrieve all guide-expertise associations.Example Request
Example Response
Get Specific Guide Profile Expertise
Retrieve a specific guide-expertise association using the composite key.Path Parameters
Guide user ID
Expertise area ID
Example Request
Example Response
Update Guide Profile Expertise
Update a guide-expertise association (rarely used since it’s a simple join).Path Parameters
Guide user ID
Expertise area ID
Request Body
User ID (must match path parameter)
Expertise ID (must match path parameter)
Remove Expertise from Guide Profile
Remove an expertise association from a guide profile.Path Parameters
Guide user ID
Expertise area ID
Example Request
Example Response
Usage Examples
Get All Expertise Areas for a Guide
To get all expertise areas for a specific guide, filter the results by userId:Add Multiple Expertise Areas
To add multiple expertise areas to a guide profile, make multiple POST requests:Best Practices
Guides should select 2-5 expertise areas that accurately represent their knowledge and experience. Having too many expertise areas may dilute credibility, while having too few may limit discoverability.
Recommended Expertise Combinations
- Archaeology Guide: Archaeological Sites + Cultural Heritage + Historical Architecture
- Adventure Guide: Adventure Sports + Wildlife & Nature + Photography
- Culinary Guide: Local Cuisine + Wine & Spirits + Artisan Crafts
- Eco-Tourism Guide: Wildlife & Nature + Marine Biology + Wellness & Spirituality
- Cultural Guide: Cultural Heritage + Artisan Crafts + Urban Exploration
Related Endpoints
Guide Profiles
Manage guide profiles
Guide Expertise Areas
Browse available expertise categories