GET api/member/homepage/compliance

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StateComplianceSummary
NameDescriptionTypeAdditional information
StateId

integer

None.

StateName

string

None.

StateURL

string

None.

Notes

Collection of string

None.

SpecialtyListInformation

Collection of SpecialtyListInformation

None.

Years/Periods

Collection of CompliancePeriod

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StateId": 1,
    "StateName": "sample string 2",
    "StateURL": "sample string 3",
    "Notes": [
      "sample string 1",
      "sample string 2"
    ],
    "SpecialtyListInformation": [
      {
        "SpecialtyID": 1,
        "SpecialtyName": "sample string 2",
        "StateID": 3
      },
      {
        "SpecialtyID": 1,
        "SpecialtyName": "sample string 2",
        "StateID": 3
      }
    ],
    "Years/Periods": [
      {
        "Year": 1,
        "PeriodID": 2,
        "ProgressStatus": "sample string 3",
        "TotalRequired": 4.0,
        "Completed": 5.0,
        "InpersonLiveOutsideCredits": {
          "StateAbbreviation": "sample string 1",
          "Content": "sample string 2",
          "NumberOfHours": 3.0,
          "IsChecked": true
        },
        "LiveDetails": {
          "TotalRequired": 1.0,
          "Completed": 2.0,
          "Label": "sample string 3"
        },
        "SpecialtyDetails": [
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          },
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          }
        ]
      },
      {
        "Year": 1,
        "PeriodID": 2,
        "ProgressStatus": "sample string 3",
        "TotalRequired": 4.0,
        "Completed": 5.0,
        "InpersonLiveOutsideCredits": {
          "StateAbbreviation": "sample string 1",
          "Content": "sample string 2",
          "NumberOfHours": 3.0,
          "IsChecked": true
        },
        "LiveDetails": {
          "TotalRequired": 1.0,
          "Completed": 2.0,
          "Label": "sample string 3"
        },
        "SpecialtyDetails": [
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          },
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          }
        ]
      }
    ]
  },
  {
    "StateId": 1,
    "StateName": "sample string 2",
    "StateURL": "sample string 3",
    "Notes": [
      "sample string 1",
      "sample string 2"
    ],
    "SpecialtyListInformation": [
      {
        "SpecialtyID": 1,
        "SpecialtyName": "sample string 2",
        "StateID": 3
      },
      {
        "SpecialtyID": 1,
        "SpecialtyName": "sample string 2",
        "StateID": 3
      }
    ],
    "Years/Periods": [
      {
        "Year": 1,
        "PeriodID": 2,
        "ProgressStatus": "sample string 3",
        "TotalRequired": 4.0,
        "Completed": 5.0,
        "InpersonLiveOutsideCredits": {
          "StateAbbreviation": "sample string 1",
          "Content": "sample string 2",
          "NumberOfHours": 3.0,
          "IsChecked": true
        },
        "LiveDetails": {
          "TotalRequired": 1.0,
          "Completed": 2.0,
          "Label": "sample string 3"
        },
        "SpecialtyDetails": [
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          },
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          }
        ]
      },
      {
        "Year": 1,
        "PeriodID": 2,
        "ProgressStatus": "sample string 3",
        "TotalRequired": 4.0,
        "Completed": 5.0,
        "InpersonLiveOutsideCredits": {
          "StateAbbreviation": "sample string 1",
          "Content": "sample string 2",
          "NumberOfHours": 3.0,
          "IsChecked": true
        },
        "LiveDetails": {
          "TotalRequired": 1.0,
          "Completed": 2.0,
          "Label": "sample string 3"
        },
        "SpecialtyDetails": [
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          },
          {
            "TotalRequired": 1.0,
            "Completed": 2.0,
            "Label": "sample string 3",
            "SpecialtyID": 4
          }
        ]
      }
    ]
  }
]