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 } ] } ] } }
Path parameters
Headers
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.