Skip to main content
GET
/
experience
List experience entries
curl --request GET \
  --url https://api.jonahanderson.me/experience
[
  {
    "id": "exp_dat",
    "company": "Qualtrics",
    "company_start_date": "2020-11-01",
    "current": false,
    "summary": "Led third-party integration strategy, customer data pipeline delivery, ingestion scale improvements, and migration work across the Qualtrics platform.",
    "roles": [
      {
        "title": "Product Manager",
        "start_date": "2022-01-01",
        "accomplishments": [
          "Led product strategy and roadmap for third-party API integrations, expanding partner connectivity and platform capability.",
          "Scaled ingestion infrastructure supporting 10% growth in record processing volume within six months."
        ],
        "end_date": "2023-05-31"
      }
    ],
    "company_end_date": "2023-05-31"
  }
]

Query Parameters

current
boolean

When supplied, filters the response by current role status.

Response

Experience list

id
string
required
Example:

"exp_dat"

company
string
required
Example:

"Qualtrics"

company_start_date
string<date>
required
Example:

"2020-11-01"

current
boolean
required
Example:

false

summary
string
required
Example:

"Led third-party integration strategy, customer data pipeline delivery, ingestion scale improvements, and migration work across the Qualtrics platform."

roles
object[]
required
company_end_date
string<date> | null
Example:

"2023-05-31"