GET v1/{subscriptionID}/projects/{projectID}/touchPoints
Gets all touchpoints in a project.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns all touchpoints for the specified project ID.
Collection of TouchPointViewModelName | Description | Type | Additional information |
---|---|---|---|
FriendlyID |
Gets the friendly ID of the touchpoint. |
string |
None. |
ID |
Gets the touchpoint ID. |
globally unique identifier |
None. |
Name |
Gets the touchpoint name. |
string |
None. |
Type |
Gets the touchpoint type. |
TouchPointType |
None. |
Status |
Gets the touchpoint status. |
TouchPointStatus |
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. |
Response Formats
application/json, text/json
Sample:
[ { "FriendlyID": "sample string 1", "ID": "643655a8-8d66-40ec-a9e2-f1e4e48069bc", "Name": "sample string 3", "Type": 1, "Status": 1, "ModificationTime": "2022-05-23T12:02:03.5917545Z", "Modifier": { "ID": "6bd884ac-e52c-41af-b3c9-9cba2c1ac05a", "Name": "sample string 2" } }, { "FriendlyID": "sample string 1", "ID": "643655a8-8d66-40ec-a9e2-f1e4e48069bc", "Name": "sample string 3", "Type": 1, "Status": 1, "ModificationTime": "2022-05-23T12:02:03.5917545Z", "Modifier": { "ID": "6bd884ac-e52c-41af-b3c9-9cba2c1ac05a", "Name": "sample string 2" } } ]