SOAP to REST Advanced API Summary

Here you can find a mapping of SOAP functionality to REST functionality for the Advanced API.

SOAP REST Notes
GetServerTimestamp N/A There is currently no REST API to get the server timestamp.
CreateList POST /rest/api/v1.3/lists  
DeleteList N/A There is currently no REST API to delete a profile list.
ChangeListSchema N/A There is currently no REST API to change fields in a profile list.
GetUpdated N/A There is currently no REST API to retrieve list members based on when they were updated.
ChangeTableSchema N/A There is currently no REST API to change supplemental table schema.
CreateSQLView N/A There is currently no REST API to create an SQL view.
CreateLinkTable POST /rest/api/v1.3/folders/{folderName}/linkTables/{linkTableName}  
DeleteLinkTable DELETE /rest/api/v1.3/folders/{folderName}/linkTables/{linkTableName}  
MergeLinkRecords POST /rest/api/v1.3/folders/{folderName}/linkTables/{linkTableName}/members  
DeleteLinkRecords DELETE /rest/api/v1.3/folders/{folderName}/linkTables/{linkTableName}/members  
RetrieveLinkRecords GET /rest/api/v1.3/folders/{folderName}/linkTables/{linkTableName}/members  
RunJob PUT /rest/api/v1.3/connectJobs/{jobId}/trigger  
GetJobs GET /rest/api/v1.3/connectJobs  
GetJobRunLog GET /rest/api/v1.3/connectJobs/{jobId}/logs  
GetJobRuns GET /rest/api/v1.3/connectJobs/{jobId}/jobRuns?sdate={sDate}&edate={eDate}  
GetJobRunsStatus GET /rest/api/v1.3/connectJobs/{jobId}/trigger  

Learn more

SOAP to REST API Summary