Listings - Admin

Get Integrazu exports for a listing with platform statuses

Get all portal exports for a listing, enriched with Integrazu platform statuses.

For each brand that has a Z_PortalExports record for this listing, fetches the advert from Integrazu API to get platform publication statuses.

Args: listing_id: ViaturasEasyDataGreen.ID

Returns: { "listing_id": 925, "pv_id": 9, "integrazu": { "status": "published" | "not_published" | "not_configured" | "no_pv", "brands": [ { "brand_id": 1, "status": "published" | "not_published" | "no_token" | "error", "renew": false, "advert_id": 34326, "platforms": [ { "platform": "carmine", "designation": "Carmine", "logo": "https://...", "advert_id": "1601032", "status": "Ativo", "url": null } ] } ] } }

get/api/listings/{listing_id}/integrazu-exports

Path parameters

listing_idinteger required

Headers

x-api-tokenstring nullable

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.