GET api/ClergyAssessmentResponses

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ClergyAssessmentRespons
NameDescriptionTypeAdditional information
RecordId

integer

None.

Year

integer

None.

AssessedUserId

integer

None.

AssessedUserFirstName

string

None.

AssessedUserLastName

string

None.

AssessedUserPosition

string

None.

StaffParishUserId

integer

None.

StaffParishUserFirstName

string

None.

StaffParishUserLastName

string

None.

GCFA

integer

None.

District

string

None.

DistrictId

integer

None.

ChurchName

string

None.

ResponseStatus

string

None.

StaffParishStatus

string

None.

LastModified

date

None.

Details

Collection of ClergyAssessmentResponseDetail

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RecordId": 1,
    "Year": 2,
    "AssessedUserId": 3,
    "AssessedUserFirstName": "sample string 4",
    "AssessedUserLastName": "sample string 5",
    "AssessedUserPosition": "sample string 6",
    "StaffParishUserId": 7,
    "StaffParishUserFirstName": "sample string 8",
    "StaffParishUserLastName": "sample string 9",
    "GCFA": 10,
    "District": "sample string 11",
    "DistrictId": 1,
    "ChurchName": "sample string 12",
    "ResponseStatus": "sample string 13",
    "StaffParishStatus": "sample string 14",
    "LastModified": "2025-07-04T13:42:36.2184267-04:00",
    "Details": [
      {
        "RecordId": 1,
        "ResponseRecordId": 1,
        "SelfOrStaff": "sample string 2",
        "CategoryId": 1,
        "QuestionId": 1,
        "Rating": 1,
        "Comment": "sample string 3"
      },
      {
        "RecordId": 1,
        "ResponseRecordId": 1,
        "SelfOrStaff": "sample string 2",
        "CategoryId": 1,
        "QuestionId": 1,
        "Rating": 1,
        "Comment": "sample string 3"
      }
    ]
  },
  {
    "RecordId": 1,
    "Year": 2,
    "AssessedUserId": 3,
    "AssessedUserFirstName": "sample string 4",
    "AssessedUserLastName": "sample string 5",
    "AssessedUserPosition": "sample string 6",
    "StaffParishUserId": 7,
    "StaffParishUserFirstName": "sample string 8",
    "StaffParishUserLastName": "sample string 9",
    "GCFA": 10,
    "District": "sample string 11",
    "DistrictId": 1,
    "ChurchName": "sample string 12",
    "ResponseStatus": "sample string 13",
    "StaffParishStatus": "sample string 14",
    "LastModified": "2025-07-04T13:42:36.2184267-04:00",
    "Details": [
      {
        "RecordId": 1,
        "ResponseRecordId": 1,
        "SelfOrStaff": "sample string 2",
        "CategoryId": 1,
        "QuestionId": 1,
        "Rating": 1,
        "Comment": "sample string 3"
      },
      {
        "RecordId": 1,
        "ResponseRecordId": 1,
        "SelfOrStaff": "sample string 2",
        "CategoryId": 1,
        "QuestionId": 1,
        "Rating": 1,
        "Comment": "sample string 3"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfClergyAssessmentRespons xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/inumcData">
  <ClergyAssessmentRespons>
    <AssessedUserFirstName>sample string 4</AssessedUserFirstName>
    <AssessedUserId>3</AssessedUserId>
    <AssessedUserLastName>sample string 5</AssessedUserLastName>
    <AssessedUserPosition>sample string 6</AssessedUserPosition>
    <ChurchName>sample string 12</ChurchName>
    <Details>
      <ClergyAssessmentResponseDetail>
        <CategoryId>1</CategoryId>
        <Comment>sample string 3</Comment>
        <QuestionId>1</QuestionId>
        <Rating>1</Rating>
        <RecordId>1</RecordId>
        <ResponseRecordId>1</ResponseRecordId>
        <SelfOrStaff>sample string 2</SelfOrStaff>
      </ClergyAssessmentResponseDetail>
      <ClergyAssessmentResponseDetail>
        <CategoryId>1</CategoryId>
        <Comment>sample string 3</Comment>
        <QuestionId>1</QuestionId>
        <Rating>1</Rating>
        <RecordId>1</RecordId>
        <ResponseRecordId>1</ResponseRecordId>
        <SelfOrStaff>sample string 2</SelfOrStaff>
      </ClergyAssessmentResponseDetail>
    </Details>
    <District>sample string 11</District>
    <DistrictId>1</DistrictId>
    <GCFA>10</GCFA>
    <LastModified>2025-07-04T13:42:36.2184267-04:00</LastModified>
    <RecordId>1</RecordId>
    <ResponseStatus>sample string 13</ResponseStatus>
    <StaffParishStatus>sample string 14</StaffParishStatus>
    <StaffParishUserFirstName>sample string 8</StaffParishUserFirstName>
    <StaffParishUserId>7</StaffParishUserId>
    <StaffParishUserLastName>sample string 9</StaffParishUserLastName>
    <Year>2</Year>
  </ClergyAssessmentRespons>
  <ClergyAssessmentRespons>
    <AssessedUserFirstName>sample string 4</AssessedUserFirstName>
    <AssessedUserId>3</AssessedUserId>
    <AssessedUserLastName>sample string 5</AssessedUserLastName>
    <AssessedUserPosition>sample string 6</AssessedUserPosition>
    <ChurchName>sample string 12</ChurchName>
    <Details>
      <ClergyAssessmentResponseDetail>
        <CategoryId>1</CategoryId>
        <Comment>sample string 3</Comment>
        <QuestionId>1</QuestionId>
        <Rating>1</Rating>
        <RecordId>1</RecordId>
        <ResponseRecordId>1</ResponseRecordId>
        <SelfOrStaff>sample string 2</SelfOrStaff>
      </ClergyAssessmentResponseDetail>
      <ClergyAssessmentResponseDetail>
        <CategoryId>1</CategoryId>
        <Comment>sample string 3</Comment>
        <QuestionId>1</QuestionId>
        <Rating>1</Rating>
        <RecordId>1</RecordId>
        <ResponseRecordId>1</ResponseRecordId>
        <SelfOrStaff>sample string 2</SelfOrStaff>
      </ClergyAssessmentResponseDetail>
    </Details>
    <District>sample string 11</District>
    <DistrictId>1</DistrictId>
    <GCFA>10</GCFA>
    <LastModified>2025-07-04T13:42:36.2184267-04:00</LastModified>
    <RecordId>1</RecordId>
    <ResponseStatus>sample string 13</ResponseStatus>
    <StaffParishStatus>sample string 14</StaffParishStatus>
    <StaffParishUserFirstName>sample string 8</StaffParishUserFirstName>
    <StaffParishUserId>7</StaffParishUserId>
    <StaffParishUserLastName>sample string 9</StaffParishUserLastName>
    <Year>2</Year>
  </ClergyAssessmentRespons>
</ArrayOfClergyAssessmentRespons>