Contents



This function provides access to expert profiles. Given a category and an expert, it returns the expert's profile for this category.

The endpoint for this function is:

//apis.kassrv.com/experts.svc/APIVERSION/EXPERTID/category/CATEGORYID/FORMAT?{param=value}



Where:

APIVERSION is the API version being used
EXPERTID is the expert ID being request
CATEGORYID is the category id being queried
FORMAT is the response format requested


Request Parameters



Response Structure



Expert Statuses



Example Request

//apis.kassrv.com/experts.svc/1.1/categories/1120/jsonp?count=10&sort=0&callback=api_getExpertProfiles



Example Response: XML

< expert >
< id >385816< /id >
< name >Help at a click< /name >
< title >The Best< /title >
< description > I am an expert in programming using different technologies and languages like C\C++, Java, C#, VS.NET, HTML, VB,ASP, MYSQL and others < /description >
< reviewsCount >1483< /reviewsCount >
< averageRating >4.76< /averageRating >
< status >4< /status >
< fee >0.5< /fee >
< contactLive > https://www.liveperson.com/session/chatstart/385816/?mode=popup&CatID=70&BanID=0&TWID=8&atid=eaca8211-f156-4af3-8c55-6643593568a2 < /contactLive >
< contactOffline > https://www.liveperson.com/session/sendemail/385816/?mode=popup&CatID=70&BanID=0&TWID=8&atid=eaca8211-f156-4af3-8c55-6643593568a2 < /contactOffline >
< reviews > //apis.kassrv.com/reviews.svc/1.1/385816/json?banner=0&atid=eaca8211-f156-4af3-8c55-6643593568a2 < /reviews >
< thumbnail >//expertsimages.kassrv.com/experts-pictures/small/pic385816.jpg< /thumbnail >
< picture >//expertsimages.kassrv.com/experts-pictures/big/pic385816.jpg< /picture >
< emailFee > - for Simple question. More if research is required < /emailFee >
< languages >English< /languages >
< category > < id >70< /id >
< name >Computers & Programming< /name >
< /category >
< detailedDescription > Java applications and tutorials,Web page designing; construction and maintenance. Implementation of all kinds of scripts and modules, including Javascripts ... C/C++ Programming ... *Expert troubleshooting. Operating system repairs. Software/Hardware installations and upgrades. Internet and wired/wireless Network setup. Virus/PopUps/Spyware removal. Solve any hardware or software problem. MS Word - MS Excel - MS Outlook - MS Access ... *Experience in all versions of Windows ... ...Fast, reliable and affordable homework assistance. Desktop applications: C/C++ Java .NET - Database applications: MySQL SQL Server - Web applications: HTML ASP/ASP.NET JSP < /detailedDescription >
< degrees >BCA,MCA(IT)< /degrees >
< qualifications > 2-Years work experience in HCL company < /qualifications >
< settings >
< contactLive >
< widgetHeight >462< /widgetHeight >
< widgetWidth >680< /widgetWidth >
< /contactLive >
< contactOffline >
< widgetHeight >462< /widgetHeight >
< widgetWidth >680< /widgetWidth >
< /contactOffline >
< reviews >
< widgetHeight >421< /widgetHeight >
< widgetWidth >487< /widgetWidth >
< /reviews >
< /settings >
< /expert >


Example Response: JSON

{
"id":385816,
"name":"Help at a click",
"title":"The Best",
"description":"I am an expert in programming using different technologies and languages like C\C++, Java, C#, VS.NET, HTML, VB,ASP, MYSQL and others",
"reviewsCount":1483,
"averageRating":4.76,
"status":4,
"fee":0.5,
"contactLive":"http:www.liveperson.com/session/chatstarT/385816/?mode=popup&CatID=70&BanID=0&TWID=8&atid=7ea396cb-3a26-4d2e-a8a7-b011a3fdea0f",
"contactOffline":"https://www.liveperson.com/session/sendemail/385816/?mode=popup&CatID=70&BanID=0&TWID=8&atid=7ea396cb-3a26-4d2e-a8a7-b011a3fdea0f",
"reviews":"//apis.kassrv.com/reviews.svc/1.1/385816/json?banner=0&atid=7ea396cb-3a26-4d2e-a8a7-b011a3fdea0f",
"thumbnail":"https://www.liveperson.com/images/small/385816.jpg",
"picture":"https://www.liveperson.com/images/big/385816.jpg", "emailFee":" - for Simple question.\u000d\u000aMore if research is required", "languages":"English",
"category": { "id":70, "name":"Computers & Programming" },
"detailedDescription":"Java applications and tutorials,Web page designing; construction and maintenance. Implementation of all kinds of scripts and modules, including Javascripts ... C\/C++ Programming ... *Expert troubleshooting. Operating system repairs. Software\/Hardware installations and upgrades. Internet and wired\/wireless Network setup. Virus\/PopUps\/Spyware removal. Solve any hardware or software problem. MS Word - MS Excel - MS Outlook - MS Access ... *Experience in all versions of Windows ... ...Fast, reliable and affordable homework assistance.",
"settings": {
"contactLive": {"widgetHeight":462, "widgetWidth":680},
"contactOffline": {"widgetHeight":462, "widgetWidth":680},
"reviews": {"widgetHeight":421, "widgetWidth":487 }
}
}