Skip to main content

Search Contacts

POST 

/contacts/search

> The contacts search endpoint is only available on the Propeller cloud version.

Retrieves a list of contacts by using the search fields below. Results will be paginated.

FieldType
debtorIdsarray(string)
dateCreatedDateFilter
dateModifiedDateFilter
offsetinteger
pageinteger

Date filter

A date filter is a special date search object that can search through a range:

{
"from": "2020-12-12T00:00:00",
"to": "2022-12-12T00:00:00"
}

Request

Query Parameters

    expands string

    Use expands as a query parameter to fetch additional information for contacts like sources, parent, etc. sources: if the "expands" parameter contains this value, the response from the API will return additional source information describing where this resource is imported from. If there are no sources for this resource then the sources property in the response will be just an empty array.

Body

    dateCreated

    object

    from string
    to string

    dateModified

    object

    from string
    to string
    name string
    offset number
    page number

Responses

Search Contacts - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object[]

  • Array [

  • abbreviation string
    dateCreated string
    dateModified string
    dateOfBirth string
    debtorId string
    email string
    fax string
    firstName string
    gender string
    id number
    lastName string
    login string
    middleName string
    mobile string
    name string
    phone string
    pricelistAmount string
    pricelistPercentage string
    primaryLanguage string
    ssn string
    title string
  • ]

  • end number
    itemsFound number
    messages string[]
    offset number
    page number
    pages number
    start number
    total number
Loading...