GET api/people/unsubscribe/{id}
Get All contact items for a person, but obscure the details
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The created ContactItem
Collection of Dezrez.Core.DataContracts.External.Api.People.Query.Get.ContactItemDataContractName | Description | Type | Additional information |
---|---|---|---|
Type | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
Value | string |
None. |
|
Notes | string |
None. |
|
ContactOrder | integer |
None. |
|
AllowContact | boolean |
None. |
|
MarketingContactStatus | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
Name | string |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Type": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Value": "sample string 1", "Notes": "sample string 2", "ContactOrder": 3, "AllowContact": true, "MarketingContactStatus": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Name": "sample string 5", "Id": 6 }, { "Type": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Value": "sample string 1", "Notes": "sample string 2", "ContactOrder": 3, "AllowContact": true, "MarketingContactStatus": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Name": "sample string 5", "Id": 6 } ]