Advantage Solutions Advantage360 Reports API
The advantage360-reports API from Advantage Solutions — 2 operation(s) for advantage360-reports.
The advantage360-reports API from Advantage Solutions — 2 operation(s) for advantage360-reports.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/advantage-solutions-advantage360-reports-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Advantage Solutions Corporate Content API (WordPress REST) Advantage360 Reports API
version: wp/v2
description: Publicly readable content API of the Advantage Solutions corporate site (youradv.com), derived from the WordPress REST route-discovery document the site serves at /wp-json/. Covers the company's Advantage360 research reports, MRKT blog posts, solutions, events, team members, directors and reviews, plus the standard WordPress posts/pages/media/taxonomy collections. Read operations on published content are anonymous and were verified live; write operations require WordPress Application Passwords. This is the CMS API of a marketing site, not a commercial product API - Advantage Solutions publishes no developer program.
contact:
name: Advantage Solutions
url: https://youradv.com/contact/
x-derived-from: https://youradv.com/wp-json/
x-derivation: Mechanically converted from the WordPress REST route-discovery document served at the URL in x-derived-from. Paths, methods, parameter names, types, enums, defaults and descriptions are copied verbatim from that document. Editor/administration and host-plugin namespaces (wp-block-editor, wp-site-health, wp-abilities, wpe/cache-plugin, wpe_sign_on_plugin, yoast, templates, widgets, plugins, themes, fonts, blocks, navigation, global-styles) are omitted; the discovery document remains the complete list.
servers:
- url: https://youradv.com/wp-json
tags:
- name: advantage360-reports
paths:
/wp/v2/advantage360-reports:
get:
operationId: getWpV2Advantage360reports
summary: GET /wp/v2/advantage360-reports
description: GET on the WordPress REST route `/wp/v2/advantage360-reports` as advertised by youradv.com/wp-json/.
tags:
- advantage360-reports
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type:
- object
- array
'401':
description: Authentication required or insufficient capability.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource matched.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
required: false
schema:
type: string
enum:
- view
- embed
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
- name: page
in: query
required: false
schema:
type: integer
default: 1
minimum: 1
description: Current page of the collection.
- name: per_page
in: query
required: false
schema:
type: integer
default: 10
minimum: 1
maximum: 100
description: Maximum number of items to be returned in result set.
- name: search
in: query
required: false
schema:
type: string
description: Limit results to those matching a string.
- name: after
in: query
required: false
schema:
type: string
format: date-time
description: Limit response to posts published after a given ISO8601 compliant date.
- name: modified_after
in: query
required: false
schema:
type: string
format: date-time
description: Limit response to posts modified after a given ISO8601 compliant date.
- name: before
in: query
required: false
schema:
type: string
format: date-time
description: Limit response to posts published before a given ISO8601 compliant date.
- name: modified_before
in: query
required: false
schema:
type: string
format: date-time
description: Limit response to posts modified before a given ISO8601 compliant date.
- name: exclude
in: query
required: false
schema:
type: array
default: []
items:
type: integer
description: Ensure result set excludes specific IDs.
- name: include
in: query
required: false
schema:
type: array
default: []
items:
type: integer
description: Limit result set to specific IDs.
- name: menu_order
in: query
required: false
schema:
type: integer
description: Limit result set to posts with a specific menu_order value.
- name: search_semantics
in: query
required: false
schema:
type: string
enum:
- exact
description: How to interpret the search input.
- name: offset
in: query
required: false
schema:
type: integer
description: Offset the result set by a specific number of items.
- name: order
in: query
required: false
schema:
type: string
enum:
- asc
- desc
default: desc
description: Order sort attribute ascending or descending.
- name: orderby
in: query
required: false
schema:
type: string
enum:
- author
- date
- id
- include
- modified
- parent
- relevance
- slug
- include_slugs
- title
- menu_order
default: date
description: Sort collection by post attribute.
- name: search_columns
in: query
required: false
schema:
type: array
default: []
items:
enum:
- post_title
- post_content
- post_excerpt
type: string
description: Array of column names to be searched.
- name: slug
in: query
required: false
schema:
type: array
items:
type: string
description: Limit result set to posts with one or more specific slugs.
- name: status
in: query
required: false
schema:
type: array
default: publish
items:
enum:
- publish
- future
- draft
- pending
- private
- trash
- auto-draft
- inherit
- request-pending
- request-confirmed
- request-failed
- request-completed
- acf-disabled
- any
type: string
description: Limit result set to posts assigned one or more statuses.
- name: tax_relation
in: query
required: false
schema:
type: string
enum:
- AND
- OR
description: Limit result set based on relationship between multiple taxonomies.
- name: advantage360-category
in: query
required: false
schema:
type:
- object
- array
description: Limit result set to items with specific terms assigned in the advantage360-category taxonomy.
- name: advantage360-category_exclude
in: query
required: false
schema:
type:
- object
- array
description: Limit result set to items except those with specific terms assigned in the advantage360-category taxonomy.
- name: format
in: query
required: false
schema:
type: array
items:
enum:
- standard
- aside
- chat
- gallery
- link
- image
- quote
- status
- video
- audio
type: string
description: Limit result set to items assigned one or more given formats.
post:
operationId: createWpV2Advantage360reports
summary: POST /wp/v2/advantage360-reports
description: POST on the WordPress REST route `/wp/v2/advantage360-reports` as advertised by youradv.com/wp-json/.
tags:
- advantage360-reports
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type:
- object
- array
'401':
description: Authentication required or insufficient capability.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource matched.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
date:
type: string
format: date-time
description: The date the post was published, in the site's timezone.
date_gmt:
type: string
format: date-time
description: The date the post was published, as GMT.
slug:
type: string
description: An alphanumeric identifier for the post unique to its type.
status:
type: string
enum:
- publish
- future
- draft
- pending
- private
- acf-disabled
description: A named status for the post.
password:
type: string
description: A password to protect access to the content and excerpt.
title:
type: object
description: The title for the post.
content:
type: object
description: The content for the post.
excerpt:
type: object
description: The excerpt for the post.
featured_media:
type: integer
description: The ID of the featured media for the post.
menu_order:
type: integer
description: The order of the post in relation to other posts.
format:
type: string
enum:
- standard
- aside
- chat
- gallery
- link
- image
- quote
- status
- video
- audio
description: The format for the post.
meta:
type: object
description: Meta fields.
template:
type: string
description: The theme file to use to display the post.
advantage360-category:
type: array
items:
type: integer
description: The terms assigned to the post in the advantage360-category taxonomy.
security:
- applicationPassword: []
/wp/v2/advantage360-reports/{id}:
parameters:
- name: id
in: path
required: true
schema:
type: string
description: Route parameter declared by the WordPress REST route regex.
get:
operationId: getWpV2Advantage360reportsByid
summary: GET /wp/v2/advantage360-reports/{id}
description: GET on the WordPress REST route `/wp/v2/advantage360-reports/(?P<id>[\d]+)` as advertised by youradv.com/wp-json/.
tags:
- advantage360-reports
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type:
- object
- array
'401':
description: Authentication required or insufficient capability.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource matched.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: context
in: query
required: false
schema:
type: string
enum:
- view
- embed
- edit
default: view
description: Scope under which the request is made; determines fields present in response.
- name: excerpt_length
in: query
required: false
schema:
type: integer
description: Override the default excerpt length.
- name: password
in: query
required: false
schema:
type: string
description: The password for the post if it is password protected.
post:
operationId: createWpV2Advantage360reportsByid
summary: POST /wp/v2/advantage360-reports/{id}
description: POST on the WordPress REST route `/wp/v2/advantage360-reports/(?P<id>[\d]+)` as advertised by youradv.com/wp-json/.
tags:
- advantage360-reports
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type:
- object
- array
'401':
description: Authentication required or insufficient capability.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource matched.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
date:
type: string
format: date-time
description: The date the post was published, in the site's timezone.
date_gmt:
type: string
format: date-time
description: The date the post was published, as GMT.
slug:
type: string
description: An alphanumeric identifier for the post unique to its type.
status:
type: string
enum:
- publish
- future
- draft
- pending
- private
- acf-disabled
description: A named status for the post.
password:
type: string
description: A password to protect access to the content and excerpt.
title:
type: object
description: The title for the post.
content:
type: object
description: The content for the post.
excerpt:
type: object
description: The excerpt for the post.
featured_media:
type: integer
description: The ID of the featured media for the post.
menu_order:
type: integer
description: The order of the post in relation to other posts.
format:
type: string
enum:
- standard
- aside
- chat
- gallery
- link
- image
- quote
- status
- video
- audio
description: The format for the post.
meta:
type: object
description: Meta fields.
template:
type: string
description: The theme file to use to display the post.
advantage360-category:
type: array
items:
type: integer
description: The terms assigned to the post in the advantage360-category taxonomy.
security:
- applicationPassword: []
delete:
operationId: deleteWpV2Advantage360reportsByid
summary: DELETE /wp/v2/advantage360-reports/{id}
description: DELETE on the WordPress REST route `/wp/v2/advantage360-reports/(?P<id>[\d]+)` as advertised by youradv.com/wp-json/.
tags:
- advantage360-reports
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type:
- object
- array
'401':
description: Authentication required or insufficient capability.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
'404':
description: No route or resource matched.
content:
application/json:
schema:
$ref: '#/components/schemas/WPError'
parameters:
- name: force
in: query
required: false
schema:
type: boolean
default: false
description: Whether to bypass Trash and force deletion.
components:
schemas:
WPError:
type: object
description: The WordPress REST error envelope, observed live on this host.
properties:
code:
type: string
examples:
- rest_no_route
- rest_forbidden
message:
type: string
data:
type: object
properties:
status:
type: integer
required:
- code
- message
- data
securitySchemes:
applicationPassword:
type: http
scheme: basic
description: WordPress Application Passwords (HTTP Basic). The discovery document advertises the authorization endpoint at https://youradv.com/wp-admin/authorize-application.php. Read operations on published content are anonymous.