GET api/GetMX
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of APIMX| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| title | string |
None. |
|
| description | string |
None. |
|
| typeID | integer |
None. |
|
| link | string |
None. |
|
| type | string |
None. |
|
| Inactive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"title": "sample string 2",
"description": "sample string 3",
"typeID": 1,
"link": "sample string 4",
"type": "sample string 5",
"Inactive": true
},
{
"id": 1,
"title": "sample string 2",
"description": "sample string 3",
"typeID": 1,
"link": "sample string 4",
"type": "sample string 5",
"Inactive": true
}
]
application/octet-stream, multipart/form-data
Sample:
[{"id":1,"title":"sample string 2","description":"sample string 3","typeID":1,"link":"sample string 4","type":"sample string 5","Inactive":true},{"id":1,"title":"sample string 2","description":"sample string 3","typeID":1,"link":"sample string 4","type":"sample string 5","Inactive":true}]
application/xml, text/xml
Sample:
<ArrayOfSysItemsController.APIMX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers">
<SysItemsController.APIMX>
<Inactive>true</Inactive>
<description>sample string 3</description>
<id>1</id>
<link>sample string 4</link>
<title>sample string 2</title>
<type>sample string 5</type>
<typeID>1</typeID>
</SysItemsController.APIMX>
<SysItemsController.APIMX>
<Inactive>true</Inactive>
<description>sample string 3</description>
<id>1</id>
<link>sample string 4</link>
<title>sample string 2</title>
<type>sample string 5</type>
<typeID>1</typeID>
</SysItemsController.APIMX>
</ArrayOfSysItemsController.APIMX>