Newer Version Available
Communications Cloud TM Forum API Release Notes
These features are implemented/enhanced for Winter'24 release.
TM Forum 621 Trouble Ticket API
Get the trouble tickets
Make a GET request to the new /troubleTicket resource.
New request parameters: offset, limit, and fields
New response body: Trouble Ticket Read Response
Create a trouble ticket
Make a POST request to the new /troubleTicket resource.
New request body: Trouble Ticket Create Request
New response body: Trouble Ticket Response
Fetch a trouble ticket by using the record ID
Make a GET request to the new /troubleTicket resource.
Required request parameter: id
New request parameters: fields
New response body: Trouble Ticket Read Response
TM Forum 651 Agreement Management API
Get details of the available agreements
Make a GET request to the new /agreement resource.
URL parameters: offset, pageLimit, fields
New response body: Agreement Read Response
Fetch a an agreement details by using the record ID
Make a GET request to the new /agreement resource.
URL parameters: id
New response body: Agreement Read Response
Create an agreement
Make a POST request to the new /agreement resource.
New request body: Agreement Create Request
New response body: Agreement Read Response
Update details of the agreement record ID
Make a PATCH request to the new /agreement/id resource.
URL parameters: id
New response body: Agreement Read Response
Delete an agreement
Make a DELETE request to the new /agreement resource.
URL parameter: id
New response body: Agreement Response
Let us know so we can improve!