GET api/ScheduleReport/GetReportFilter?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfReportFilterDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of ReportFilterDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "Id": 1, "ReportId": 2, "ReportTypeId": 3, "ReportFilterTypeId": 4, "ReportFilterValue": "sample string 5", "Name": "sample string 6", "ValidFlag": true, "DateCreated": "2024-11-21T00:34:08.4729746-08:00", "DateUpdated": "2024-11-21T00:34:08.4729746-08:00", "UserIDCreated": 10, "UserIDUpdated": 11, "CompanyCode": "sample string 12", "IsExcludeDiscount": true }, { "Id": 1, "ReportId": 2, "ReportTypeId": 3, "ReportFilterTypeId": 4, "ReportFilterValue": "sample string 5", "Name": "sample string 6", "ValidFlag": true, "DateCreated": "2024-11-21T00:34:08.4729746-08:00", "DateUpdated": "2024-11-21T00:34:08.4729746-08:00", "UserIDCreated": 10, "UserIDUpdated": 11, "CompanyCode": "sample string 12", "IsExcludeDiscount": true } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfReportFilterDTO_Sapgg6g_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.Report"> <d2p1:ReportFilterDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:34:08.4729746-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:34:08.4729746-08:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:Id>1</d2p1:Id> <d2p1:Name>sample string 6</d2p1:Name> <d2p1:ReportFilterTypeId>4</d2p1:ReportFilterTypeId> <d2p1:ReportFilterValue>sample string 5</d2p1:ReportFilterValue> <d2p1:ReportId>2</d2p1:ReportId> <d2p1:ReportTypeId>3</d2p1:ReportTypeId> </d2p1:ReportFilterDTO> <d2p1:ReportFilterDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:34:08.4729746-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:34:08.4729746-08:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:Id>1</d2p1:Id> <d2p1:Name>sample string 6</d2p1:Name> <d2p1:ReportFilterTypeId>4</d2p1:ReportFilterTypeId> <d2p1:ReportFilterValue>sample string 5</d2p1:ReportFilterValue> <d2p1:ReportId>2</d2p1:ReportId> <d2p1:ReportTypeId>3</d2p1:ReportTypeId> </d2p1:ReportFilterDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfReportFilterDTO_Sapgg6g_S>