Ruft die Liste der virtuellen Währungen innerhalb eines Projekts zur Verwaltung ab.
project_id required | integer Projekt-ID. Dieser Parameter wird im Kundenportal neben dem Projektnamen angezeigt. Example: 44056 |
Die Liste der virtuellen Währungen wurde erfolgreich empfangen.
Basisauthentifizierung nicht bestanden oder falsch. Prüfen Sie die Anmeldedaten und vergewissern Sie sich, dass Sie die Basisauthentifizierung verwenden.
{- "items": [
- {
- "attributes": [
- {
- "external_id": "attr_1",
- "name": {
- "en-US": "OK"
}, - "values": [
- {
- "external_id": "val1",
- "value": {
- "en-US": "VALUE"
}
}, - {
- "external_id": "val2",
- "value": {
- "en-US": "VALUE2"
}
}
]
}
], - "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": {
- "en": "Main in-game currency"
}, - "groups": [ ],
- "inventory_options": {
- "consumable": true,
- "expiration_period": null
}, - "is_enabled": true,
- "is_free": false,
- "is_hard": false,
- "is_show_in_store": true,
- "limits": {
- "per_item": null,
- "per_user": {
- "total": 5
}, - "recurrent_schedule": {
- "per_user": {
- "day_of_month": null,
- "day_of_week": null,
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "interval_type": "daily",
- "reset_next_date": 1677553200,
- "time": "11:00:00+08:00"
}
}
}, - "long_description": null,
- "media_list": [ ],
- "name": {
- "en": "Crystals",
- "ru": "Crystals"
}, - "order": 1,
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "prices": [
- {
- "amount": 1,
- "country_iso": "US",
- "currency": "USD",
- "is_default": true,
- "is_enabled": true
}
], - "regions": [ ],
- "sku": "crystal",
- "type": "virtual_currency",
- "vc_prices": [ ]
}, - {
- "attributes": [ ],
- "description": {
- "en": "Money for in-store purchases"
}, - "groups": [ ],
- "inventory_options": {
- "consumable": true,
- "expiration_period": null
}, - "is_enabled": true,
- "is_free": false,
- "is_hard": false,
- "is_show_in_store": true,
- "limits": {
- "per_item": null,
- "per_user": null,
- "recurrent_schedule": null
}, - "long_description": null,
- "media_list": [ ],
- "name": {
- "en": "Gold",
- "ru": "Gold"
}, - "order": 1,
- "periods": [ ],
- "prices": [
- {
- "amount": 1,
- "country_iso": "US",
- "currency": "USD",
- "is_default": true,
- "is_enabled": true
}
], - "regions": [ ],
- "sku": "gold",
- "type": "virtual_currency",
- "vc_prices": [ ]
}
]
}