GET api/people/{id}/redactionstatus
Redaction Status for a Person by PersonId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The redaction status of a person
Dezrez.Core.DataContracts.External.Api.System.EnumDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
SystemName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }