GET api/VMAX/GetVMAXGetLogdetailsId?VendorID={VendorID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VmaxLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Activity | string |
None. |
|
| FULLNAME | string |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Activity": "sample string 1",
"FULLNAME": "sample string 2",
"CreatedDate": "2026-04-02T08:00:16.2767655+05:30"
},
{
"Activity": "sample string 1",
"FULLNAME": "sample string 2",
"CreatedDate": "2026-04-02T08:00:16.2767655+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfVmaxLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<VmaxLog>
<Activity>sample string 1</Activity>
<CreatedDate>2026-04-02T08:00:16.2767655+05:30</CreatedDate>
<FULLNAME>sample string 2</FULLNAME>
</VmaxLog>
<VmaxLog>
<Activity>sample string 1</Activity>
<CreatedDate>2026-04-02T08:00:16.2767655+05:30</CreatedDate>
<FULLNAME>sample string 2</FULLNAME>
</VmaxLog>
</ArrayOfVmaxLog>