# Functions
# Function to get details of a job
path = /formJobData?id=<job_role id>
method = GET
# RESPONSE
if all good
status : 200
{
"name" : "Go developer",
"skills" : "GO",
"experience" : 3,
"expired" : false
}
if error
{
"error": error message,
}
*/.