back

Get record professionals

Scope: get_record_professionals
App Type: All
Authorization Type: No authorization required
Url: /v3p/records/{recordId}/professionals
HTTP Method: GET

Response Information

application/json

{
    "result": [
        {
            "comment": "string",
            "licenseType": {
                "text": "string",
                "value": "string"
            },
            "licenseNumber": "string",
            "suffix": "string",
            "primary": "string",
            "birthDate": "2014-01-01",
            "lastRenewalDate": "2014-01-01",
            "socialSecurityNumber": "string",
            "expirationDate": "2014-01-01",
            "typeFlag": "string",
            "salutation": {
                "text": "string",
                "value": "string"
            },
            "federalEmployerId": "string",
            "originalIssueDate": "2014-01-01",
            "id": "string",
            "city": "string",
            "title": "string",
            "recordId": {
                "serviceProviderCode": "string",
                "customId": "string",
                "id": "string",
                "trackingId": 12345678
            },
            "referenceLicenseId": "string",
            "middleName": "string",
            "faxCountryCode": "string",
            "state": {
                "text": "string",
                "value": "string"
            },
            "phone3": "string",
            "postalCode": "string",
            "email": "string",
            "postOfficeBox": "string",
            "phone3CountryCode": "string",
            "fax": "string",
            "address3": "string",
            "phone2": "string",
            "address1": "string",
            "address2": "string",
            "phone1": "string",
            "lastUpdateDate": "2014-01-01",
            "phone1CountryCode": "string",
            "businessName2": "string",
            "phone2CountryCode": "string",
            "firstName": "string",
            "serviceProviderCode": "string",
            "gender": {
                "text": "string",
                "value": "string"
            },
            "licensingBoard": {
                "text": "string",
                "value": "string"
            },
            "lastName": "string",
            "businessLicense": "string",
            "businessName": "string",
            "country": {
                "text": "string",
                "value": "string"
            }
        }
    ]
}