GET api/people/{id}/redactionstatus

Redaction Status for a Person by PersonId Processes this people API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the requested resource.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The redaction status of a person

EnumDataContract
NameDescriptionTypeAdditional information
Id

The unique identifier of this resource.

integer

None.

Name

The name value.

string

None.

SystemName

The system name value.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "SystemName": "sample string 3"
}