GET v1/vAssessments/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

vAssessment
NameDescriptionTypeAdditional information
AssessmentId

integer

None.

OffenderId

integer

None.

StatusDate

date

None.

AssessmentTypeId

integer

None.

AssessmentType

string

String length: inclusive between 0 and 50

StaffDescription

string

String length: inclusive between 0 and 200

AssessmentStatusId

string

String length: inclusive between 0 and 10

AssessmentStatus

string

String length: inclusive between 0 and 50

ClosedFlag

boolean

None.

Comment

string

String length: inclusive between 0 and 8000

AssessmentRecommendedSupervisionLevelId

string

String length: inclusive between 0 and 10

AssessmentRecommendedSupervisionLevel

string

String length: inclusive between 0 and 50

StaffRecommendedSupervisionLevelId

string

String length: inclusive between 0 and 10

StaffRecommendedSupervisionLevel

string

String length: inclusive between 0 and 50

ApprovedSupervisionLevelId

string

String length: inclusive between 0 and 10

ApprovedSupervisionLevel

string

String length: inclusive between 0 and 50

CreatedBy

integer

None.

CreatedByStaff

string

String length: inclusive between 0 and 101

ModifiedBy

integer

None.

ModifiedByStaff

string

String length: inclusive between 0 and 101

Response Formats

application/json, text/json

Sample:
{
  "assessmentId": 1,
  "offenderId": 2,
  "statusDate": "2024-09-08T11:32:23.1035531+00:00",
  "assessmentTypeId": 4,
  "assessmentType": "sample string 5",
  "staffDescription": "sample string 6",
  "assessmentStatusId": "sample string 7",
  "assessmentStatus": "sample string 8",
  "closedFlag": true,
  "comment": "sample string 10",
  "assessmentRecommendedSupervisionLevelId": "sample string 11",
  "assessmentRecommendedSupervisionLevel": "sample string 12",
  "staffRecommendedSupervisionLevelId": "sample string 13",
  "staffRecommendedSupervisionLevel": "sample string 14",
  "approvedSupervisionLevelId": "sample string 15",
  "approvedSupervisionLevel": "sample string 16",
  "createdBy": 1,
  "createdByStaff": "sample string 17",
  "modifiedBy": 18,
  "modifiedByStaff": "sample string 19"
}