GET api/UserAccount/my-team
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
[ { "$id": "2", "Id": "sample string 1", "Text": "sample string 2", "OtherText": "sample string 3", "OtherData": { "$id": "3" } }, { "$ref": "2" }, { "$ref": "2" } ]
application/xml, text/xml
Sample:
<ArrayOfChildDropDownListDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ChildDropDownListDTO> <Id>sample string 1</Id> <Text>sample string 2</Text> <OtherText>sample string 3</OtherText> <OtherData /> </ChildDropDownListDTO> <ChildDropDownListDTO> <Id>sample string 1</Id> <Text>sample string 2</Text> <OtherText>sample string 3</OtherText> <OtherData /> </ChildDropDownListDTO> <ChildDropDownListDTO> <Id>sample string 1</Id> <Text>sample string 2</Text> <OtherText>sample string 3</OtherText> <OtherData /> </ChildDropDownListDTO> </ArrayOfChildDropDownListDTO>