Supaglue Actions API v2 (v0.13.5)

Number of APIs: 9

  1. Passthrough - Send POST {{baseUrl}}/actions/v2/passthrough

  2. Entities - Get Entity Record GET {{baseUrl}}/actions/v2/entities/{{entityName}}/{{entityRecordId}}

  3. Entities - Create Entity Record POST {{baseUrl}}/actions/v2/entities/{{entityName}}

  4. Entities - Update Entity Record PATCH {{baseUrl}}/actions/v2/entities/{{entityName}}/{{entityRecordId}}

  5. Objects - Get Standard Object Record GET {{baseUrl}}/actions/v2/objects/standard/{{standardObjectName}}/{{standardObjectRecordId}}

  6. Objects - Create Standard Object Record POST {{baseUrl}}/actions/v2/objects/standard/{{standardObjectName}}

  7. Objects - Update Standard Object Record PATCH {{baseUrl}}/actions/v2/objects/standard/{{standardObjectName}}/{{standardObjectRecordId}}

  8. Associations - List GET {{baseUrl}}/actions/v2/associations?source_record_id={{sourceRecordId}}&source_entity_id={{sourceEntityId}}&target_entity_id={{targetEntityId}}

  9. Associations - Create PUT {{baseUrl}}/actions/v2/associations