GET
/
api
/
v1
/
profession_jobs
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "isJob": true,
  "isExpertise": true,
  "translation": [
    "<string>"
  ],
  "name": "<string>"
}

Path Parameters

id
string
required

ProfessionJob identifier

Response

ProfessionJob resource

@context
@id
string
@type
string
id
integer
isJob
boolean | null
isExpertise
boolean | null
translation
string[] | null
name
string