Get Professionals
| Scope: | get_professional |
| App Type: | Citizen |
| Authorization Type: | No authorization required |
| Url: | /v3p/professionals/{ids} |
| HTTP Method: | GET |
Response Information
application/json
{
"status": 200,
"result": [
{
"businessName": "ARCHITECTSINC",
"serviceProviderCode": "BPTDEV",
"address1": "500FirStSuite10",
"city": "Pleasantville",
"id": 13,
"postalCode": "97777",
"licenseType": {
"value": "ARCHITECT",
"text": "ARCHITECT"
},
"country": {
"value": "US",
"text": "UnitedStates"
},
"licenseNumber": "A100",
"licenseState": "CA"
}
]
}