Supaglue Actions API v2 (v0.13.5)
Number of APIs: 9
-
Passthrough - Send POST {{baseUrl}}/actions/v2/passthrough
-
Entities - Get Entity Record GET {{baseUrl}}/actions/v2/entities/{{entityName}}/{{entityRecordId}}
-
Entities - Create Entity Record POST {{baseUrl}}/actions/v2/entities/{{entityName}}
-
Entities - Update Entity Record PATCH {{baseUrl}}/actions/v2/entities/{{entityName}}/{{entityRecordId}}
-
Objects - Get Standard Object Record GET {{baseUrl}}/actions/v2/objects/standard/{{standardObjectName}}/{{standardObjectRecordId}}
-
Objects - Create Standard Object Record POST {{baseUrl}}/actions/v2/objects/standard/{{standardObjectName}}
-
Objects - Update Standard Object Record PATCH {{baseUrl}}/actions/v2/objects/standard/{{standardObjectName}}/{{standardObjectRecordId}}
-
Associations - List GET {{baseUrl}}/actions/v2/associations?source_record_id={{sourceRecordId}}&source_entity_id={{sourceEntityId}}&target_entity_id={{targetEntityId}}
-
Associations - Create PUT {{baseUrl}}/actions/v2/associations