Ordered Data Stores (Beta)
OrderedDataStores
https://apis.roblox.com/ordered-data-stores
List
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>'
응답
기타 상태 코드
Create
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries
매개 변수
universeId string
Path
필수
orderedDataStore string
Path
필수
scope string
Path
필수
id string
필수
CreateEntryRequest object
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
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
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>'
응답
기타 상태 코드
Update
PATCH /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}
매개 변수
universeIdId string
Path
필수
orderedDataStore string
Path
필수
scope string
Path
필수
entry string
Path
필수
UpdateEntryRequest object
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>
}'
응답
기타 상태 코드
Increment
POST /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries/{entry}:increment
매개 변수
universeId string
Path
필수
orderedDataStore string
Path
필수
scope string
Path
필수
entry string
Path
필수
incrementEntryRequest object
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>
}'
응답
기타 상태 코드
개체
다음 개체는 수락되거나 반환되는 페이로드를 설명합니다. 이러한 개체가 사용되는 시기에 대한 자세한 정보는 각 개별 끝점을 참고하세요.Entry
특성
path string
id string
value number
IncrementEntryRequest
특성
amount number
UpdateEntryRequest
특성
value number
CreateEntryRequest
특성
value number
ListEntriesResponse
특성
entries array<object>
nextPageToken string