List current club memberships for the logged in user for a specific club. If current_memberships_only is set to "F", all user memberships (past, current, and future) memberships will be included.
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
tmp_key |
GET | Temporary API Key from login API call. This should NOT be used in combination with API Key. | string |
|
tmp_secret |
GET | Temporary API Secret from login API call. This should NOT be used in combination with API Secret. | string |
|
format |
GET | xml | Format of response. The default if not sent is `xml`, but `json` is preferred. | format |
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
club_id Required |
GET | ID of club. | uint |
|
current_memberships_only |
GET | T | Should only current membership be returned? | bool |
include_questions |
GET | F | Should questions be included? | bool |
supports_nb |
GET | F | Does integration support non-binary X gender? | bool |