GET api/AssessmentActionsStandardMasters

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomAssessmentActionsStandardMasters
NameDescriptionTypeAdditional information
AssessmentActionsStandardMasterID

globally unique identifier

None.

ActionValue

string

None.

ActionDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AssessmentActionsStandardMasterID": "6242acbd-859e-49ca-86ce-a58eadc3d26d",
    "ActionValue": "sample string 2",
    "ActionDescription": "sample string 3"
  },
  {
    "AssessmentActionsStandardMasterID": "6242acbd-859e-49ca-86ce-a58eadc3d26d",
    "ActionValue": "sample string 2",
    "ActionDescription": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomAssessmentActionsStandardMasters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <CustomAssessmentActionsStandardMasters>
    <ActionDescription>sample string 3</ActionDescription>
    <ActionValue>sample string 2</ActionValue>
    <AssessmentActionsStandardMasterID>6242acbd-859e-49ca-86ce-a58eadc3d26d</AssessmentActionsStandardMasterID>
  </CustomAssessmentActionsStandardMasters>
  <CustomAssessmentActionsStandardMasters>
    <ActionDescription>sample string 3</ActionDescription>
    <ActionValue>sample string 2</ActionValue>
    <AssessmentActionsStandardMasterID>6242acbd-859e-49ca-86ce-a58eadc3d26d</AssessmentActionsStandardMasterID>
  </CustomAssessmentActionsStandardMasters>
</ArrayOfCustomAssessmentActionsStandardMasters>