Application Variant Reports

application_variant_reports

Methods

Create Application Variant Report ->
post/v4/application-variant-reports

Description

Creates a application variant report

Details

This API can be used to create a application variant report. To use this API, review the request schema and pass in all fields that are required to create a application variant report.

List Application Variant Reports -> PageResponse<>
get/v4/application-variant-reports

Description

Lists all application variant reports accessible to the user.

Details

This API can be used to list application variant reports. If a user has access to multiple accounts, all application variant reports from all accounts the user is associated with will be returned.

Security
API Key Header

Example: x-api-key: My API Key

Parameters
account_id: string
Optional
application_spec_id:
Optional
UnionMember0 = number
UnionMember1 = string
application_variant_id:
Optional
UnionMember0 = number
UnionMember1 = string
limit: number
Optional

Maximum number of artifacts to be returned by the given endpoint. Defaults to 100 and cannot be greater than 10k.

page: number
Optional

Page number for pagination to be returned by the given endpoint. Starts at page 1

view: Array<
Optional
"AsyncJobs"
>
Response fields
current_page: number

The current page number.

The data returned for the current page.

items_per_page: number

The number of items per page.

total_item_count: number

The total number of items of the query

Request example
200Example
Get Application Variant Report ->
get/v4/application-variant-reports/{application_variant_report_id}

Description

Gets the details of a application variant report

Details

This API can be used to get information about a single application variant report by ID. To use this API, pass in the id that was returned from your Create Application Variant Report API call as a path parameter.

Review the response schema to see the fields that will be returned.

Domain types

ApplicationVariantWithScores = { id, account_id, application_spec_id, 6 more... }
ApplicationVariantWithScoresAndViews = { id, account_id, application_spec_id, 7 more... }