GET AnalysisType/Get/{id}
Retrieves a specific Analysis Type.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The id of the Analysis Type. |
Body Parameters
None.
Response Information
Resource Description
Analysis TypeName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
|
AnalysisCategories | Collection of Analysis Category |
None. |
|
Active | bool |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Description": "sample string 2", "AnalysisCategories": [ { "ID": 1, "AnalysisTypeId": 2, "Description": "sample string 3" }, { "ID": 1, "AnalysisTypeId": 2, "Description": "sample string 3" } ], "Active": true }