egdata API
API ReferenceOffer Details

List assets for an offer

GET
/offers/{id}/assets

Path Parameters

id*string

Epic offer identifier.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/offers/09176f4ff7564bbbb499bbe20bd6348f/assets"
[  {    "artifactId": "string",    "itemId": "string",    "namespace": "string",    "platform": "string",    "title": "string",    "downloadSizeBytes": 0,    "installedSizeBytes": 0,    "updatedAt": "2019-08-24T14:15:22Z"  }]
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}