Higi REST API Documentation
GetUser
returns a user from its higi id Report Bug
Method: GET
URI Template: https://rd0003fff0c221/HigiData.svc//user/{higiId}
Request Format: Xml or Json
Request Example:
The request bodyType is empty.Response Format: Json
Response Example:
{
"id" : "f8lfHr8q706y1Me4OKMpPw",
"firstName" : "jane",
"lastName" : "doe",
"dateOfBirth" : "02/20/1990",
"email" : "hi@email.com",
"gender" : "f",
"higiScore" : 642.0,
"state" : "il",
"city" : "chicago",
"address" : "1234 main st",
"accountCreated" : "2012-05-16T11:27:43.4937787-05:00",
"termsHistory" : {
"_items" : [{
"termsAgreedDate" : "2012-05-16T11:27:43.4937787-05:00",
"termsFileName" : "en_USA_3_2010.txt"
}
]
},
"terms" : {
"termsAgreedDate" : "2012-05-16T11:27:43.4937787-05:00",
"termsFileName" : "en_USA_3_2010.txt"
},
"OAuthAccounts" : {
"Facebook" : {
"id" : "fb12345"
}
}
}