GET api/v2/tracetypes/{tracetypesId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tracetypesId | integer |
Required |
Response
TraceTypesDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2"
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2"}