GET api/record/{countryCode}/{type}/{uniqueId}?languageCode={languageCode}&filterOnDNCM={filterOnDNCM}&internationalPhoneFormat={internationalPhoneFormat} Authentication required
Use this method to fetch a record's content based on its UniqueID
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type |
Type of record |
enum (See Model) |
Required |
countryCode |
Country's ISO code (2 chars) |
string |
Required |
uniqueId |
UniqueID of the record for Business DataType, UniversalPublicationId for YellowPages and WhitePages DataTypes |
string |
Required |
languageCode |
[Optional] Language represented by its ISO 639-1 Code (2 chars long). Default it EN. Provide this if you wish to receive the Categories labels in another language |
string |
Default value is EN |
filterOnDNCM |
[Optional] Default if false. Set this to true only for BE records if you wish to apply DNCM flags |
boolean |
Default value is False |
internationalPhoneFormat |
[Optional] Default if false. Set this to true if you want phone number formatted as international phone number (Starting with +xxx prefix) |
boolean |
Default value is False |
Response
Returns the wanted record, if exists
Output : object (See Model)Ouput Sample
{
"uniqueID": "0888783282",
"universalPublicationId": "BE100005416",
"isPublished": true,
"businessName": "Kapitol",
"companyName": "Kapitol",
"tradeName": "Infobel",
"directoryName": "KAPITOL",
"addressStreet": "Chaussée de Saint-Job",
"addressHouseNum": "506",
"address1": "Chaussée de Saint-Job 506",
"address2": "",
"postCode": "1180",
"city": "Uccle",
"cityCode": "BE21016",
"locality": "",
"localityCode": "",
"province": "Bruxelles Capitale",
"provinceCode": "BE99999990001",
"region": "Bruxelles Capitale",
"regionCode": "BE04000",
"country": "Belgium",
"countryCode": "BE",
"phoneOrMobile": "02 379 29 40",
"phone": "02 379 29 40",
"dncmPhone": false,
"fax": "02 379 29 88",
"mobile": "0494 51 51 68",
"dncmMobile": false,
"email": "info@infobel.be",
"website": "http://www.infobel.com",
"webDomain": "infobel.com",
"webSocialLinks": {
"facebook": "https://www.facebook.com/Infobel/",
"twitter": "https://twitter.com/infobel"
},
"geoLevel": 4,
"geoLevelDescription": "RoofTop",
"longitude": "4.35838065",
"latitude": "50.79234975",
"internationalCategories": [
{
"code": "7379",
"name": "Computer related services, nec",
"type": "International",
"level": 1
}
],
"internationalCode01": "7379",
"internationalCode02": "",
"internationalCode03": "",
"internationalCode04": "",
"internationalCode05": "",
"internationalCode06": "",
"internationalLabel01": "Computer related services, nec",
"altInternationalCategories": [
{
"code": "6209",
"name": "Other information technology and computer service activities",
"type": "AltInternational",
"level": 1
}
],
"altInternationalCode01": "6209",
"altInternationalCode02": "",
"altInternationalCode03": "",
"altInternationalCode04": "",
"altInternationalCode05": "",
"altInternationalCode06": "",
"altInternationalLabel01": "Other information technology and computer service activities",
"infobelCategories": [
{
"code": "016118",
"name": "Publishing Of Telephone Directories",
"type": "Infobel",
"parentCode": "016100",
"level": 3
}
],
"infobelCode01": "016118",
"infobelCode02": "",
"infobelCode03": "",
"infobelCode04": "",
"infobelCode05": "",
"infobelCode06": "",
"infobelCode07": "",
"infobelCode08": "",
"infobelCode09": "",
"infobelCode10": "",
"infobelLabel01": "Publishing Of Telephone Directories",
"localCategories": [
{
"code": "62020",
"name": "Computer consultancy activities",
"type": "Local",
"countryCode": "BE",
"level": 1
}
],
"localCode01": "62020",
"localCode02": "",
"localCode03": "",
"localCode04": "",
"localCode05": "",
"localCode06": "",
"localCode07": "",
"localCode08": "",
"localCode09": "",
"localCode10": "",
"localCode11": "",
"localCode12": "",
"localCode13": "",
"localCode14": "",
"localCode15": "",
"localLabel01": "Computer consultancy activities",
"language": "FRE",
"nationalID": "BE0453604761",
"localActivityCodeType": "BELGIUM NACE CODE 2008",
"publishingStrength": 35.0,
"hasMarketability": "M",
"ceoName": "",
"ceoTitle": "",
"primaryLocalActivityCode": "62020",
"yearStarted": "2013",
"salesVolume": "341575",
"salesVolumeDollars": "369000",
"salesVolumeEuros": "341575",
"currency": "EUR",
"employeesHere": "11",
"employeesTotal": "11",
"statusCode": "0",
"statusCodeName": "SingleLocation",
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 0,
"employeesHereReliabilityCodeDescription": "Actual",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"reportDate": "2018-11-07",
"importExportAgentCode": "G",
"importExportAgentCodeDescription": "None or Not Available",
"legalStatusCode": 3,
"legalStatusCodeDescription": "Corporation",
"nationalIdentificationTypeCode": 18,
"nationalIdentificationTypeCodeDescription": "Europe Standard VAT Number",
"nationalIDIsVat": true,
"websiteIpAddress": "194.7.35.240",
"financialHistory": [
{
"uniqueID": "0888783282",
"salesVolume": "3976020",
"salesVolumeDollars": "4500000",
"salesVolumeEuros": "3976020",
"currency": "EUR",
"employeesHere": "12",
"employeesTotal": "12",
"familyMembers": 0,
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 0,
"employeesHereReliabilityCodeDescription": "Actual",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"yearStat": "2022",
"version": "20220128"
},
{
"uniqueID": "0888783282",
"salesVolume": "2175657",
"salesVolumeDollars": "2573000",
"salesVolumeEuros": "2175657",
"currency": "EUR",
"employeesHere": "10",
"employeesTotal": "10",
"familyMembers": 0,
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 0,
"employeesHereReliabilityCodeDescription": "Actual",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"yearStat": "2021",
"version": "20210127"
},
{
"uniqueID": "0888783282",
"salesVolume": "2302086",
"salesVolumeDollars": "2547000",
"salesVolumeEuros": "2302086",
"currency": "EUR",
"employeesHere": "10",
"employeesTotal": "10",
"familyMembers": 0,
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 0,
"employeesHereReliabilityCodeDescription": "Actual",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"yearStat": "2020",
"version": "20200127"
},
{
"uniqueID": "0888783282",
"salesVolume": "3930728",
"salesVolumeDollars": "4500000",
"salesVolumeEuros": "3930728",
"currency": "EUR",
"employeesHere": "11",
"employeesTotal": "11",
"familyMembers": 0,
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 2,
"employeesHereReliabilityCodeDescription": "Estimated",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"yearStat": "2019",
"version": "20190125"
},
{
"uniqueID": "0888783282",
"salesVolume": "1082000",
"salesVolumeDollars": "1189926",
"salesVolumeEuros": "1082000",
"currency": "EUR",
"employeesHere": "11",
"employeesTotal": "11",
"familyMembers": 0,
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 2,
"employeesHereReliabilityCodeDescription": "Estimated",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"yearStat": "2018",
"version": "20180528"
},
{
"uniqueID": "0888783282",
"salesVolume": "1082000",
"salesVolumeDollars": "1348454",
"salesVolumeEuros": "1082000",
"currency": "EUR",
"employeesHere": "11",
"employeesTotal": "11",
"familyMembers": 0,
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 2,
"employeesHereReliabilityCodeDescription": "Estimated",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"yearStat": "2017",
"version": "20170502"
},
{
"uniqueID": "0888783282",
"salesVolume": "1082000",
"salesVolumeDollars": "1348454",
"salesVolumeEuros": "1082000",
"currency": "EUR",
"employeesHere": "11",
"employeesTotal": "11",
"familyMembers": 0,
"salesVolumeReliabilityCode": 3,
"salesVolumeReliabilityCodeDescription": "Modeled",
"employeesHereReliabilityCode": 2,
"employeesHereReliabilityCodeDescription": "Estimated",
"employeesTotalReliabilityCode": 0,
"employeesTotalReliabilityCodeDescription": "Actual",
"yearStat": "2016",
"version": "20161129"
}
],
"genericSocialLinks": [
{
"socialMediaName": "LinkedIn",
"id": "132586",
"link": "https://www.linkedin.com/company/infobel",
"followers": 1151
}
],
"additionalInfos": {
"logo": "https://daas.infobelpro.com/api/record/BE/0888783282/media/XFxzcnYtd2ViZGF0YVxMaW5rZWRJblxCRVwyODJcMDg4ODc4MzI4Mi5qcGc=.jpg",
"buildingType": "yes",
"buildingArea": 380,
"buildingGeom": "POLYGON ((4.3582097 50.7924399, 4.3582748 50.7923504, 4.358228 50.7923367, 4.3583072 50.7922308, 4.3583701 50.792249, 4.3583749 50.7922425, 4.3584155 50.7922322, 4.3584265 50.7922354, 4.3584401 50.7922161, 4.3585516 50.7922481, 4.358504 50.7923097, 4.358488 50.7923051, 4.3583584 50.7924834, 4.3582097 50.7924399))",
"techTags": {
"marketingAutomations": [
"hubspot"
]
}
}
}
An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' with data contract name 'ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1:http://schemas.microsoft.com/2003/10/Serialization/Arrays' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to the serializer.
An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' with data contract name 'ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1:http://schemas.microsoft.com/2003/10/Serialization/Arrays' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to the serializer.