Module CRUD

Number of APIs: 6

  1. /<module> - Create POST {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}

  2. /<module>/:id - Update Record PUT {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/{{SUGAR_RECORD}}

  3. /<module> - Retrieve Records GET {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}

  4. /<module>/filter - Filter Records POST {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/filter

  5. /<module>/:id - Retrieve a Record GET {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/{{SUGAR_RECORD}}?fields

  6. /<module>/MassUpdate PUT {{INSTANCE_URL}}/rest/v{{API_VERSION}}/{{SUGAR_MODULE}}/MassUpdate