GET
https://api.main.apexscore.ai
/
api
/
v1
/
reports
curl --request GET \
  --url https://api.main.apexscore.ai/api/v1/reports/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

group_by
enum<string>
Available options:
portfolio.name,
portfolio_id
issued_at_after
string
issued_at_before
string
mona_version__audience_type
enum<integer>
  • 0 - None
  • 1 - Customers
  • 2 - Employees
  • 3 - Donors
  • 4 - Media
  • 5 - Gathering 2024 Lecturees
Available options:
0,
1,
2,
3,
4,
5
name
string
only_comparable
boolean

Set to true to only include Reports that are comparable at this time (which excludes sample reports and those marked for non-comparison or incomplete), and only their Configurations that are comparable and completed with a result.

ordering
string

Which field to use when ordering the results.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

portfolio_id__in
string[]

Multiple values may be separated by commas.

tags
(enum<string> | null)[]
  • competitive - Competitive
  • segment - Segment
  • industry - Industry
  • none - None

Response

200

No response body