GET v1/{subscriptionID}/touchPoints/{touchPointID}
Gets a touchpoint.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
touchPointID |
The touchpoint ID to be retrieved. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a touchpoint for the specified touchpoint ID.
TouchPointModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the touchpoint ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the touchpoint. |
globally unique identifier |
None. |
ProjectID |
Gets the project ID of the touchpoint. |
globally unique identifier |
None. |
Name |
Gets and sets the touchpoint name. |
string |
None. |
CreationTime |
Gets the touchpoint creation time. |
date |
None. |
Creator |
Gets the user who created the touchpoint. |
UserViewModel |
None. |
ModificationTime |
Gets the last modification time of the touchpoint. |
date |
None. |
Modifier |
Gets the user who was the last to modify the touchpoint. |
UserViewModel |
None. |
Type |
Gets the touchpoint type. |
TouchPointType |
None. |
FriendlyID |
Gets the friendly ID of the touchpoint. |
string |
None. |
VisibleInAnalyticsProjectSummary |
Gets a value indicating whether the touchpoint is visible in Analytics Tab. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.