Skip to main content

List Opportunities

GET 

/crm/opportunities

List opportunities based on a given criteria

Request

Query Parameters

    credentialId stringrequired

    The ID of the credential.

    pageNumber string

    The page number of the results. Default is 1.

    pageSize int32

    The maximum number of results to show on a page. Default is 50. Maximum is 100.

    opportunityName string

    Filter opportunities by their exact name.

    opportunityNameContains string

    Filter opportunities where the name contains the specified string.

    opportunityNameNotEquals string

    Filter opportunities where the name is not the specified string.

    opportunityStage string

    Filter opportunities by their exact current stage (e.g., Lead, Qualified, Proposal).

    opportunityStageContains string

    Filter opportunities where the current stage contains the specified string.

    opportunityStageNotEquals string

    Filter opportunities where the current stage is not the specified string.

    amountStage string

    Filter opportunities based on the exact stage or status of the amount (e.g., Estimated, Finalized).

    amountStageContains string

    Filter opportunities where the amount stage contains the specified string.

    amountStageNotEquals string

    Filter opportunities where the amount stage is not the specified string.

    opportunityDescription string

    Filter opportunities by their exact description.

    opportunityDescriptionContains string

    Filter opportunities where the description contains the specified string.

    opportunityDescriptionNotEquals string

    Filter opportunities where the description is not the specified string.

    lastActivityAt string

    Filter opportunities by the exact date/time of their last activity.

    remoteCreatedAtMin date

    Filter objects created in the third-party application after a specified date.

    remoteCreatedAtMax date

    Filter objects created in the third-party application before a specified date.

    remoteUpdatedAtMin date

    Filter objects last updated in the third-party application after a specified date.

    remoteUpdatedAtMax date

    Filter objects last updated in the third-party application before a specified date.

    createdAtMin date

    Filter objects created after a specified date.

    createdAtMax date

    Filter objects created before a specified date.

    updatedAtMin date

    Filter objects last updated after a specified date.

    updatedAtMax date

    Filter objects last updated before a specified date.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    opportunities

    object[]

  • Array [

  • id string
    remoteId string
    opportunityName string
    opportunityDescription string
    amount integer

    Default value: 0

    opportunityOwner string
    opportunityAccount string
    opportunityStage string
    opportunityStatus string
    lastActivityAt string
    closeDate string
    remoteCreatedAt string
    remoteUpdatedAt string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
  • ]

Loading...