GET api/VariableCreation/GetUsersLastCreatedReportID
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UsersLastReport| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportID | integer |
None. |
|
| ReportType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReportID": 1,
"ReportType": "sample string 2"
}
text/plain
Sample:
{"ReportID":1,"ReportType":"sample string 2"}
application/xml, text/xml
Sample:
<VariableCreationController.UsersLastReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rtr.Api.Controllers.VariableCreation"> <ReportID>1</ReportID> <ReportType>sample string 2</ReportType> </VariableCreationController.UsersLastReport>