Querying data with REST
Use the GET method to find or query the API with REST.
Get a list of Party objects
GET https://testapi.imis.com/sdkdemo/api/party
Get a single Party object
GET https://testapi.imis.com/sdkdemo/api/party/{id}
Where {id} is an existing iMIS Party Id.
Updated almost 7 years ago