ร้านค้าข้อมูลสั่งซื้อ (เบต้า)

*เนื้อหานี้แปลโดยใช้ 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>'

การตอบกลับ

200 - OK
ตกลง
ส่งคืน object
entries array<object>
nextPageToken string

สร้าง

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

การตอบกลับ

200 - OK
ตกลง
ส่งคืน object
id string
path string
value number

รับ

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

การตอบกลับ

200 - OK
ตกลง
ส่งคืน object
id string
path string
value number

ลบ

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

การตอบกลับ

200 - OK
ตกลง
ส่งคืน object
id string
path string
value number

เพิ่ม

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

การตอบกลับ

200 - OK
ตกลง
ส่งคืน object
id string
path string
value number

วัตถุ

วัตถุต่อไปนี้ใช้บรรยายเพย์โหลดที่ยอมรับหรือส่งคืน ดูข้อมูลเพิ่มเติมว่าจะใช้วัตถุเหล่านี้ตอนไหนที่ Endpoint แต่ละจุด

CreateEntryRequest

คุณลักษณะ

value number

Entry

คุณลักษณะ

id string
path string
value number

IncrementEntryRequest

คุณลักษณะ

amount number

ListEntriesResponse

คุณลักษณะ

entries array<object>
nextPageToken string

UpdateEntryRequest

คุณลักษณะ

value number