GET api/v2/specifications/Analyses/{specificationAnalysesId}?translate={translate}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| specificationAnalysesId | integer |
Required |
|
| translate | boolean |
Default value is False |
Response
SpecificationAnalysesBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| SId | integer | ||
| Notes | string | ||
| Synonym | string |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"SId": 1,
"Notes": "sample string 2",
"Synonym": "sample string 3"
}
text/html
Sample:
{"Id":1,"SId":1,"Notes":"sample string 2","Synonym":"sample string 3"}