GET v1/AssessmentStatusHistories/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AssessmentStatusHistory
NameDescriptionTypeAdditional information
AssessmentStatusHistoryId

integer

None.

AssessmentId

integer

None.

AssessmentStatusId

string

Required

String length: inclusive between 0 and 10

StartDate

date

None.

Comment

string

String length: inclusive between 0 and 8000

SupervisionLevelId

string

String length: inclusive between 0 and 10

AutoScreenerScoreCutPointId

integer

None.

ModifiedBy

integer

None.

SealedFlag

byte

None.

Assessment

Assessment

None.

AssessmentStatusHistoryReasons

Collection of AssessmentStatusHistoryReason

None.

Response Formats

application/json, text/json

Sample:
{
  "assessmentStatusHistoryId": 1,
  "assessmentId": 2,
  "assessmentStatusId": "sample string 3",
  "startDate": "2024-09-04T10:03:08.2032492+00:00",
  "comment": "sample string 5",
  "supervisionLevelId": "sample string 6",
  "autoScreenerScoreCutPointId": 1,
  "modifiedBy": 7,
  "sealedFlag": 64,
  "assessment": {
    "assessmentId": 1,
    "offenderId": 2,
    "assessmentTypeId": 3,
    "staffDescription": "sample string 4",
    "modifiedBy": 5,
    "sealedFlag": 64,
    "assessmentResponses": [
      {
        "assessmentResponseId": 1,
        "assessmentId": 2,
        "assessmentAnswerId": 3,
        "responseText1": "sample string 4",
        "responseText2": "sample string 5",
        "modifiedBy": 6,
        "sealedFlag": 64
      },
      {
        "assessmentResponseId": 1,
        "assessmentId": 2,
        "assessmentAnswerId": 3,
        "responseText1": "sample string 4",
        "responseText2": "sample string 5",
        "modifiedBy": 6,
        "sealedFlag": 64
      }
    ],
    "assessmentStatusHistories": []
  },
  "assessmentStatusHistoryReasons": [
    {
      "assessmentStatusHistoryReasonId": 1,
      "assessmentStatusHistoryId": 2,
      "assessmentStatusReasonId": "sample string 3",
      "modifiedBy": 4,
      "sealedFlag": 64
    },
    {
      "assessmentStatusHistoryReasonId": 1,
      "assessmentStatusHistoryId": 2,
      "assessmentStatusReasonId": "sample string 3",
      "modifiedBy": 4,
      "sealedFlag": 64
    }
  ]
}