オーダードデータストア (ベータ)
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
OrderedDataStores
https://apis.roblox.com/ordered-data-stores
リスト
GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries
パラメータ
universeId string
Path
必須
orderedDataStore string
Path
必須
scope string
Path
必須
max_page_size number
page_token string
order_by string
filter string
リクエスト
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>'
レスポンス
その他のステータスコード
作成
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries
パラメータ
universeId string
Path
必須
orderedDataStore string
Path
必須
scope string
Path
必須
id string
必須
CreateEntryRequest
Body
必須
リクエスト
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>
}'
レスポンス
その他のステータスコード
取得する
GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
パラメータ
universeId string
Path
必須
orderedDataStore string
Path
必須
scope string
Path
必須
entry string
Path
必須
リクエスト
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>'
レスポンス
その他のステータスコード
削除
DELETE /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
パラメータ
universeId string
Path
必須
orderedDataStore string
Path
必須
scope string
Path
必須
entry string
Path
必須
リクエスト
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>'
レスポンス
その他のステータスコード
アップデート
PATCH /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
パラメータ
universeIdId string
Path
必須
orderedDataStore string
Path
必須
scope string
Path
必須
entry string
Path
必須
UpdateEntryRequest
Body
必須
allow_missing boolean
リクエスト
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>
}'
レスポンス
その他のステータスコード
インクリメント
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}:increment
パラメータ
universeId string
Path
必須
orderedDataStore string
Path
必須
scope string
Path
必須
entry string
Path
必須
incrementEntryRequest
Body
必須
リクエスト
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>
}'
レスポンス
その他のステータスコード
オブジェクト
以下のオブジェクトは、受け入れられたか返されたペイロードの説明です。これらのオブジェクトがいつ使用されるかについて詳しくは、各エンドポイントを参照してください。CreateEntryRequest
属性
value number
Entry
属性
id string
path string
value number
IncrementEntryRequest
属性
amount number
ListEntriesResponse
属性
entries array<object>
nextPageToken string
UpdateEntryRequest
属性
value number