Skip to main content

List accounts

GET 

/salesforce/accounts

NOTE: To use the Data Listing API you need to use the Supaglue Managed Destination and select Standard Objects to be synced.

Request

Query Parameters

    modified_after date-time

    If provided, will only return objects modified after this datetime. Datetime must be in ISO 8601 format and URI encoded.

    Example: 2023-02-23T00:00:00Z
    page_size string

    Number of results to return per page. (Max: 1000)

    Example: 123
    cursor string

    The pagination cursor value

    Example: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1

Responses

Accounts

Schema
    pagination objectrequired
    next stringnullablerequired
    previous stringnullablerequired
    total_count number
    records object[]required
  • Array [
  • Id stringrequired

    The unique identifier for this account.

    Description stringnullablerequired

    A description of the contact.

    BillingCity stringnullablerequired

    The city of the billing address of this contact.

    BillingCountry stringnullablerequired

    The country of the billing address of this contact.

    BillingPostalCode stringnullablerequired

    The postal code of the billing address of this contact.

    BillingState stringnullablerequired

    The state of the billing address of this contact.

    BillingStreet stringnullablerequired

    The street of the billing address of this contact.

    ShippingCity stringnullablerequired

    The city of the shipping address of this contact.

    ShippingCountry stringnullablerequired

    The country of the shipping address of this contact.

    ShippingPostalCode stringnullablerequired

    The postal code of the shipping address of this contact.

    ShippingState stringnullablerequired

    The state of the shipping address of this contact.

    ShippingStreet stringnullablerequired

    The street of the shipping address of this contact.

    Phone stringnullablerequired

    The account's phone number.

    Fax stringnullablerequired

    The account's fax number.

    Industry stringnullablerequired

    The type of industry in which the account operates.

    LastActivityDate date-timenullablerequired

    The date of the last activity on an account. The LastActivityDate is set to whichever is more recent -- the LastActivityDate of a related task or event or the LastModifiedDate of an account's record.

    Name stringnullablerequired

    The name of the account. Maximum size is 255 characters.

    NumberOfEmployees integernullablerequired

    The number of employees that work at the account.

    OwnerId stringnullablerequired

    ID of the user who owns this account. This is a relationship field.

    Website stringnullablerequired

    The account's website URL.

    IsDeleted booleanrequired

    Indicates whether the object has been moved to the Recycle Bin (true) or not (false).

    CreatedDate date-timerequired

    The date and time when this contact was created.

    SystemModstamp date-timerequired

    The date and time when this contact was last modified.

    raw_data objectrequired

    The raw data returned by the provider.

    property name* any

    The raw data returned by the provider.

  • ]
Loading...