POST apiwba/all/userbehaviour/v1/getfeatures
Request Information
URI Parameters
None.
Body Parameters
ApiBaseI| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2"
}
application/xml, text/xml
Sample:
<ApiBaseI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.Common"> <Password>sample string 2</Password> <Username>sample string 1</Username> </ApiBaseI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UbV1FeatureOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of UbV1Feature |
None. |
|
| IsSuccess | boolean |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"SystemTypeID": 64,
"FeatureName": "sample string 2",
"FeatureID": 3
},
{
"SystemTypeID": 64,
"FeatureName": "sample string 2",
"FeatureID": 3
}
],
"IsSuccess": true,
"Description": "sample string 2"
}
application/xml, text/xml
Sample:
<UbV1FeatureOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
<Description>sample string 2</Description>
<IsSuccess>true</IsSuccess>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Entities.Common.UserBehaviours.V1">
<d2p1:UbV1Feature>
<d2p1:FeatureID>3</d2p1:FeatureID>
<d2p1:FeatureName>sample string 2</d2p1:FeatureName>
<d2p1:SystemTypeID>64</d2p1:SystemTypeID>
</d2p1:UbV1Feature>
<d2p1:UbV1Feature>
<d2p1:FeatureID>3</d2p1:FeatureID>
<d2p1:FeatureName>sample string 2</d2p1:FeatureName>
<d2p1:SystemTypeID>64</d2p1:SystemTypeID>
</d2p1:UbV1Feature>
</Data>
</UbV1FeatureOutput>