GET AnalysisCategory/Get/{id}
Gets the specified Analysis Category based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Analysis Category| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| AnalysisTypeId | integer |
None. |
|
| Description | string |
Required String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"AnalysisTypeId": 2,
"Description": "sample string 3"
}