cdexHub REST Endpoints
cdexHub
The operations from the cdexHub category.
- Cancel work requests
- Method: deletePath:
/20180828/workRequests/{workRequestId}
- Create a DeliveryEndpoint
- Method: postPath:
/20180828/deliveryEndpoints
- Create a QueryEndpoint
- Method: postPath:
/20180828/queryEndpoints
- Delete a DeliveryEndpoint
- Method: deletePath:
/20180828/deliveryEndpoints/{deliveryEndpointId}
- Delete a QueryEndpoint
- Method: deletePath:
/20180828/queryEndpoints/{queryEndpointId}
- Get a DeliveryEndpoint
- Method: getPath:
/20180828/deliveryEndpoints/{deliveryEndpointId}
- Get a list of DataSharingAgreements
- Method: getPath:
/20180828/dataSharingAgreements
- Get a list of DataSharingConstraints
- Method: getPath:
/20180828/dataSharingConstraints
- Get a list of DeliveryEndpoints
- Method: getPath:
/20180828/deliveryEndpoints
- Get a list of PayerDirectoryEntries
- Method: getPath:
/20180828/payerDirectoryEntries
- Get a list of Payers
- Method: getPath:
/20180828/payers
- Get a list of ProviderDirectoryEntries
- Method: getPath:
/20180828/providerDirectoryEntries
- Get a list of QueryEndpoints
- Method: getPath:
/20180828/queryEndpoints
- Get a Payer
- Method: getPath:
/20180828/payers/{payerId}
- Get a PayerDirectoryEntry
- Method: getPath:
/20180828/payerDirectoryEntries/{payerDirectoryEntryId}
- Get a QueryEndpoint
- Method: getPath:
/20180828/queryEndpoints/{queryEndpointId}
- Get work request status
- Method: getPath:
/20180828/workRequests/{workRequestId}
- List work request errors
- Method: getPath:
/20180828/workRequests/{workRequestId}/errors
- List work request logs
- Method: getPath:
/20180828/workRequests/{workRequestId}/logs
- List work requests
- Method: getPath:
/20180828/workRequests
- Move the DeliveryEndpoint into a different compartment
- Method: postPath:
/20180828/deliveryEndpoints/{deliveryEndpointId}/actions/changeCompartment
- Move the QueryEndpoint into a different compartment
- Method: postPath:
/20180828/queryEndpoints/{queryEndpointId}/actions/changeCompartment
- Test DeliveryEndpoint connectivity
- Method: postPath:
/20180828/deliveryEndpoints/{deliveryEndpointId}/actions/testConnectivity
- Update a DeliveryEndpoint
- Method: putPath:
/20180828/deliveryEndpoints/{deliveryEndpointId}
- Update a PayerDirectoryEntry
- Method: putPath:
/20180828/payerDirectoryEntries/{payerDirectoryEntryId}
- Update a QueryEndpoint
- Method: putPath:
/20180828/queryEndpoints/{queryEndpointId}