Question
I am making some API calls in my integrations and would like to expand on what they can do. If this is an older integration, can the API be updated to take advantage of more functionality?
Environment
All versions of xMatters On-Demand
Answer
First, check if you're using one of the older REAPI endpoints. Look for anything in the API endpoint that uses REAPI. For example:
https://<company>.xmatters.com/reapi/2015-01-01/<endpoint>
The REAPI calls are listed on this page:
https://help.xmatters.com/ondemand/xmodwelcome/communicationplanbuilder/appendixrestapi.htm
Most of these calls have already been deprecated and replaced with endpoints in the xMatters REST API. The newer endpoints often have more functionality, as well as being part of the currently supported API.
You can find the full list of REST API endpoints here:
https://help.xmatters.com/xmapi/index.html
Comments
0 commentsArticle is closed for comments.