# Visits Get member visits from a particular date. This does not include Creche, PT or Class visits. Endpoint: GET /members/attendance/visits Version: 1.0 Security: OAuth2 ## Query parameters: - `fromdate` (string) Filter members by visit date and time. Example: "2024-08-24T00:00:00" - `status` (string) Filter by current member status. Enum: "Active", "PaymentIssue", "Suspended", "Archived", "PendingActivation", "PendingOnlineSignup" - `offset` (integer) The index of the first result to return. Use with limit to get the next page of search results. - `limit` (integer) The maximum number of results to return. ## Header parameters: - `x-api-key` (string, required) Api key per club provided to you by Clubfit ## Response 200 fields (application/json): - `href` (string) Current API URL Example: "https://api.clubfit.net.au/v1/members/attendance/visits" - `next` (string) Next API URL to retrieve the next page Example: "https://api.clubfit.net.au/v1/member/attendance/visits?limit=500&offset=500" - `data` (array) - `data.MemberNumber` (string) Example: "Ab1234" - `data.Door` (string) Example: "Globo front door" - `data.ScanSource` (string) Example: "Paxton" - `data.VisitDateTime` (string) Gym local time Example: "2000-01-01T04:02:00"