Party Interaction
Number of APIs: 11
TMF API Reference : TMF - 683 Party Interaction
Release : 19.5 - Oct 2019
The Party Interaction Management API provides a mechanism to manage party interactions. Creation, update and retrieval. Including creation, update, retrieval, deletion and notification of event. A Party Interaction captures information about past interactions in order to re-use it in future ones. his allows agents to serve users better by knowing the steps they went through. It also allows customers to see better the actions they have performed and how they interacted with the service provider.
Copyright © TM Forum 2019. All Rights Reserved
-
party Interaction-{id} - Retrieves a PartyInteraction by ID GET {{baseUrl}}/partyInteraction/:id?fields=aute enim ex cupidatat
-
party Interaction-{id} - Updates partially a PartyInteraction PATCH {{baseUrl}}/partyInteraction/:id
-
party Interaction-{id} - Deletes a PartyInteraction DELETE {{baseUrl}}/partyInteraction/:id
-
party Interaction - List or find PartyInteraction objects GET {{baseUrl}}/partyInteraction?fields=aute enim ex cupidatat&offset=-3078201&limit=-3078201
-
party Interaction - Creates a PartyInteraction POST {{baseUrl}}/partyInteraction
-
hub - Register a listener POST {{baseUrl}}/hub
-
hub - Unregister a listener DELETE {{baseUrl}}/hub/:id
-
listener - Client listener for entity PartyInteractionCreateEvent POST {{baseUrl}}/listener/partyInteractionCreateEvent
-
listener - Client listener for entity PartyInteractionDeleteEvent POST {{baseUrl}}/listener/partyInteractionDeleteEvent
-
listener - Client listener for entity PartyInteractionStatusChangeEvent POST {{baseUrl}}/listener/partyInteractionStatusChangeEvent