GET api/AssessmentStatesStandardMasters
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomAssessmentStatesStandardMastersName | Description | Type | Additional information |
---|---|---|---|
AssessmentStatesStandardMasterID | globally unique identifier |
None. |
|
StateValue | string |
None. |
|
StateDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AssessmentStatesStandardMasterID": "ddc96a39-c85f-4b3e-99c5-30f7d1457576", "StateValue": "sample string 2", "StateDescription": "sample string 3" }, { "AssessmentStatesStandardMasterID": "ddc96a39-c85f-4b3e-99c5-30f7d1457576", "StateValue": "sample string 2", "StateDescription": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomAssessmentStatesStandardMasters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomAssessmentStatesStandardMasters> <AssessmentStatesStandardMasterID>ddc96a39-c85f-4b3e-99c5-30f7d1457576</AssessmentStatesStandardMasterID> <StateDescription>sample string 3</StateDescription> <StateValue>sample string 2</StateValue> </CustomAssessmentStatesStandardMasters> <CustomAssessmentStatesStandardMasters> <AssessmentStatesStandardMasterID>ddc96a39-c85f-4b3e-99c5-30f7d1457576</AssessmentStatesStandardMasterID> <StateDescription>sample string 3</StateDescription> <StateValue>sample string 2</StateValue> </CustomAssessmentStatesStandardMasters> </ArrayOfCustomAssessmentStatesStandardMasters>