egdata API
API ReferenceSandboxes

List achievement sets for a sandbox

GET
/sandboxes/{sandboxId}/achievements

Path Parameters

sandboxId*string

Epic namespace or sandbox identifier.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/sandboxes/fn/achievements"
[  {    "sandboxId": "string",    "achievements": [      {}    ]  }]
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}