Interface ICCDEntriesApi
Represents a collection of functions to interact with the API endpoints
Namespace: Unity.Services.Apis.CloudContentDelivery
Assembly: solution.dll
Syntax
public interface ICCDEntriesApi : IApiAccessor
Methods
GetEntryByPathPublic(string, string, string, CancellationToken)
Get entry by path
Declaration
[Obsolete]
ApiOperation<Entry> GetEntryByPathPublic(string bucketid, string path, string versionid = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | path | Path |
string | versionid | Version ID (optional) |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryByPathPublicEnv(string, string, string, string, CancellationToken)
Get entry by path
Declaration
ApiOperation<Entry> GetEntryByPathPublicEnv(string environmentname, string bucketid, string path, string versionid = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | path | Path |
string | versionid | Version ID (optional) |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForBadgeByPathPublic(string, string, string, CancellationToken)
Get entry in a badged release by path
Declaration
[Obsolete]
ApiOperation<Entry> GetEntryForBadgeByPathPublic(string bucketid, string badgename, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | path | Path |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForBadgeByPathPublicEnv(string, string, string, string, CancellationToken)
Get entry in a badged release by path
Declaration
ApiOperation<Entry> GetEntryForBadgeByPathPublicEnv(string environmentname, string bucketid, string badgename, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | path | Path |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForBadgePublic(string, string, string, CancellationToken)
Get entry in a badged release
Declaration
[Obsolete]
ApiOperation<Entry> GetEntryForBadgePublic(string bucketid, string badgename, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | entryid | Entry ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForBadgePublicEnv(string, string, string, string, CancellationToken)
Get entry in a badged release
Declaration
ApiOperation<Entry> GetEntryForBadgePublicEnv(string environmentname, string bucketid, string badgename, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | entryid | Entry ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForReleaseByPathPublic(string, string, string, CancellationToken)
Get entry in release by path
Declaration
[Obsolete]
ApiOperation<Entry> GetEntryForReleaseByPathPublic(string bucketid, string releaseid, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | path | Path |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForReleaseByPathPublicEnv(string, string, string, string, CancellationToken)
Get entry in release by path
Declaration
ApiOperation<Entry> GetEntryForReleaseByPathPublicEnv(string environmentname, string bucketid, string releaseid, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | path | Path |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForReleasePublic(string, string, string, CancellationToken)
Get entry in release
Declaration
[Obsolete]
ApiOperation<Entry> GetEntryForReleasePublic(string bucketid, string releaseid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | entryid | Entry ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryForReleasePublicEnv(string, string, string, string, CancellationToken)
Get entry in release
Declaration
ApiOperation<Entry> GetEntryForReleasePublicEnv(string environmentname, string bucketid, string releaseid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | entryid | Entry ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryPublic(string, string, CancellationToken)
Get entry by id
Declaration
[Obsolete]
ApiOperation<Entry> GetEntryPublic(string bucketid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | entryid | Entry ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryPublicEnv(string, string, string, CancellationToken)
Get entry by id
Declaration
ApiOperation<Entry> GetEntryPublicEnv(string environmentname, string bucketid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | entryid | Entry ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryVersionPublic(string, string, string, CancellationToken)
Get entry version
Declaration
[Obsolete]
ApiOperation<Entry> GetEntryVersionPublic(string bucketid, string entryid, string versionid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | entryid | Entry ID |
string | versionid | Version ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |
GetEntryVersionPublicEnv(string, string, string, string, CancellationToken)
Get entry version
Declaration
ApiOperation<Entry> GetEntryVersionPublicEnv(string environmentname, string bucketid, string entryid, string versionid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | entryid | Entry ID |
string | versionid | Version ID |
Cancellation |
cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Api |
The operation |