profileResultFile

Get profile file report by executionId

Get profile file results by executionId

Securityapi_key
Request
path Parameters
executionId
required
integer <int32>

The ID of the execution

query Parameters
sort_by
string

Sort by field.

Enum: "algorithmName" "domainName" "fieldName" "fileName"
sort_dir
string

Sort direction.

Enum: "asc" "desc"
page_number
integer <int64>
Default: 1

The page number for which to get algorithms. This will default to the first page if excluded

page_size
integer <int64>

The maximum number of objects to return. This will default to the DefaultApiPageSize setting property if not provided

Responses
200

Success

400

Bad request

401

Unauthorized access

404

Not found

get/profile-results-file/{executionId}
Response samples
application/json
{
  • "_pageInfo": {
    },
  • "responseList": [
    ]
}