GET core4/Claims/Get/{storeNumber}/{year}?scope={scope}&coverage={coverage}&timeSpan={timeSpan}&sd={sd}&ed={ed}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scope | string |
Required |
|
coverage | string |
Required |
|
timeSpan | string |
Required |
|
year | integer |
Required |
|
sd | string |
Required |
|
ed | string |
Required |
|
storeNumber | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ClaimFactName | Description | Type | Additional information |
---|---|---|---|
Division | string |
None. |
|
Region | string |
None. |
|
District | string |
None. |
|
MailCode | string |
None. |
|
LateFees | decimal number |
None. |
|
PaidTotal | decimal number |
None. |
|
LostDays | decimal number |
None. |
|
TotalIncidents | decimal number |
None. |
|
OSHAReportable | string |
None. |
|
StoreControllable | string |
None. |
|
SafetyFocus | integer |
None. |
|
LastOSHAReportable | date |
None. |
|
Scope | string |
None. |
|
Month | integer |
None. |
|
Day | integer |
None. |
|
Year | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Division": "sample string 1", "Region": "sample string 2", "District": "sample string 3", "MailCode": "sample string 4", "LateFees": 5.1, "PaidTotal": 6.1, "LostDays": 7.1, "TotalIncidents": 8.1, "OSHAReportable": "sample string 9", "StoreControllable": "sample string 10", "SafetyFocus": 11, "LastOSHAReportable": "2025-05-02T22:32:35.289974-04:00", "Scope": "sample string 12", "Month": 13, "Day": 14, "Year": 15 }, { "Division": "sample string 1", "Region": "sample string 2", "District": "sample string 3", "MailCode": "sample string 4", "LateFees": 5.1, "PaidTotal": 6.1, "LostDays": 7.1, "TotalIncidents": 8.1, "OSHAReportable": "sample string 9", "StoreControllable": "sample string 10", "SafetyFocus": 11, "LastOSHAReportable": "2025-05-02T22:32:35.289974-04:00", "Scope": "sample string 12", "Month": 13, "Day": 14, "Year": 15 } ]