GET api/Standards/GetStandards
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StandardName | Description | Type | Additional information |
---|---|---|---|
StdId | integer |
None. |
|
StdNm | string |
None. |
|
IsDeleted | boolean |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StdId": 1, "StdNm": "sample string 2", "IsDeleted": true, "IsArchived": true }, { "StdId": 1, "StdNm": "sample string 2", "IsDeleted": true, "IsArchived": true } ]