List collection listings
List collection listings
Path parameters
ID of the record you are acting upon.
Query parameters
Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.
Number of records to return
Response
Listings
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"
}
}Changes
Changed in 5 of the 6 revisions of this API.591439
- ○
added the optional property
data/items/card_background_imageto the response with the200statusresponse-optional-property-added
- ○
the response property
data/items/categories/items/translations/items/keybecame required for the status200response-property-became-required
- ○
the response property
data/items/categories/items/translations/items/localebecame required for the status200response-property-became-required
- ○
the response property
data/items/collections/items/translations/items/keybecame required for the status200response-property-became-required
- ○
the response property
data/items/collections/items/translations/items/localebecame required for the status200response-property-became-required
- ○
the response property
data/items/media/items/translations/items/keybecame required for the status200response-property-became-required
- ○
the response property
data/items/media/items/translations/items/localebecame required for the status200response-property-became-required
- ○
the response property
data/items/products/items/translations/items/keybecame required for the status200response-property-became-required
- ○
the response property
data/items/products/items/translations/items/localebecame required for the status200response-property-became-required
- ○
the response property
data/items/screenshots/items/translations/items/keybecame required for the status200response-property-became-required
- ○
the response property
data/items/screenshots/items/translations/items/localebecame required for the status200response-property-became-required
- ○
the response property
data/items/translations/items/keybecame required for the status200response-property-became-required
- ○
the response property
data/items/translations/items/localebecame required for the status200response-property-became-required
- ○
- ○
added the optional property
data/items/categories/items/countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/collections/items/countto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/items/categoryfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/partner/icon/contentTypefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/screenshots/items/file/contentTypefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/items/categoriesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/collectionsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/microsoft_flow_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/partner/icon/content_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/productsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/screenshots/items/file/content_typeto the response with the200statusresponse-optional-property-added
- ○
the response property
data/items/logo/urlbecame required for the status200response-property-became-required
- ○
the response property
data/items/media/items/urlbecame required for the status200response-property-became-required
- ○
the response property
data/items/namebecame required for the status200response-property-became-required
- ○
the response property
data/items/partner/companybecame required for the status200response-property-became-required
- ○
the response property
data/items/partner/contacts/items/namebecame required for the status200response-property-became-required
- ○
the response property
data/items/partner/icon/urlbecame required for the status200response-property-became-required
- ○
the response property
data/items/screenshots/items/file/urlbecame required for the status200response-property-became-required
- ○
the response property
data/items/slugbecame required for the status200response-property-became-required
- ○
the response property
links/currentbecame required for the status200response-property-became-required
- ●
- ○
api tag
Listingremovedapi-tag-removed
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the optional property
linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
metato the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
data/items/automate_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/blendr_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/card_background_colorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/cloud_service_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/combidesk_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/detail_page_disabledbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/featuresbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/integromat_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/logo/content_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/logo/typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/media/items/translations/items/valuebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/media/items/typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/meta_tag_descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/meta_tag_keywordsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/meta_tag_titlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/native_integrationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/native_integration_linkbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/contacts/items/emailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/contacts/items/first_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/contacts/items/last_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/contacts/items/linked_inbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/contacts/items/rolebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/contacts/items/twitterbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/iconbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/icon/typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/listedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/twitterbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partner/websitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/piesync_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/pricingbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/publishedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/screenshots/items/filebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/screenshots/items/file/typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/screenshots/items/translations/items/valuebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/segment_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/stickybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/tag_linebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/third_party_integrationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/third_party_integration_linkbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/translations/items/valuebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/tray_io_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/unify_connector_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/upcomingbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/zapier_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/logo/urlbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/media/items/translations/items/keybecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/media/items/translations/items/localebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/media/items/urlbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/partner/companybecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/partner/contacts/items/namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/partner/icon/urlbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/screenshots/items/file/urlbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/screenshots/items/translations/items/keybecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/screenshots/items/translations/items/localebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/slugbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/translations/items/keybecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/translations/items/localebecame optional for the status200response-property-became-optional
- ●
deleted the
queryrequest parametercursorrequest-parameter-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
removed the optional property
data/items/card_background_imagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/categoriesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/collectionsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/microsoft_flow_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/partner/icon/content_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/productsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/screenshots/items/file/content_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
linksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
metafrom the response with the200statusresponse-optional-property-removed
- ○
api tag
Listingaddedapi-tag-added
- ○
added the optional property
data/items/categoryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/partner/icon/contentTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/screenshots/items/file/contentTypeto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲