GET admin/dev/get-by-code?code={code}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| code | string | Required | 
Body Parameters
None.
Response Information
Resource Description
RtBaseOfIDev| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | IDev | None. | |
| code | integer | None. | |
| msg | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "data": null,
  "code": 1,
  "msg": "sample string 2"
}
        application/xml, text/xml
            Sample:
<RtBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model"> <code>1</code> <msg>sample string 2</msg> <data i:nil="true" /> </RtBaseOfanyType>