GET api/v2/MethodStatus/GetMethodsStatus?filter={filter}&translate={translate}

Request

URI Parameters

NameDescriptionTypeAdditional information
filter

string

Required

translate

boolean

Default value is False

Response

Collection of MethodStatusBasic
NameDescriptionTypeAdditional 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"}]