Gets the in/out status (displayed in the top-left corner of WOLFconnect) and the notes and detailed notes for the member (if enabled, displayed on the In/Out popup window that appears when first logging in).
GET
/wolfconnect/members/v1/{memberId}/in-out-status
curl \
--request GET 'https://api-sb.globalwolfweb.com/wolfconnect/members/v1/{memberId}/in-out-status' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"Id": "string",
"In": true,
"Notes": "string",
"DetailedNotes": "string"
}
Response examples (400)
{
"Code": 42,
"Message": "string",
"Details": "string"
}
Response examples (404)
{
"Code": 42,
"Message": "string",
"Details": "string"
}