v1

latestOpenAPI 3.0.3Apache 2.02026-07-13123231.3 KB
Listing

Get listing

Get listing

get/ecosystems/{ecosystem_id}/listings/{id}

Path parameters

ecosystem_idstring required
idstring required

ID of the record you are acting upon.

Response

Listing

status_codeinteger required

HTTP Response Status Code

statusstring required

HTTP Response Status

Example response

{
  "status_code": 200,
  "status": "OK",
  "data": {
    "id": "12345",
    "external_id": "12345",
    "card_background_image": {
      "id": "12345",
      "content_type": "application/jpeg"
    },
    "categories": [
      {
        "count": 1
      }
    ],
    "collections": [
      {
        "card_background_image": {
          "id": "12345",
          "content_type": "application/jpeg"
        },
        "count": 1,
        "logo": {
          "id": "12345",
          "content_type": "application/jpeg"
        }
      }
    ],
    "media": [
      {
        "id": "12345",
        "caption": "Media",
        "sequence": 1
      }
    ],
    "partner": {
      "id": "12345",
      "contacts": [
        {
          "id": "12345"
        }
      ],
      "icon": {
        "id": "12345",
        "content_type": "application/jpeg"
      }
    },
    "products": [
      {
        "id": "12345",
        "sequence": 1,
        "count": 1,
        "logo": {
          "id": "12345",
          "content_type": "application/jpeg"
        }
      }
    ],
    "screenshots": [
      {
        "id": "12345",
        "caption": "Screenshot",
        "file": {
          "id": "12345",
          "content_type": "application/jpeg"
        }
      }
    ]
  }
}