GET awareness/SupplyChainDataPackage?Network={Network}&year={year}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Network

string

Required

year

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MonthlyRate
NameDescriptionTypeAdditional information
EntityType

string

None.

Entity

string

None.

FiscalMonth

integer

None.

IncidentRate

decimal number

None.

LYIncidentRate

decimal number

None.

Goal

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EntityType": "sample string 1",
    "Entity": "sample string 2",
    "FiscalMonth": 3,
    "IncidentRate": 4.1,
    "LYIncidentRate": 5.1,
    "Goal": 6.1
  },
  {
    "EntityType": "sample string 1",
    "Entity": "sample string 2",
    "FiscalMonth": 3,
    "IncidentRate": 4.1,
    "LYIncidentRate": 5.1,
    "Goal": 6.1
  }
]