Returns all unsummarized trapping data.
Creates new entry for unsummarized trapping data. Requires auth.
Accepts the following in the body (omitted values set to null
):
bloom
StringbloomDate
DatecleridCount
NumbercollectionDate
Datecounty
StringdaysActive
Stringendobrev
NumberFIPS
NumberglobalID
Stringlatitude
Numberlongitude
Numberlure
StringrangerDistrict
Stringseason
StringsirexLure
StringspbCount
NumberstartDate
Datestate
Stringtrap
Stringweek
Numberyear
Number
Deletes all unsummarized trapping data. Requires auth.
Returns a filtered slice of the unsummarized trapping data. Accepts the following query parameters:
startYear
endYear
state
county
rangerDistrict
Sends CSV of entire unsummarized trapping collection
Gets a row of unsummarized trapping data by its unique id.
Updates a row of unsummarized trapping data by its unique id. Requires auth.
Accepts the following in the body (omitted values ignored):
bloom
StringbloomDate
DatecleridCount
NumbercollectionDate
Datecounty
StringdaysActive
Stringendobrev
NumberFIPS
NumberglobalID
Stringlatitude
Numberlongitude
Numberlure
StringrangerDistrict
Stringseason
StringsirexLure
StringspbCount
NumberstartDate
Datestate
Stringtrap
Stringweek
Numberyear
Number
Deletes a row of unsummarized trapping data by its unique id. Requires auth.