GET api/Admin/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AdminLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| AdminLoginId | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| CompanyDetailId | integer |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"AdminLoginId": 1,
"Username": "sample string 2",
"Password": "sample string 3",
"CompanyDetailId": 1,
"Type": "sample string 4"
},
{
"$ref": "1"
}
]