GET api/communicationeffectivenesses/{id}
Get a CommunicationEffectiveness by id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommunicationEffectivenessDtoName | Description | Type | Additional information |
---|---|---|---|
Id |
The primary key of the record in the Hobsons database. |
integer |
None. |
Name | string |
Required String length: inclusive between 0 and 100 |
|
Inactive | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Inactive": true }