GET api/v2/MethodStatus/GetMethodsStatus?filter={filter}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filter | string |
Required |
Response
Collection of MethodStatusBasicName | Description | Type | Additional information |
---|---|---|---|
Active | boolean | ||
MethodStatusBehaviorId | integer | ||
MethodStatusBehavior | MethodStatusBehaviorBasic | ||
Id | integer | ||
Identification | string |
Response Format
application/json, text/json
Sample:
[ { "Active": true, "MethodStatusBehaviorId": 1, "MethodStatusBehavior": { "Id": 1, "Identification": "sample string 2" }, "Id": 2, "Identification": "sample string 3" }, { "Active": true, "MethodStatusBehaviorId": 1, "MethodStatusBehavior": { "Id": 1, "Identification": "sample string 2" }, "Id": 2, "Identification": "sample string 3" } ]
text/html
Sample:
[{"Active":true,"MethodStatusBehaviorId":1,"MethodStatusBehavior":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},{"Active":true,"MethodStatusBehaviorId":1,"MethodStatusBehavior":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"}]