GET api/export/JohnsonCountyPeripherialsRemarks/{startDate}/{endDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate | date |
Required |
|
endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_JCWPeripheralsRemarks_ResultName | Description | Type | Additional information |
---|---|---|---|
PermitID | integer |
None. |
|
MPNPeripheralCommentID | integer |
None. |
|
MPNPeripheralID | integer |
None. |
|
Remarks | string |
None. |
|
CreateDate | date |
None. |
|
UpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PermitID": 1, "MPNPeripheralCommentID": 1, "MPNPeripheralID": 2, "Remarks": "sample string 3", "CreateDate": "2024-11-22T21:08:46.3418528-06:00", "UpdateDate": "2024-11-22T21:08:46.3418528-06:00" }, { "PermitID": 1, "MPNPeripheralCommentID": 1, "MPNPeripheralID": 2, "Remarks": "sample string 3", "CreateDate": "2024-11-22T21:08:46.3418528-06:00", "UpdateDate": "2024-11-22T21:08:46.3418528-06:00" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWPeripheralsRemarks_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_JCWPeripheralsRemarks_Result> <CreateDate>2024-11-22T21:08:46.3418528-06:00</CreateDate> <MPNPeripheralCommentID>1</MPNPeripheralCommentID> <MPNPeripheralID>2</MPNPeripheralID> <PermitID>1</PermitID> <Remarks>sample string 3</Remarks> <UpdateDate>2024-11-22T21:08:46.3418528-06:00</UpdateDate> </Export_JCWPeripheralsRemarks_Result> <Export_JCWPeripheralsRemarks_Result> <CreateDate>2024-11-22T21:08:46.3418528-06:00</CreateDate> <MPNPeripheralCommentID>1</MPNPeripheralCommentID> <MPNPeripheralID>2</MPNPeripheralID> <PermitID>1</PermitID> <Remarks>sample string 3</Remarks> <UpdateDate>2024-11-22T21:08:46.3418528-06:00</UpdateDate> </Export_JCWPeripheralsRemarks_Result> </ArrayOfExport_JCWPeripheralsRemarks_Result>