주문형 데이터 저장소(베타)
*이 콘텐츠는 AI(베타)를 사용해 번역되었으며, 오류가 있을 수 있습니다. 이 페이지를 영어로 보려면 여기를 클릭하세요.
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>
}'
응답
기타 상태 코드
개체
다음 개체는 수락되거나 반환되는 페이로드를 설명합니다. 이러한 개체가 사용되는 시기에 대한 자세한 정보는 각 개별 끝점을 참고하세요.CreateEntryRequest
특성
value number
Entry
특성
id string
path string
value number
IncrementEntryRequest
특성
amount number
ListEntriesResponse
특성
entries array<object>
nextPageToken string
UpdateEntryRequest
특성
value number