# All Campaign Details **GET /dashboard/integration/all/{partner_short_code}** Get report of all campaigns created via the integration, including rollup stats and individual campaign details. For partners familiar with existing Boost customers. ## Servers - Production environment for Boost Integration V1 & V2: https://boost.homespotter.com (Production environment for Boost Integration V1 & V2) - QA/Staging environment (available upon request): https://boost.homespotter.com (QA/Staging environment (available upon request)) - GraphQL API server for agent lookups and queries: https://api.homespotter.com (GraphQL API server for agent lookups and queries) ## Authentication methods - Jwt token ## Parameters ### Path parameters - **partner_short_code** (string) ### Query parameters - **token** (string) JWT token with customer_id, agent_id, and iat (V1 format) ## Responses ### 200 All campaigns retrieved successfully #### Body: application/json (object) - **rollupStats** (object) - **results** (array[object]) - **rows** (integer) ### 400 Invalid parameters ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)