Show / Hide Table of Contents

Class ArTarget_Get

https://api.appearition.com/TenantName/api/ArTarget/Get/0?arTargetId=1 , where 0 is Channel ID and 1 is Ar Target ID

Inheritance
System.Object
BaseApi
BaseApiGet
ArTarget_Get
Inherited Members
BaseApi.IsSuccess
BaseApi.Errors
BaseApi.IsBeingUsed
BaseApi.GetEmsCall
BaseApi.ApiVersion
BaseApi.ExtraRequestUrlHeaders
BaseApi.GetRequestExtraHeaders()
BaseApi.ForcedEndPoint
BaseApi.RequiresTenant
BaseApi.ChannelIdOverride
BaseApi.OverrideAuthenticationHeader
BaseApi.AuthenticationOverride
BaseApi.AuthenticationTokenCustomKey
BaseApi.BypassInternetCheck
BaseApi.JsonReplaceKvp
BaseApi.GetJsonFileExtraParams(Object, BaseRequestContent)
BaseApi.GetApiCall<T>(String, String, Int32, BaseRequestContent)
BaseApi.ResetToDefault<T>()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.ArTargetImageAndMedia.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ArTarget_Get : BaseApiGet

Fields

View Source

Data

Declaration
public ArTarget Data
Field Value
Type Description
ArTarget

Properties

View Source

ResponseSaveType

Declaration
public override TypeOfApiStorage ResponseSaveType { get; }
Property Value
Type Description
TypeOfApiStorage
Overrides
BaseApi.ResponseSaveType

Methods

View Source

AreTwoAssetsTheSame(Asset, Asset)

Declaration
public static bool AreTwoAssetsTheSame(Asset oldAsset, Asset newAsset)
Parameters
Type Name Description
Asset oldAsset
Asset newAsset
Returns
Type Description
System.Boolean
View Source

GetCustomOfflineJsonContent(Int32, Object, BaseRequestContent)

Declaration
public override string GetCustomOfflineJsonContent(int channelId, object postBodyIfAny, BaseRequestContent requestContentIfAny)
Parameters
Type Name Description
System.Int32 channelId
System.Object postBodyIfAny
BaseRequestContent requestContentIfAny
Returns
Type Description
System.String
Overrides
BaseApi.GetCustomOfflineJsonContent(Int32, Object, BaseRequestContent)
View Source

UpdateCustomOfflineJsonContent(BaseApi, Int32, Object, BaseRequestContent)

Declaration
public override void UpdateCustomOfflineJsonContent(BaseApi api, int channelId, object postBodyIfAny, BaseRequestContent requestContentIfAny)
Parameters
Type Name Description
BaseApi api
System.Int32 channelId
System.Object postBodyIfAny
BaseRequestContent requestContentIfAny
Overrides
BaseApi.UpdateCustomOfflineJsonContent(BaseApi, Int32, Object, BaseRequestContent)

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX