Changes between Version 21 and Version 22 of S3/S3XML
- Timestamp:
- 07/19/11 08:12:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v21 v22 65 65 ||GET <resource>||returns the contents of the specified resource|| 66 66 ||GET <resource>/fields||returns a ''schema'' document for the resource (without components)|| 67 ||GET <resource>/options||returns a field options document for the resource and all of its components||68 ||GET <resource>/create ''without source''||returns a ''schema'' document for the resource and all of its components||69 ||GET <resource>/create ''with source''||analy ses the source and returns an import job (both creating new and updating existing records)||67 ||GET <resource>/options||returns a field options document for the resource|| 68 ||GET <resource>/create ''without source''||returns a ''schema'' document for the resource|| 69 ||GET <resource>/create ''with source''||analyzes the source and returns an import job (both creating new and updating existing records)|| 70 70 ||GET <resource>/create ''with job ID''||returns a view of the specified import job|| 71 71 ||POST <resource>/create ''with job ID''||updates or deletes the specified job|| 72 72 ||GET <resource>/update ''without source''||returns a ''schema'' document for the resource and all of its components|| 73 ||GET <resource>/update ''with source''||anal yses the source and returns an import job (only updates ofexisting records)||73 ||GET <resource>/update ''with source''||analzes the source and returns an import job (only updating existing records)|| 74 74 ||GET <resource>/update ''with job ID''||returns a view of the specified import job|| 75 75 ||POST <resource>/update ''with job ID''||updates or deletes the specified job|| … … 77 77 ||POST <resource> ''with source''||analyzes the source, creates and import job and commits the job to the database|| 78 78 ||PUT <resource> ''with job ID''||commits the specified job to the database|| 79 ||PUT <resource> ''with source''||analyzes the source, creates an dimport job and commits the job to the database||79 ||PUT <resource> ''with source''||analyzes the source, creates an import job and commits the job to the database|| 80 80 == XML Format == 81 81