Sıralama Depoları (Beta)
*Bu içerik, yapay zekâ (beta) kullanılarak çevrildi ve hatalar içerebilir. Sayfayı İngilizce görüntülemek için buraya tıkla.
OrderedDataStores
https://apis.roblox.com/ordered-data-stores
Liste
GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries
Parametreler
universeId string
Path
Gerekli
orderedDataStore string
Path
Gerekli
scope string
Path
Gerekli
max_page_size number
page_token string
order_by string
filter string
Talep
curl
curl --location 'https://apis.roblox.com/ordered-data-stores/v1/universes/<universeId>/orderedDataStores/<orderedDataStore>/scopes/<scope>/entries' \
--header 'x-api-key: <insert-api-key>'
Yanıt
Diğer Durum Kodları
Oluştur
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries
Parametreler
universeId string
Path
Gerekli
orderedDataStore string
Path
Gerekli
scope string
Path
Gerekli
id string
Gerekli
CreateEntryRequest
Body
Gerekli
Talep
curl
curl --location 'https://apis.roblox.com/ordered-data-stores/v1/universes/<universeId>/orderedDataStores/<orderedDataStore>/scopes/<scope>/entries?id=<id>' \
--header 'x-api-key: <insert-api-key>' \
--header 'Content-Type: application/json' \
--data '{
"value": <long>
}'
Yanıt
Diğer Durum Kodları
Elde etmek
GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
Parametreler
universeId string
Path
Gerekli
orderedDataStore string
Path
Gerekli
scope string
Path
Gerekli
entry string
Path
Gerekli
Talep
curl
curl --location 'https://apis.roblox.com/ordered-data-stores/v1/universes/<universeId>/orderedDataStores/<orderedDataStore>/scopes/<scope>/entries/<entry>' \
--header 'x-api-key: <insert-api-key>'
Yanıt
Diğer Durum Kodları
Sil
DELETE /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
Parametreler
universeId string
Path
Gerekli
orderedDataStore string
Path
Gerekli
scope string
Path
Gerekli
entry string
Path
Gerekli
Talep
curl
curl --location --request DELETE 'https://apis.roblox.com/ordered-data-stores/v1/universes/<universeId>/orderedDataStores/<orderedDataStore>/scopes/<scope>/entries/<entry>' \
--header 'x-api-key: <insert-api-key>'
Yanıt
Diğer Durum Kodları
Güncelleme
PATCH /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
Parametreler
universeIdId string
Path
Gerekli
orderedDataStore string
Path
Gerekli
scope string
Path
Gerekli
entry string
Path
Gerekli
UpdateEntryRequest
Body
Gerekli
allow_missing boolean
Talep
curl
curl --location --request PATCH 'https://apis.roblox.com/ordered-data-stores/v1/universes/<universeId>/orderedDataStores/<orderedDataStore>/scopes/<scope>/entries/<entry>' \
--header 'x-api-key: <insert-api-key>' \
--header 'Content-Type: application/json' \
--data '{
"value": <long>
}'
Yanıt
Diğer Durum Kodları
Arttır
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}:increment
Parametreler
universeId string
Path
Gerekli
orderedDataStore string
Path
Gerekli
scope string
Path
Gerekli
entry string
Path
Gerekli
incrementEntryRequest
Body
Gerekli
Talep
curl
curl --location 'https://apis.roblox.com/ordered-data-stores/v1/universes/<universeId>/orderedDataStores/<orderedDataStore>/scopes/<scope>/entries/<entry>:increment' \
--header 'x-api-key: <insert-api-key>' \
--header 'Content-Type: application/json' \
--data '{
"amount": <long>
}'
Yanıt
Diğer Durum Kodları
Nesneler
Şu nesneler kabul edilen veya döndürülen yükleri tanımlar. Bu nesnelerin ne zaman kullanıldığı hakkında daha fazla bilgi için tüm uç noktalara bak.CreateEntryRequest
Nitelikler
value number
Entry
Nitelikler
id string
path string
value number
IncrementEntryRequest
Nitelikler
amount number
ListEntriesResponse
Nitelikler
entries array<object>
nextPageToken string
UpdateEntryRequest
Nitelikler
value number