Skip to content

EagleView API Reference

Complete API reference for EagleView operations.

Related: API Guide | All Resources

EagleView


Consumes Eagle View File

POST
/EagleView/filedelivery

Consumes Eagle View File

Authorizations

apiKeyHeader
Type
API Key (header: Ocp-Apim-Subscription-Key)
or
apiKeyQuery
Type
API Key (query: subscription-key)

Parameters

Header Parameters

Authorization

access token

Type
string

Query Parameters

request.fileFormatId

Format - int32.

Type
integer
Format
"int32"
request.fileTypeId

Format - int32.

Type
integer
Format
"int32"
request.fileData

Format - byte.

Type
string
Format
"byte"
request.fileDataContent
Type
string
request.refId
Type
string
request.reportId

Format - int32.

Type
integer
Format
"int32"

Responses

OK

JSON
{
}

Updates the EagleView Report status.

GET
/EagleView/orderstatusupdate

Updates the EagleView Report status.

Authorizations

apiKeyHeader
Type
API Key (header: Ocp-Apim-Subscription-Key)
or
apiKeyQuery
Type
API Key (query: subscription-key)

Parameters

Header Parameters

Authorization

access token

Type
string

Query Parameters

request.statusId

Format - int32.

Type
integer
Format
"int32"
request.subStatusId

Format - int32.

Type
integer
Format
"int32"
request.refId
Type
string
request.reportId

Format - int32.

Type
integer
Format
"int32"

Responses

OK

JSON
{
}

confirms the delivery of the EagleView Report.

GET
/EagleView/filedeliveryconfirmation

confirms the delivery of the EagleView Report.

Authorizations

apiKeyHeader
Type
API Key (header: Ocp-Apim-Subscription-Key)
or
apiKeyQuery
Type
API Key (query: subscription-key)

Parameters

Header Parameters

Authorization

access token

Type
string

Query Parameters

request.refId
Type
string
request.reportId

Format - int32.

Type
integer
Format
"int32"

Responses

OK

JSON
{
}

Powered by VitePress OpenAPI

Released under the Proprietary License.