GET api/Content/ListLigueTeams?_Entidade={_Entidade}&_Credencials={_Credencials}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _Entidade | string |
Required |
|
| _Credencials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntityTeams| Name | Description | Type | Additional information |
|---|---|---|---|
| team_id | integer |
None. |
|
| team_name | string |
None. |
|
| team_big_logo | string |
None. |
|
| team_stadium | string |
None. |
|
| cErro | boolean |
None. |
|
| cerrodesc | string |
None. |
|
| team_value | string |
None. |
|
| team_value_date | string |
None. |
|
| team_valueWrk | decimal number |
None. |
|
| transfermarket | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"team_id": 1,
"team_name": "sample string 2",
"team_big_logo": "sample string 3",
"team_stadium": "sample string 4",
"cErro": true,
"cerrodesc": "sample string 6",
"team_value": "sample string 7",
"team_value_date": "sample string 8",
"team_valueWrk": 9.0,
"transfermarket": "sample string 10"
},
{
"team_id": 1,
"team_name": "sample string 2",
"team_big_logo": "sample string 3",
"team_stadium": "sample string 4",
"cErro": true,
"cerrodesc": "sample string 6",
"team_value": "sample string 7",
"team_value_date": "sample string 8",
"team_valueWrk": 9.0,
"transfermarket": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfcUsers.cEntityTeams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames">
<cUsers.cEntityTeams>
<cErro>true</cErro>
<cerrodesc>sample string 6</cerrodesc>
<team_big_logo>sample string 3</team_big_logo>
<team_id>1</team_id>
<team_name>sample string 2</team_name>
<team_stadium>sample string 4</team_stadium>
<team_value>sample string 7</team_value>
<team_valueWrk>9</team_valueWrk>
<team_value_date>sample string 8</team_value_date>
<transfermarket>sample string 10</transfermarket>
</cUsers.cEntityTeams>
<cUsers.cEntityTeams>
<cErro>true</cErro>
<cerrodesc>sample string 6</cerrodesc>
<team_big_logo>sample string 3</team_big_logo>
<team_id>1</team_id>
<team_name>sample string 2</team_name>
<team_stadium>sample string 4</team_stadium>
<team_value>sample string 7</team_value>
<team_valueWrk>9</team_valueWrk>
<team_value_date>sample string 8</team_value_date>
<transfermarket>sample string 10</transfermarket>
</cUsers.cEntityTeams>
</ArrayOfcUsers.cEntityTeams>