GET api/export/HayscommentsCSV/{startDate}/{endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Export_HaysCommentsCSV_Result
NameDescriptionTypeAdditional information
CommentID

string

None.

MPNCommentID

string

None.

PermitID

string

None.

CommentDate

string

None.

UserName

string

None.

Comment

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CommentID": "sample string 1",
    "MPNCommentID": "sample string 2",
    "PermitID": "sample string 3",
    "CommentDate": "sample string 4",
    "UserName": "sample string 5",
    "Comment": "sample string 6"
  },
  {
    "CommentID": "sample string 1",
    "MPNCommentID": "sample string 2",
    "PermitID": "sample string 3",
    "CommentDate": "sample string 4",
    "UserName": "sample string 5",
    "Comment": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExport_HaysCommentsCSV_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
  <Export_HaysCommentsCSV_Result>
    <Comment>sample string 6</Comment>
    <CommentDate>sample string 4</CommentDate>
    <CommentID>sample string 1</CommentID>
    <MPNCommentID>sample string 2</MPNCommentID>
    <PermitID>sample string 3</PermitID>
    <UserName>sample string 5</UserName>
  </Export_HaysCommentsCSV_Result>
  <Export_HaysCommentsCSV_Result>
    <Comment>sample string 6</Comment>
    <CommentDate>sample string 4</CommentDate>
    <CommentID>sample string 1</CommentID>
    <MPNCommentID>sample string 2</MPNCommentID>
    <PermitID>sample string 3</PermitID>
    <UserName>sample string 5</UserName>
  </Export_HaysCommentsCSV_Result>
</ArrayOfExport_HaysCommentsCSV_Result>