Bridgetown Research
  1. Schemas
Bridgetown Research
  • Projects
    • Create a new project
      POST
    • Update a project
      PUT
    • Update the status of a project
      POST
  • Experts (Bridgetown Research)
    • (create) expert details
      POST
    • (update) expert details
      PUT
    • (get) expert details
      GET
    • (create) expert action
      POST
  • Experts
    • Schedule a call with an expert
    • Post completion details for a call
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • ExpertActionRequest
      • ProjectCreateRequest
      • ExpertActionResponse
      • ProjectStatusUpdateRequest
      • ExpertShareRequest
      • ProjectResponse
      • Expert
      • InterviewSchema
      • ExpertShareResponse
      • TargetRespondentsSchema
      • Experience
      • CallScheduleRequest
      • Error
      • ApprovedScheduleRequest
      • RejectedScheduleRequest
      • CallScheduleResponse
      • CallCompletionRequest
      • SuccessfulCallCompletionRequest
      • UnsuccessfulCallCompletionRequest
      • CallCompletionResponse
    • Response
      • BadRequestError
      • InternalServerError
  1. Schemas

ExpertShareRequest

{
    "expertId": "exp-001",
    "projectId": "proj-001",
    "name": "Jane Doe",
    "expertise": [
        "Catalog printing industry insights, competitive positioning, service differentiation"
    ],
    "currency": "USD",
    "honorariumPerHour": 150,
    "archetype": [
        "Former Employees of The Dingley Press",
        "Current & Former Competitor Employees",
        "Customers (Businesses Using Catalog Printing Services)"
    ],
    "experience": [
        {
            "title": "Director",
            "company": "ACME",
            "yearsOfExperience": 5,
            "metadata": {
                "location": "US",
                "division": "Product",
                "startDate": "2025-03-27",
                "endDate": "2025-03-27"
            }
        }
    ],
    "comment": "I am a former employee of The Peacock Press",
    "expertScreeningResponses": [
        {
            "question": "Have you worked at The Dingley Press in a strategy, operations, sales, or product role?",
            "response": "Yes"
        }
    ]
}
Built with