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": "7be5fcd2-5d8f-488d-b8f3-facf3c34ff3c", "StateValue": "sample string 2", "StateDescription": "sample string 3" }, { "AssessmentStatesStandardMasterID": "7be5fcd2-5d8f-488d-b8f3-facf3c34ff3c", "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>7be5fcd2-5d8f-488d-b8f3-facf3c34ff3c</AssessmentStatesStandardMasterID> <StateDescription>sample string 3</StateDescription> <StateValue>sample string 2</StateValue> </CustomAssessmentStatesStandardMasters> <CustomAssessmentStatesStandardMasters> <AssessmentStatesStandardMasterID>7be5fcd2-5d8f-488d-b8f3-facf3c34ff3c</AssessmentStatesStandardMasterID> <StateDescription>sample string 3</StateDescription> <StateValue>sample string 2</StateValue> </CustomAssessmentStatesStandardMasters> </ArrayOfCustomAssessmentStatesStandardMasters>