Xsolla-logo

Get specified attributeServer-sideAdmin

get/v2/project/{project_id}/admin/attribute/{external_id}

Gets a specified attribute.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
external_id
required
string

Attribute external ID.

Example: attribute_id
Responses
200

Specified attribute was successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

404

Attribute not found.

Request samples
Response samples
application/json
{
  • "value": [
    ]
}