Excel Upload History

Get Excel Upload Histories

HTTP Request

GET /api/excel-upload-histories

📋 Description: Retrieves the history of Excel uploads related to portfolio and asset management within the Nakisa Portfolio Management Suite, providing insights for analytics and real estate property assessments.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the Excel upload histories should be returned in a paginated format, facilitating efficient data retrieval for portfolio and asset analytics within the Nakisa Portfolio Management Suite.

entity-id

query

string

false

Unique identifier for the specific portfolio asset within the Nakisa Portfolio Management Suite, used to retrieve its associated Excel upload history.

file-name-like

query

string

false

Specifies a pattern to filter the uploaded Excel file names in the portfolio management suite, facilitating efficient retrieval of asset and analytics data related to real estate properties.

description-like

query

string

false

Filters the results of the Excel upload histories based on a descriptive string, enabling users to efficiently analyze portfolio and asset data within the Nakisa Portfolio Management Suite.

document-id

query

string

false

Unique identifier for the uploaded document within the portfolio management system, facilitating access to historical data related to asset analytics and real estate properties.

data-merge-type-id-in

query

string

false

Specifies the unique identifier for the data merge type, enabling targeted retrieval of historical Excel upload records related to portfolio, asset, and real estate property analytics.

start-time-after

query

string

false

Specifies the earliest timestamp for retrieving Excel upload histories related to portfolio, asset, and real estate property analytics.

end-time-before

query

string

false

Specifies the end time threshold for filtering Excel upload histories, enabling users to retrieve records relevant to portfolio, asset, and real estate property analytics.

data-merge-status-id-in

query

string

false

Specifies the unique identifier for the data merge status, allowing users to filter Excel upload histories relevant to portfolio, asset, analytics, and real estate property management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelExcelUploadHistoryDto

Create Excel Upload History

HTTP Request

POST /api/excel-upload-histories

📋 Description: Uploads Excel files containing historical data related to portfolio and asset management, enabling enhanced analytics for real estate properties within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

body

body

ExcelUploadHistoryDto

true

Request body containing the historical data for Excel uploads related to portfolio and asset analytics within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

201

Created

Created

ExcelUploadHistoryDto

Archive Excel Upload History

HTTP Request

POST /api/excel-upload-histories/{id}/archive

📋 Description: Archives the specified Excel upload history for a portfolio asset within the Nakisa Portfolio Management Suite, enabling streamlined management and analytics of real estate property data.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ExcelUploadHistoryDto

Get Excel Upload History

HTTP Request

GET /api/excel-upload-histories/{id}

📋 Description: Fetches the upload history details for a specific Excel file associated with portfolio assets, enabling users to track and analyze real estate property data within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ExcelUploadHistoryDto

Download Import Result Report

HTTP Request

GET /api/excel-upload-histories/{id}/download-import-report

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

StreamingResponseBody

Download Excel Upload History Document

HTTP Request

GET /api/excel-upload-histories/{id}/documents/{documentId}/download

📋 Description: Downloads the specified document associated with a particular Excel upload history, enabling users to access detailed analytics and insights related to their portfolio and asset management within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

documentId

path

integer(int64)

true

Unique identifier for the document

Responses

Status

Meaning

Description

Schema

200

OK

OK

StreamingResponseBody