back

Get Professionals

Scope: get_professionals
App Type: Citizen
Authorization Type: No authorization required
Url: /v3p/professionals/
HTTP Method: GET

Response Information

application/json

{
    "status": 200,
    "page": {
        "offset": 0,
        "limit": 25,
        "hasmore": false
    },
    "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"
        }
    ]
}