/v1/import

Imports can be kicked off by uploading a CSV file to https://api.apptoto.com/v1/import

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
file
required

The CSV or Tab-delimited file that Apptoto should import. This parameter can either a string, or a file (using multipart/form-data)

int32

Instead of providing a "spec" parameter, you can use Apptoto's Import UI to map columns to fields. Once you've done that you can specify the import id of the existing import for the based_on_import_id parameter and Apptoto will use the settings from that previous import when running the new uploaded import.

string
Defaults to events

Can be either "events" or "contacts". Defaults to "events".

date

Required when using the "support_delete" option. This tells Apptoto the beginning of the time range of appointments that you are uploading. Any appointments that are inside the time range but not included in the new upload will be removed if support_delete is turned on.

date

Required when using the "support_delete" option. See start_time parameter above for more information.

boolean

Supports removing any appointments on the server that are not listed in the upload between the start_time and end_time provided. This is often set in the upload spec already, but you can override it here.

boolean

Supports updating any appointments on the server that are not listed in the upload between the start_time and end_time provided. This is often set in the upload spec already, but you can override it here.

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!