GET/professionals/{id}
Use this method to retrieve information about a professional using the professional id.
Details of the professional like the name, contact details and company information can be retrieved.
Request
Parameters | Description | Type | Field |
id | Professional Id of the professional |
string (path) | *required |
Response – output sample
{
"success": true,
"response": {
"id": "44",
"firstName": "oscar",
"lastName": "",
"professionType": "Electrician",
"email": "oscar@boligmappa.com",
"telephone": "78963",
"description": "Test 21sadfsf",
"company": "http://boligeier-api-sandbox.boligmappa.no/v1/companies/197"
}
}
Comments
0 comments
Please sign in to leave a comment.