OIC Integrations REST Endpoints
OIC Integrations
- Create an OIC Integration history record
- Method: postPath:
/epm/rest/public/v1/oicIntegrations/histories - Create an OIC Integration task history record
- Method: postPath:
/epm/rest/public/v1/oicIntegrations/histories/tasks - Run an OIC Integration
- Method: postPath:
/epm/rest/public/v1/oicIntegrations/run - Update an OIC Integration history record
- Method: putPath:
/epm/rest/public/v1/oicIntegrations/histories/{integrationHistoryId} - Update an OIC Integration task history record
- Method: putPath:
/epm/rest/public/v1/oicIntegrations/histories/tasks/{integrationTaskHistoryId}