Class Client
- Namespace
- KartaViewSharp.V2
- Assembly
- KartaViewSharp.dll
public class Client
- Inheritance
-
Client
- Inherited Members
Constructors
Client()
public Client()
Methods
CreateANewDedicatedCampaign(string)
public Task<object> CreateANewDedicatedCampaign(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateANewDedicatedCampaignCell(string)
public Task<object> CreateANewDedicatedCampaignCell(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateANewPhoto(string)
public Task<PhotoResponse> CreateANewPhoto(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateANewPhotoPart(string)
public Task<object> CreateANewPhotoPart(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateANewSequence(string)
public Task<SequenceResponse> CreateANewSequence(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateANewSequenceAttachment(string)
public Task<object> CreateANewSequenceAttachment(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateANewSequenceRawdata(string)
public Task<object> CreateANewSequenceRawdata(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateANewVideo(string)
public Task<object> CreateANewVideo(string authToken)
Parameters
authToken
string
Returns
Exceptions
- NotImplementedException
Not currently implemented
CreateTasksToBlurPhotosWhenDetectionsArePresent()
public Task<object> CreateTasksToBlurPhotosWhenDetectionsArePresent()
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteADedicatedCampaign(int)
public Task<object> DeleteADedicatedCampaign(int dedicatedCampaignId)
Parameters
dedicatedCampaignId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteADedicatedCampaignCell(int)
public Task<object> DeleteADedicatedCampaignCell(int dedicatedCampaignCellId)
Parameters
dedicatedCampaignCellId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteAPhoto(int)
public Task<PhotoResponse> DeleteAPhoto(int photoId)
Parameters
photoId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteAPhotoPart(int)
public Task<object> DeleteAPhotoPart(int photoPartId)
Parameters
photoPartId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteASequence(int)
public Task<SequenceResponse> DeleteASequence(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteASequenceAttachment(int)
public Task<object> DeleteASequenceAttachment(int sequenceAttachementId)
Parameters
sequenceAttachementId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteASequenceRawdata(int)
public Task<object> DeleteASequenceRawdata(int sequenceRawDataId)
Parameters
sequenceRawDataId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
DeleteAVideo(int)
public Task<object> DeleteAVideo(int videoId)
Parameters
videoId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
FindAndUpdateSequencesStatusWhenTheUploadIsFinished(int)
public Task<SequenceResponse> FindAndUpdateSequencesStatusWhenTheUploadIsFinished(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetAListOfAllTracksBasedOnASpecificBoundingBox(Coordinate, Coordinate, int)
public Task<SequenceResponse> GetAListOfAllTracksBasedOnASpecificBoundingBox(Coordinate topLeft, Coordinate bottomRight, int zoomLevel)
Parameters
topLeft
CoordinatebottomRight
CoordinatezoomLevel
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetMapMatchedTracksDataWithDifferentOutput(int, int, int)
public Task<SequenceResponse> GetMapMatchedTracksDataWithDifferentOutput(int tileX, int tileY, int zoomLevel)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetMetricsDataBasedOnMetricType()
public Task<object> GetMetricsDataBasedOnMetricType()
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetPlatformMetricIntervalData(PhotosCountMetric[])
public Task<object> GetPlatformMetricIntervalData(PhotosCountMetric[] photosCountMetrics)
Parameters
photosCountMetrics
PhotosCountMetric[]
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetPlatformMetricIntervalData(PlatformMetric[])
public Task<object> GetPlatformMetricIntervalData(PlatformMetric[] platformMetrics)
Parameters
platformMetrics
PlatformMetric[]
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheBreakdownDetailsOfASequence(int)
public Task<object> GetTheBreakdownDetailsOfASequence(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfADedicatedCampaign(int)
public Task<object> GetTheDetailsOfADedicatedCampaign(int dedicatedCampaignId)
Parameters
dedicatedCampaignId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfADedicatedCampaignCell(int)
public Task<object> GetTheDetailsOfADedicatedCampaignCell(int dedicatedCampaignCellId)
Parameters
dedicatedCampaignCellId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfAPhoto(int)
public Task<PhotoResponse> GetTheDetailsOfAPhoto(int photoId)
Parameters
photoId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfAPhotoPart(int)
public Task<object> GetTheDetailsOfAPhotoPart(int photoPartId)
Parameters
photoPartId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfARegion(int)
public Task<object> GetTheDetailsOfARegion(int dashboardRegionId)
Parameters
dashboardRegionId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfASequence(int, SequenceJoinResource[]?)
public Task<SequenceDetailsResponse> GetTheDetailsOfASequence(int sequenceId, SequenceJoinResource[]? join)
Parameters
sequenceId
intjoin
SequenceJoinResource[]
Returns
GetTheDetailsOfASequenceAttachment(int)
public Task<object> GetTheDetailsOfASequenceAttachment(int sequenceAttachmentId)
Parameters
sequenceAttachmentId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfASequenceRawdata(int)
public Task<object> GetTheDetailsOfASequenceRawdata(int sequenceRawDataId)
Parameters
sequenceRawDataId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfAUser(int)
public Task<object> GetTheDetailsOfAUser(int dashboardUserId)
Parameters
dashboardUserId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfAVideo(int)
public Task<object> GetTheDetailsOfAVideo(int videoId)
Parameters
videoId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheDetailsOfAnIssue(int)
public Task<object> GetTheDetailsOfAnIssue(int dashboardIssueId)
Parameters
dashboardIssueId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTheMetricsDetailsOfAUser(int)
public Task<object> GetTheMetricsDetailsOfAUser(int userId)
Parameters
userId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetTotalDistanceMetricIntervalData()
public Task<object> GetTotalDistanceMetricIntervalData()
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetUniqueDistanceMetricIntervalData()
public Task<object> GetUniqueDistanceMetricIntervalData()
Returns
Exceptions
- NotImplementedException
Not currently implemented
GetUserTypeMetricIntervalData(UserTypeMetric[], DashboardQueryFilters)
public Task<object> GetUserTypeMetricIntervalData(UserTypeMetric[] userTypeMetrics, DashboardQueryFilters filters)
Parameters
userTypeMetrics
UserTypeMetric[]Available metrics for user type. Multiple metrics will be separate by ,. Can be combined with other metric types in the same request.
filters
DashboardQueryFilters
Returns
Exceptions
- NotImplementedException
Not currently implemented
NotifyApolloWhenASequenceHasBeenProcessed()
public Task<object> NotifyApolloWhenASequenceHasBeenProcessed()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveAllPhotoPartsBasedOnThePhotoId(int)
public Task<PhotoResponse> RetrieveAllPhotoPartsBasedOnThePhotoId(int photoId)
Parameters
photoId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveDedicatedCampaigns()
public Task<object> RetrieveDedicatedCampaigns()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveIntervalMetricsUsedForDashboardCharts(int)
public Task<object> RetrieveIntervalMetricsUsedForDashboardCharts(int dedicatedCampaignId)
Parameters
dedicatedCampaignId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveIssues()
public Task<object> RetrieveIssues()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveMaintenances()
public Task<object> RetrieveMaintenances()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrievePhotoParts()
public Task<object> RetrievePhotoParts()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrievePhotos(PhotoQueryFilters)
public Task<PhotoResponse> RetrievePhotos(PhotoQueryFilters filters)
Parameters
filters
PhotoQueryFilters
Returns
RetrievePhotosBasedOnTheSequenceId(int)
public Task<SequenceResponse> RetrievePhotosBasedOnTheSequenceId(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequenceAttachments()
public Task<object> RetrieveSequenceAttachments()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequenceAttachmentsBasedOnSequenceId(int)
public Task<SequenceResponse> RetrieveSequenceAttachmentsBasedOnSequenceId(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequenceBreakdowns()
public Task<object> RetrieveSequenceBreakdowns()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequenceBreakdownsBasedOnSequenceId(int)
public Task<SequenceResponse> RetrieveSequenceBreakdownsBasedOnSequenceId(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequenceMetricsBasedOnSequenceId(int)
public Task<SequenceResponse> RetrieveSequenceMetricsBasedOnSequenceId(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequenceRawdatas()
public Task<object> RetrieveSequenceRawdatas()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequenceRawdatasBasedOnSequenceId(int)
public Task<SequenceResponse> RetrieveSequenceRawdatasBasedOnSequenceId(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequences()
public Task<object> RetrieveSequences()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveSequences(SequenceQueryFilters)
public Task<SequenceResponse> RetrieveSequences(SequenceQueryFilters filters)
Parameters
filters
SequenceQueryFilters
Returns
RetrieveTheCellsOfADedicatedCampaign(int)
public Task<object> RetrieveTheCellsOfADedicatedCampaign(int dedicatedCampaignId)
Parameters
dedicatedCampaignId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveVideos()
public Task<object> RetrieveVideos()
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveVideosBasedOnTheSequenceId(int)
public Task<SequenceResponse> RetrieveVideosBasedOnTheSequenceId(int sequenceId)
Parameters
sequenceId
int
Returns
Exceptions
- NotImplementedException
Not currently implemented
RetrieveVisibleRegions()
public Task<object> RetrieveVisibleRegions()
Returns
Exceptions
- NotImplementedException
Not currently implemented
TestTheBlurImagesFunctionalityIgnoringDetections()
public Task<object> TestTheBlurImagesFunctionalityIgnoringDetections()
Returns
Exceptions
- NotImplementedException
Not currently implemented
TestTheBlurImagesFunctionalityIncludingTheApolloDetectionsPipeline()
public Task<object> TestTheBlurImagesFunctionalityIncludingTheApolloDetectionsPipeline()
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfADedicatedCampaign(int, string)
public Task<object> UpdateTheDetailsOfADedicatedCampaign(int dedicatedCampaignId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfADedicatedCampaignCell(int, string)
public Task<object> UpdateTheDetailsOfADedicatedCampaignCell(int dedicatedCampaignCellId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfAPhoto(int, string)
public Task<PhotoResponse> UpdateTheDetailsOfAPhoto(int photoId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfAPhotoPart(int, string)
public Task<object> UpdateTheDetailsOfAPhotoPart(int photoPartId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfASequence(int, string)
public Task<SequenceResponse> UpdateTheDetailsOfASequence(int sequenceId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfASequenceAttachment(int, string)
public Task<object> UpdateTheDetailsOfASequenceAttachment(int sequenceAttachmentId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfASequenceRawdata(int, string)
public Task<object> UpdateTheDetailsOfASequenceRawdata(int sequenceRawDataId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented
UpdateTheDetailsOfAVideo(int, string)
public Task<object> UpdateTheDetailsOfAVideo(int videoId, string authToken)
Parameters
Returns
Exceptions
- NotImplementedException
Not currently implemented