Negozi di dati ordinati (Beta)
*Questo contenuto è tradotto usando AI (Beta) e potrebbe contenere errori. Per visualizzare questa pagina in inglese, clicca qui.
OrderedDataStores
https://apis.roblox.com/ordered-data-stores
Lista
GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries
Parametri
universeId string
Path
Necessario
orderedDataStore string
Path
Necessario
scope string
Path
Necessario
max_page_size number
page_token string
order_by string
filter string
Richiesta
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>'
Risposta
Altri Codici Di Status
Crea
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries
Parametri
universeId string
Path
Necessario
orderedDataStore string
Path
Necessario
scope string
Path
Necessario
id string
Necessario
CreateEntryRequest
Body
Necessario
Richiesta
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>
}'
Risposta
Altri Codici Di Status
Ottieni
GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
Parametri
universeId string
Path
Necessario
orderedDataStore string
Path
Necessario
scope string
Path
Necessario
entry string
Path
Necessario
Richiesta
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>'
Risposta
Altri Codici Di Status
Elimina
DELETE /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
Parametri
universeId string
Path
Necessario
orderedDataStore string
Path
Necessario
scope string
Path
Necessario
entry string
Path
Necessario
Richiesta
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>'
Risposta
Altri Codici Di Status
Aggiornamento
PATCH /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
Parametri
universeIdId string
Path
Necessario
orderedDataStore string
Path
Necessario
scope string
Path
Necessario
entry string
Path
Necessario
UpdateEntryRequest
Body
Necessario
allow_missing boolean
Richiesta
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>
}'
Risposta
Altri Codici Di Status
Incremento
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}:increment
Parametri
universeId string
Path
Necessario
orderedDataStore string
Path
Necessario
scope string
Path
Necessario
entry string
Path
Necessario
incrementEntryRequest
Body
Necessario
Richiesta
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>
}'
Risposta
Altri Codici Di Status
Oggetti
Gli oggetti seguenti descrivono i payloads accettati o restituiti. Per maggiori informazioni su quando vengono utilizzati questi oggetti, consultare ogni singolo endpoint.CreateEntryRequest
Attributi
value number
Entry
Attributi
id string
path string
value number
IncrementEntryRequest
Attributi
amount number
ListEntriesResponse
Attributi
entries array<object>
nextPageToken string
UpdateEntryRequest
Attributi
value number