Class RawSharingSettingsClient


  • public class RawSharingSettingsClient
    extends java.lang.Object
    • Constructor Detail

      • RawSharingSettingsClient

        public RawSharingSettingsClient​(ClientOptions clientOptions)
    • Method Detail

      • getSettingsV1

        public ChrtApiHttpResponse<java.util.List<TrackingSharingSettingsRes>> getSettingsV1​(java.lang.String orderRef)
        Get all tracking datasets and their sharing settings for a given order. If authenticated, returns datasets the user has direct access to plus public datasets. If unauthenticated, returns only datasets with public=True. Note: looking up by off_chrt_reference_id requires authentication because it is only org-level unique and needs the caller's org_id to resolve unambiguously. | () -> (list[TrackingSharingSettingsRes])
      • getSettingsV1

        public ChrtApiHttpResponse<java.util.List<TrackingSharingSettingsRes>> getSettingsV1​(java.lang.String orderRef,
                                                                                             RequestOptions requestOptions)
        Get all tracking datasets and their sharing settings for a given order. If authenticated, returns datasets the user has direct access to plus public datasets. If unauthenticated, returns only datasets with public=True. Note: looking up by off_chrt_reference_id requires authentication because it is only org-level unique and needs the caller's org_id to resolve unambiguously. | () -> (list[TrackingSharingSettingsRes])