Developer Services‎ > ‎MessagingV1‎ > ‎

CheckDuplicate

Perform a check for a duplicate express request process.  Mirrors the standard duplicate check made when starting an express request process, but does not actually start the process. 

Request URL

https://secure.healthx.com/api/messagingv1/Thread/CheckDuplicate/{processid}

HTTP Verb

POST

Parameters
  • processid:  The process ID, in GUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
    • This is an internally generated ID

Sample request body

Coming soon!

Return Sample

Returns an object that indicates if it is a duplicate and the duplicate message if it is.

Comments