GET api/export/JohnsonCountyChecklists/{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_JCWChecklists_ResultName | Description | Type | Additional information |
---|---|---|---|
MPNFieldID | integer |
None. |
|
PermitID | integer |
None. |
|
Section | string |
None. |
|
IsSectionCompleted | boolean |
None. |
|
FieldName | string |
None. |
|
FieldValue | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "MPNFieldID": 1, "PermitID": 1, "Section": "sample string 2", "IsSectionCompleted": true, "FieldName": "sample string 3", "FieldValue": "sample string 4" }, { "MPNFieldID": 1, "PermitID": 1, "Section": "sample string 2", "IsSectionCompleted": true, "FieldName": "sample string 3", "FieldValue": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWChecklists_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_JCWChecklists_Result> <FieldName>sample string 3</FieldName> <FieldValue>sample string 4</FieldValue> <IsSectionCompleted>true</IsSectionCompleted> <MPNFieldID>1</MPNFieldID> <PermitID>1</PermitID> <Section>sample string 2</Section> </Export_JCWChecklists_Result> <Export_JCWChecklists_Result> <FieldName>sample string 3</FieldName> <FieldValue>sample string 4</FieldValue> <IsSectionCompleted>true</IsSectionCompleted> <MPNFieldID>1</MPNFieldID> <PermitID>1</PermitID> <Section>sample string 2</Section> </Export_JCWChecklists_Result> </ArrayOfExport_JCWChecklists_Result>