GET
/
api
/
v1
/
experience_histories
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "user": "https://example.com/",
  "entity": "<string>",
  "yearBegin": 2000,
  "yearEnd": 2000,
  "position": "<string>"
}

Path Parameters

id
string
required

ExperienceHistory identifier

Response

ExperienceHistory resource

entity
string | null
required
yearBegin
integer | null
required
Required range: 1950 <= x <= 2050
position
string | null
required
@context
@id
string
@type
string
id
integer
user
string<iri-reference>
Example:

"https://example.com/"

yearEnd
integer | null
Required range: 1950 <= x <= 2050