Getting Started with MotionCX

This page will help you get started with MotionCX. You'll be up and running in a jiffy!

Welcome to the MotionCX API

Almost all of the communication between the MotionCX modules occurs via an API that you can directly use to query and control your MotionCX data.

The API is broken up into key areas

AreaDescription
CRMCRM & Case management related items
ReportingInformation from MotionCX product

📝 General guidance

The API uses a REST interface. Generally, you can use any language to interact with REST. Our interactive documentation even gives you and your in-house technical resources examples!

👍

Note: Although we generally conform to REST standards, we have taken a few liberties. Many GET based methods are also available as a POST method to query data. The reason behind this is to make it easier to submit complex JSON based queries as we expand.