sforce logo

Concepts


This section describes the following concepts:

About sforce API Calls

The sforce API calls represent specific operations that your client applications can invoke at run-time to perform certain tasks. For example, you can query your organization's data; add, update, and delete information; obtain metadata about your organization's data; and run utilities to perform administration tasks. For detailed information about sforce utility API calls, see sforce Utility API Calls.

Characteristics of sforce API Calls

All sforce API calls are:

Factors that Affect Data Access

When using the sforce API, the following factors affect access to your organization's data:

Typical API Call Sequence

For each sforce API call, your client application typically:

Start By Logging In to the sforce Server

Before invoking any other sforce API calls, a client application must first invoke the login call to establish a session with the sforce server, set the returned server URL as the target server for subsequent API requests, and set the returned session ID in the SOAP header to provide server authorization for subsequent API requests. For more information, see login and Sample Code Walkthrough.

Core Data Objects

Many calls in the sforce API use the following data objects:


© Copyright 2000-2003 SalesForce.com, Inc.
All rights reserved • Various trademarks held by their respective owners.