GET api/users/me/summary?countyId={countyId}&agencyId={agencyId}&year={year}

This method will retrieve ptd user appeal/property summary data for user's dashboard

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

Id of the selected county

integer

Required

agencyId

Id of the selected agency

integer

Required

year

integer

Required

Body Parameters

None.

Response Information

Resource Description

Instance of Dashboard summary data

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>