Skip to main content
GET
Get Work Experience By ID

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.

URL Parameters

Authentication

Include the access token in the Authorization header:

Description

Retrieve a specific work experience entry by its ID. Only returns work experiences belonging to the authenticated job seeker.

Response

Success Response (200 OK)

Response Fields

string
Unique identifier for the work experience entry.
string
Name of the company.
string
Title of the position.
string | null
Job description and responsibilities.
string | null
Work location.
string
Start date (ISO 8601 format).
string | null
End date (ISO 8601 format). Null if currently working.
boolean
Whether this is the current job.

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found

Example Request