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
Các Mã Trạng Thái Khác
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
Các Mã Trạng Thái Khác
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
Các Mã Trạng Thái Khác
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ác Mã Trạng Thái Khác
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
Các Mã Trạng Thái Khác
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
Các Mã Trạng Thái Khác
Đố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