Get Query Result

Get Query Result

This endpoint will not produce results. It is a placeholder to enforce code generation of Page.

Request
URI
GET
https://{api_host}/cloudapi/query/page
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Returns Page of type(s) application/json;version=39.0
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ]
}
integer
resultTotal
Optional

How many results there are in total (i.e., considering all pages).

integer
pageCount
Optional

How many pages there are in total.

integer
page
Optional

The page that was fetched, 1-indexed.

integer
pageSize
Optional

Result count for page that was fetched.

associations
Optional

Association info for each result.