GET api/communicationlabels/{id}

Get a CommunicationLabel by id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CommunicationLabelDto
NameDescriptionTypeAdditional information
Id

The primary key of the record in the CRMS database.

integer

Required

Name

string

Required

String length: inclusive between 0 and 100

Inactive

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Inactive": true
}