Cửa hàng dữ liệu đã đặt (Beta)

*Nội dung này được dịch bằng AI (Beta) và có thể có lỗi. Để xem trang này bằng tiếng Anh, hãy nhấp vào đây.

OrderedDataStores

https://apis.roblox.com/ordered-data-stores

Danh sách

GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries

Tham Số

universeId string
Path
Bắt Buộc
orderedDataStore string
Path
Bắt Buộc
scope string
Path
Bắt Buộc
max_page_size number
page_token string
order_by string
filter string

Yêu Cầu

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>'

Phản Hồi

200 - OK
Đồng ý
Trả lại object
entries array<object>
nextPageToken string

Tạo

POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries

Tham Số

universeId string
Path
Bắt Buộc
orderedDataStore string
Path
Bắt Buộc
scope string
Path
Bắt Buộc
id string
Bắt Buộc
CreateEntryRequest
Body
Bắt Buộc

Yêu Cầu

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>
}'

Phản Hồi

200 - OK
Đồng ý
Trả lại object
id string
path string
value number

Lấy

GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}

Tham Số

universeId string
Path
Bắt Buộc
orderedDataStore string
Path
Bắt Buộc
scope string
Path
Bắt Buộc
entry string
Path
Bắt Buộc

Yêu Cầu

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>'

Phản Hồi

200 - OK
Đồng ý
Trả lại object
id string
path string
value number

Xóa

DELETE /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}

Tham Số

universeId string
Path
Bắt Buộc
orderedDataStore string
Path
Bắt Buộc
scope string
Path
Bắt Buộc
entry string
Path
Bắt Buộc

Yêu Cầu

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>'

Phản Hồi

Cập Nhật

PATCH /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}

Tham Số

universeIdId string
Path
Bắt Buộc
orderedDataStore string
Path
Bắt Buộc
scope string
Path
Bắt Buộc
entry string
Path
Bắt Buộc
UpdateEntryRequest
Body
Bắt Buộc
allow_missing boolean

Yêu Cầu

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>
}'

Phản Hồi

200 - OK
Đồng ý
Trả lại object
id string
path string
value number

Tăng

POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}:increment

Tham Số

universeId string
Path
Bắt Buộc
orderedDataStore string
Path
Bắt Buộc
scope string
Path
Bắt Buộc
entry string
Path
Bắt Buộc
incrementEntryRequest
Body
Bắt Buộc

Yêu Cầu

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>
}'

Phản Hồi

200 - OK
Đồng ý
Trả lại object
id string
path string
value number

Đối Tượng

Các đối tượng sau đây mô tả payload được chấp nhận hoặc bị trả về. Xem từng điểm cuối để biết thêm thông tin về thời điểm sử dụng các đối tượng này.

CreateEntryRequest

Thuộc Tính

value number

Entry

Thuộc Tính

id string
path string
value number

IncrementEntryRequest

Thuộc Tính

amount number

ListEntriesResponse

Thuộc Tính

entries array<object>
nextPageToken string

UpdateEntryRequest

Thuộc Tính

value number