v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Experiences

Get a Specific Experience

This endpoint retrieves a specific experience. <h3>Required Scope</h3>experiences:write or experiences:read

get/api/v2/experiences/{id}

Path parameters

idstring required

The ID of the experience to retrieve.

Response

Success

Example response

{
  "data": [
    {
      "type": "experiences",
      "id": "d5xKaR",
      "attributes": {
        "tags": [
          "Java",
          "Programming",
          "SQL"
        ],
        "employee-id": "109857314361388477769",
        "title": "Software Engineer III",
        "description": "Backend Developer",
        "experience-type": "JobRole",
        "organization-name": "Degreed",
        "seniority": "Intermediate",
        "weekly-hours": 40,
        "points-earned": 151
      },
      "relationships": [
        {
          "created_by": {
            "data": {
              "id": "zpgXa",
              "type": "users"
            }
          }
        }
      ]
    }
  ]
}