Xsolla-logo
  • 문서화
  • 계정 생성

Get attributes by server_custom_idsServer-side

post/attributes/custom_id/get

Gets a list of particular user’s attributes.

Notice
Rate limits for server-side methods are applied to this method.

SecurityAttributesServer
Request
Request Body schema: application/json
keys
Array of strings

얻고자 하는 특성의 키 목록입니다. 지정하지 않으면 메소드가 모든 사용자의 특성을 반환합니다.

server_custom_ids
Array of strings [ 1 .. 250 ] items

Array of server_custom_ids

Responses
200

확인

400

잘못된 요청

401

인증되지 않음

403

금지됨

422

처리할 수 없는 엔터티

429

요청이 너무 많음

Request samples
application/json
{
  • "keys": [
    ],
  • "server_custom_ids": [
    ]
}
Response samples
application/json
[
  • {
    }
]