REST API (24.1)

<< Click to Display Table of Contents >>

Navigation:  Release Notes > Build 24.1 (Mar 2024) >

REST API (24.1)

 

 

 

 

 

 

 


 

 

REST API – Remove TASK_CODE from Lithology Endpoints [d36085]

Removed the TASK_CODE field from the following EQuIS REST API endpoints:
  • DELETE api/facilities/{facilityId}/locations/{locationId}/lithology/{lithologyId}
  • GET api/facilities/{facilityId}/locations/{locationId}/lithology
  • POST api/facilities/{facilityId}/locations/{locationId}/litholog
  • PUT api/facilities/{facilityId}/locations/{locationId}/lithology/{lithologyId}

 

 


 

 

REST API – Added api/odata/$batch Endpoint [d35039]

Added the api/odata/$batch REST API endpoint for batch processing large OData requests instead of requiring multiple small requests.

 

 


 

 

REST API – Added Collect Template Endpoints for Template Translations [d34252]

Added new REST API endpoints for Collect which allow for the translation of templates used in Collect Mobile. Currently, these endpoints are only available to make API requests from within Collect Enterprise.

 

 


 

 

REST API – Update PUT api/facilities/{facilityId}/locations/{locationId}/lithology/{lithologyId} Endpoint [d35995]

Fixed a bug in the PUT api/facilities/{facilityId}/locations/{locationId}/lithology/{lithologyId} endpoint where the END_DEPTH did not update when only the END_DEPTH value was changed. The END_DEPTH value now updates in both the DT_LITHOLOGY and DT_LITHOLOGY_COMPONENT tables.