v1

latestOpenAPI 3.0.3Apache 2.02026-07-13123231.3 KB
Listing

List listings

List listings

get/ecosystems/{ecosystem_id}/listings

Path parameters

ecosystem_idstring required

Query parameters

cursorstring nullable

Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.

limitinteger

Number of records to return

external_idstring

Filter on external_id

Response

Listings

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"
          }
        }
      ]
    }
  ],
  "meta": {
    "items_on_page": 50,
    "cursors": {
      "previous": "em9oby1jcm06OnBhZ2U6OjE=",
      "current": "em9oby1jcm06OnBhZ2U6OjI=",
      "next": "em9oby1jcm06OnBhZ2U6OjM="
    }
  },
  "links": {
    "previous": "https://api.apideck.com/ecosystem/123abc/listings?cursor=em9oby1jcm06OnBhZ2U6OjE%3D",
    "current": "https://api.apideck.com/ecosystem/123abc/listings",
    "next": "https://api.apideck.com/ecosystem/123abc/listings?cursor=em9oby1jcm06OnBhZ2U6OjM"
  }
}