GET api/v1/values/eventtype
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CF_ETKINLIK_TIPName | Description | Type | Additional information |
---|---|---|---|
TIP_ID | decimal number |
None. |
|
ETKINLIK | string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
[ { "TIP_ID": 1.0, "ETKINLIK": "sample string 2" }, { "TIP_ID": 1.0, "ETKINLIK": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCF_ETKINLIK_TIP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models"> <CF_ETKINLIK_TIP> <ETKINLIK>sample string 2</ETKINLIK> <TIP_ID>1</TIP_ID> </CF_ETKINLIK_TIP> <CF_ETKINLIK_TIP> <ETKINLIK>sample string 2</ETKINLIK> <TIP_ID>1</TIP_ID> </CF_ETKINLIK_TIP> </ArrayOfCF_ETKINLIK_TIP>