ร้านค้าข้อมูลสั่งซื้อ (เบต้า)
*เนื้อหานี้แปลโดยใช้ AI (เวอร์ชัน Beta) และอาจมีข้อผิดพลาด หากต้องการดูหน้านี้เป็นภาษาอังกฤษ ให้คลิกที่นี่
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>
}'
การตอบกลับ
สถานะของโค้ดอื่นๆ
วัตถุ
วัตถุต่อไปนี้ใช้บรรยายเพย์โหลดที่ยอมรับหรือส่งคืน ดูข้อมูลเพิ่มเติมว่าจะใช้วัตถุเหล่านี้ตอนไหนที่ Endpoint แต่ละจุดCreateEntryRequest
คุณลักษณะ
value number
Entry
คุณลักษณะ
id string
path string
value number
IncrementEntryRequest
คุณลักษณะ
amount number
ListEntriesResponse
คุณลักษณะ
entries array<object>
nextPageToken string
UpdateEntryRequest
คุณลักษณะ
value number