GET me-eo/clubs?ClientId={ClientId}
Retrieve clubs information for Logged-in User
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| Id | string |
None. |
|
| CountryId | string |
None. |
|
| CountryName | string |
None. |
|
| Name | string |
None. |
|
| City | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "8f7df86a-51c6-4dfb-a12a-ad1d9de3c69e",
"Id": "sample string 2",
"CountryId": "sample string 3",
"CountryName": "sample string 4",
"Name": "sample string 5",
"City": "sample string 6"
}
application/xml, text/xml
Sample:
<ClubsResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>8f7df86a-51c6-4dfb-a12a-ad1d9de3c69e</UserId> <Id>sample string 2</Id> <CountryId>sample string 3</CountryId> <CountryName>sample string 4</CountryName> <Name>sample string 5</Name> <City>sample string 6</City> </ClubsResult>