egdata API
API ReferenceOffer Details

List recent builds for an offer

GET
/offers/{id}/builds

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/builds"
[  {    "_id": "string",    "appName": "string",    "labelName": "string",    "buildVersion": "string",    "hash": "string",    "technologies": [      {}    ],    "updatedAt": "2019-08-24T14:15:22Z"  }]
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}