Module CRUD
Number of APIs: 6
-
/<module> - Create POST {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}
-
/<module>/:id - Update Record PUT {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/{{SUGAR_RECORD}}
-
/<module> - Retrieve Records GET {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}
-
/<module>/filter - Filter Records POST {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/filter
-
/<module>/:id - Retrieve a Record GET {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/{{SUGAR_RECORD}}?fields
-
/<module>/MassUpdate PUT {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/MassUpdate