Skip to main content

Get standard object record

GET 

/standard_objects/:object_name/records/:record_id

Get standard object record

Support:

ProviderSupported
HubspotYes
SalesforceYes
PipedriveNo
MS DynamicsNo

Request

Path Parameters

    object_name stringrequired

    The unique name of the custom object. For Salesforce, this should end with __c. For Hubspot, this will typically be the singular form of the object.

    Example: MyCustomObject__c
    record_id stringrequired

    The ID of the record to retrieve or update

    Example: 82de27cb-6f8c-4278-b783-82d1d916eddc

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

Standard Object Record

Schema
    id stringrequired
    object_name stringrequired
    data objectrequired
    property name* any
    is_deleted booleanrequired
    last_modified_at date-timerequired
Loading...