Bridgetown Research
  1. Experts (Bridgetown Research)
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
    • Post completion details for a call
      POST
  1. Experts (Bridgetown Research)

(get) expert details

GET
/v1/external/experts

Request

Header Params

Responses

🟢200OK
application/json
Expert details
Body

🟠400Bad Request
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/external/experts'
Response Response Example
200 - Example 1
{
    "count": 10,
    "experts": [
        {
            "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"
                }
            ],
            "status": "APPROVED",
            "lastUpdatedAt": "string",
            "createdAt": "2025-03-27",
            "updatedBy": "user-001",
            "notes": "Expert is approved",
            "panelId": "panel-001"
        }
    ]
}
Modified at 2025-06-07 09:26:55
Previous
(update) expert details
Next
(create) expert action
Built with