REST API to get UCM ContentID
Summary:
Hi,
We are using SOAP service /idcws/GenericSoapPort with the below input payload to retrieve UCM contentID. 
SOAP Input payload:
soapenv:Body
<ucm:GenericRequest webKey="cs">
<ucm:Service IdcService="GET_SEARCH_RESULTS">
ucm:Document
<ucm:Field name="QueryText">`test`</ucm:Field>
</ucm:Document>
</ucm:Service>
</ucm:GenericRequest>
</soapenv:Body>
It responds with doc details that includes the dDocName as the contentID.
Is there any equivalent REST API service to get UCM contentID?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0