Skip to main content
Get contact details by its ID.
External DocumentationTo learn more, visit the Oracle Service Cloud documentation.

Basic Parameters

ParameterDescription
Application ContextThe application context information to attach as OSvC-CREST-Application-Context request header. For more information, please refer to Oracle documentation.
Contact IDThe ID of the contact to get details on.

Advanced Parameters

ParameterDescription
Next Request AfterThe time (in milliseconds) that must elapse before subsequent API calls will be executed. This value will be attached as osvc-crest-next-request-after request header. For more information, please refer to Oracle documentation.

Example Output

{
  "id": 2,
  "lookupName": "Fred Flintstone",
  "createdTime": "2008-04-16T19:36:50.000Z",
  "updatedTime": "2015-03-06T17:35:53.000Z",
  "address": {
    "city": "Bozeman",
  }
}

Workflow Library Example

Get Contact Details with Oracle Service Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop