Prospecting Data Structures

Access Point: /api.1.1.0/prospecting/get_pipelines.json

HTTP Method: GET|POST

Description: Get list of non-deleted pipelines sorted by creation time.

Params:

  • api_key: You can get your API key here: https://connectionsphere.com/member/clientinformation

  • offset: Optional. The number of the row to start listing. First row has assigned the number 0; second row has assigned the number 1, etc. This parameter is 0 by default.

  • count: The number of rows you want to get in the response. It's 30 by default.

Access Point: /api.1.1.0/prospecting/get_searches.json

HTTP Method: GET|POST

Description: Get list of non-deleted searches sorted by creation time.

Params:

  • api_key: You can get your API key here: https://connectionsphere.com/member/clientinformation

  • offset: Optional. The number of the row to start listing. First row has assigned the number 0; second row has assigned the number 1, etc. This parameter is 0 by default.

  • count: The number of rows you want to get in the response. It's 30 by default.

Access Point: /api.1.1.0/prospecting/get_messages.json

HTTP Method: GET|POST

Description: Get list of non-deleted messages sorted by creation time.

Params:

  • api_key: You can get your API key here: https://connectionsphere.com/member/clientinformation

  • offset: Optional. The number of the row to start listing. First row has assigned the number 0; second row has assigned the number 1, etc. This parameter is 0 by default.

  • count: The number of rows you want to get in the response. It's 30 by default.