Udf Fieldยถ

Update Udf Field Valueยถ

HTTP Request

PUT /api/udf-fields/{udfFieldId}/values/{valueId}

๐Ÿ“‹ Description: Updates the specified user-defined field value for a given asset within the Nakisa Portfolio Management Suite, enabling enhanced data accuracy and analytics for portfolio and real estate property management.

Parameters

Name

In

Type

Required

Description

udfFieldId

path

integer(int64)

true

Unique identifier for the udf field

valueId

path

integer(int64)

true

Unique identifier for the value

body

body

any

true

Request body containing the updated value data for the specified user-defined field, including relevant attributes for portfolio and asset analytics within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema

Get Udf Fieldยถ

HTTP Request

GET /api/udf-fields/{id}

๐Ÿ“‹ Description: Retrieves the details of a specific User Defined Field (UDF) by its unique identifier, enabling users to access customized data relevant to portfolio and asset analytics 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

UdfFieldDto

Update Udf Fieldยถ

HTTP Request

PUT /api/udf-fields/{id}

๐Ÿ“‹ Description: Updates the specified user-defined field (UDF) in the Nakisa Portfolio Management Suite, enabling users to refine asset and portfolio analytics for real estate properties.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

UdfFieldDto

true

Request body containing the updated user-defined field data, including attributes relevant to portfolio, asset, and real estate property analytics.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldDto

Delete Udf Fieldยถ

HTTP Request

DELETE /api/udf-fields/{id}

๐Ÿ“‹ Description: Deletes a specified User Defined Field (UDF) from the Nakisa Portfolio Management Suite, enabling users to maintain an organized and relevant portfolio of asset and real estate property analytics.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

204

No Content

No Content

None

Update Udf Field List Optionยถ

HTTP Request

PUT /api/udf-fields/{id}/list-options/{listOptionId}

๐Ÿ“‹ Description: Updates the specified list option for a user-defined field within the Nakisa Portfolio Management Suite, enabling enhanced data categorization and analytics for portfolio and asset management in the real estate sector.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

listOptionId

path

integer(int64)

true

Unique identifier for the list option

body

body

UdfFieldOptionDto

true

Request body containing the updated list option data for the specified user-defined field, including relevant attributes for portfolio and asset analytics in the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldOptionDto

Delete Udf Field List Optionยถ

HTTP Request

DELETE /api/udf-fields/{id}/list-options/{listOptionId}

๐Ÿ“‹ Description: Deletes a specified list option associated with a user-defined field in the Nakisa Portfolio Management Suite, facilitating streamlined data management within portfolio and asset analytics.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

listOptionId

path

integer(int64)

true

Unique identifier for the list option

Responses

Status

Meaning

Description

Schema

204

No Content

No Content

None

Get Udf Fieldsยถ

HTTP Request

GET /api/udf-fields

๐Ÿ“‹ Description: Retrieves user-defined fields related to portfolios, assets, and real estate properties, enabling enhanced analytics and reporting within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

external-id

query

string

false

Unique identifier for external assets within the Nakisa Portfolio Management Suite, facilitating the retrieval of user-defined fields related to portfolio and real estate property analytics.

created-by

query

string

false

Identifier of the user who created the UDF field, facilitating tracking and accountability within the Nakisa Portfolio Management Suite for portfolio and asset analytics.

last-modified-by

query

string

false

Identifier of the user who last modified the UDF field, providing accountability and tracking within the portfolio management and asset analytics processes.

created-after

query

string

false

Specifies the date and time after which user-defined fields (UDFs) were created, allowing for targeted retrieval of portfolio, asset, and real estate property analytics.

created-before

query

string

false

Specifies the cutoff date for retrieving user-defined fields created before this date, facilitating targeted analytics and reporting for portfolio and asset management within the Nakisa Portfolio Management Suite.

last-modified-after

query

string

false

Specifies the date and time to filter UDF fields that have been modified after the given timestamp, enabling users to retrieve updated portfolio, asset, and real estate property analytics.

last-modified-before

query

string

false

Specifies the cutoff date for retrieving user-defined fields modified before this date, enabling targeted analytics for portfolio and asset management within the Nakisa Portfolio Management Suite.

last-modified-time-after

query

string

false

Specifies the minimum timestamp for retrieving user-defined fields that have been modified after the given date, facilitating the tracking of changes in portfolio, asset, and real estate property analytics.

last-modified-time-before

query

string

false

Specifies the cutoff date and time to retrieve user-defined fields that were last modified before the given timestamp, facilitating effective asset and portfolio analytics within the Nakisa Portfolio Management Suite.

pageable

query

Pageable

true

Indicates whether the response should be paginated, facilitating efficient retrieval of portfolio, asset, and analytics data related to real estate properties.

label-id

query

string

false

Unique identifier for the user-defined field associated with portfolio, asset, or real estate property analytics within the Nakisa Portfolio Management Suite.

priority

query

string

false

Priority of the resource

type-id

query

string

false

Identifier for the specific user-defined field type, enabling retrieval of relevant portfolio, asset, and analytics data within the Nakisa Portfolio Management Suite.

required

query

string

false

Whether this field is required

archived

query

string

false

Indicates whether to retrieve archived user-defined fields within the Nakisa Portfolio Management Suite, facilitating enhanced portfolio and asset analytics for real estate properties.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldDto

Create Udf Fieldsยถ

HTTP Request

POST /api/udf-fields

๐Ÿ“‹ Description: Creates new user-defined fields (UDFs) for portfolio assets within the Nakisa Portfolio Management Suite, enabling enhanced analytics and tailored data management for real estate properties.

Parameters

Name

In

Type

Required

Description

body

body

UdfFieldDto

true

Request body containing the user-defined field (UDF) data for portfolio and asset analytics within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

201

Created

Created

Inline

Response Schema

Status Code 201

Name

Type

Required

Restrictions

Description

anonymous

[UdfFieldDto]

false

none

[Data transfer object representing a user-defined field within the Nakisa Portfolio Management Suite, facilitating the customization and analytics of portfolio and asset data in the context of real estate property management.]

ยป createdBy

string

false

none

Username of who created this resource

ยป lastModifiedBy

string

false

none

Username of who last modified this resource

ยป createdDate

string(date-time)

false

none

Date of the created

ยป lastModifiedDate

string(date-time)

false

none

Date of the last modified

ยป archived

boolean

false

none

Boolean flag indicating archived status

ยป externalId

string

false

none

Unique identifier for the external

ยป id

integer(int64)

false

none

Unique identifier for the resource

ยป typeId

integer(int64)

false

none

Unique identifier for the type

ยป priority

integer(int64)

false

none

Priority of the resource

ยป required

boolean

false

none

Whether this field is required

ยป reportable

boolean

false

none

Boolean flag indicating reportable status

ยป labels

[Label]

false

none

List of labels items

ยปยป createdBy

string

false

none

Username of who created this resource

ยปยป lastModifiedBy

string

false

none

Username of who last modified this resource

ยปยป createdDate

string(date-time)

false

none

Date of the created

ยปยป lastModifiedDate

string(date-time)

false

none

Date of the last modified

ยปยป archived

boolean

false

none

Boolean flag indicating archived status

ยปยป externalId

string

false

none

Unique identifier for the external

ยปยป id

integer(int64)

false

none

Unique identifier for the resource

ยปยป cultureId

integer(int64)

false

none

Unique identifier for the culture

ยปยป value

string

true

none

Text value for value in Label

ยป udfGroupId

integer(int64)

true

none

Unique identifier for the udf group

ยป type

PickListOptionDto

false

none

Data transfer object representing an option within a pick list, utilized for categorizing and managing portfolio assets and analytics in the Nakisa Portfolio Management Suite, particularly in the context of real estate property management.

ยปยป createdBy

string

false

none

Username of who created this resource

ยปยป lastModifiedBy

string

false

none

Username of who last modified this resource

ยปยป createdDate

string(date-time)

false

none

Date of the created

ยปยป lastModifiedDate

string(date-time)

false

none

Date of the last modified

ยปยป archived

boolean

false

none

Boolean flag indicating archived status

ยปยป externalId

string

false

none

Unique identifier for the external

ยปยป id

integer(int64)

false

none

Unique identifier for the resource

ยปยป priority

integer(int64)

false

none

Priority of the resource

ยปยป internalId

integer(int64)

false

none

Unique identifier for the internal

ยปยป pickListCode

string

false

none

Code for the pick list

ยปยป pickListLabel

string

false

none

Label for the pick list

ยปยป label

string

false

none

Label for the resource

ยปยป cultureId

integer(int64)

false

none

Unique identifier for the culture

ยปยป labelDtos

[LabelDto]

false

none

List of labelDtos items

ยปยปยป createdBy

string

false

none

Username of who created this resource

ยปยปยป lastModifiedBy

string

false

none

Username of who last modified this resource

ยปยปยป createdDate

string(date-time)

false

none

Date of the created

ยปยปยป lastModifiedDate

string(date-time)

false

none

Date of the last modified

ยปยปยป archived

boolean

false

none

Boolean flag indicating archived status

ยปยปยป externalId

string

false

none

Unique identifier for the external

ยปยปยป id

integer(int64)

false

none

Unique identifier for the resource

ยปยปยป cultureId

integer(int64)

false

none

Unique identifier for the culture

ยปยปยป value

string

true

none

Text value for value in LabelDto

ยป label

string

false

none

Label for the resource

ยป cultureId

integer(int64)

false

none

Unique identifier for the culture

ยป labelDtos

[LabelDto]

true

none

List of labelDtos items

Create Udf Field Valueยถ

HTTP Request

POST /api/udf-fields/{id}/value

๐Ÿ“‹ Description: Submits a new value for the specified User Defined Field (UDF) associated with a portfolio asset in the Nakisa Portfolio Management Suite, enabling enhanced analytics and insights for real estate property management.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

any

true

Request body containing the updated value for the user-defined field associated with the specified asset, facilitating enhanced portfolio analytics within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

201

Created

Created

Inline

Response Schema

Unarchive Udf Fieldยถ

HTTP Request

POST /api/udf-fields/{id}/unarchive

๐Ÿ“‹ Description: Unarchives a specified user-defined field (UDF) within the Nakisa Portfolio Management Suite, restoring its visibility and accessibility for portfolio, asset, and analytics management related to real estate properties.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldDto

Get Udf Field List Optionsยถ

HTTP Request

GET /api/udf-fields/{id}/list-options

๐Ÿ“‹ Description: Retrieves a list of available options for a specified User Defined Field (UDF) within the Nakisa Portfolio Management Suite, facilitating enhanced portfolio and asset analytics in the context of real estate property management.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results for the specified UDF field options should be returned in a paginated format, facilitating efficient data retrieval within the Nakisa Portfolio Management Suite.

id

path

string

true

Unique identifier for the resource

pick-list-option-id

query

string

false

Unique identifier for the specific pick list option within the context of portfolio, asset, analytics, and real estate property management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldOptionDto

Create Udf Field List Optionsยถ

HTTP Request

POST /api/udf-fields/{id}/list-options

๐Ÿ“‹ Description: Submits a request to add or update list options for a specified User Defined Field (UDF) within the Nakisa Portfolio Management Suite, enhancing data analytics and portfolio management for real estate assets.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

UdfFieldOptionDto

true

Request body containing the list of options for the specified user-defined field, including relevant attributes for portfolio, asset, and real estate property analytics.

Responses

Status

Meaning

Description

Schema

201

Created

Created

Inline

Response Schema

Status Code 201

Name

Type

Required

Restrictions

Description

anonymous

[UdfFieldOptionDto]

false

none

[Data transfer object representing an option for a user-defined field within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and portfolio management for real estate properties and assets.]

ยป createdBy

string

false

none

Username of who created this resource

ยป lastModifiedBy

string

false

none

Username of who last modified this resource

ยป createdDate

string(date-time)

false

none

Date of the created

ยป lastModifiedDate

string(date-time)

false

none

Date of the last modified

ยป archived

boolean

false

none

Boolean flag indicating archived status

ยป externalId

string

false

none

Unique identifier for the external

ยป id

integer(int64)

false

none

Unique identifier for the resource

ยป label

string

false

none

Label for the resource

ยป cultureId

integer(int64)

false

none

Unique identifier for the culture

ยป labelDtos

[LabelDto]

false

none

List of labelDtos items

ยปยป createdBy

string

false

none

Username of who created this resource

ยปยป lastModifiedBy

string

false

none

Username of who last modified this resource

ยปยป createdDate

string(date-time)

false

none

Date of the created

ยปยป lastModifiedDate

string(date-time)

false

none

Date of the last modified

ยปยป archived

boolean

false

none

Boolean flag indicating archived status

ยปยป externalId

string

false

none

Unique identifier for the external

ยปยป id

integer(int64)

false

none

Unique identifier for the resource

ยปยป cultureId

integer(int64)

false

none

Unique identifier for the culture

ยปยป value

string

true

none

Text value for value in LabelDto

Archive Udf Fieldยถ

HTTP Request

POST /api/udf-fields/{id}/archive

๐Ÿ“‹ Description: Archives a specified User-Defined Field (UDF) within the Nakisa Portfolio Management Suite, enabling effective management of portfolio and asset data in real estate analytics.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldDto

Get Udf Group Fieldsยถ

HTTP Request

GET /api/udf-groups/{id}/udf-fields

๐Ÿ“‹ Description: Retrieves user-defined fields (UDFs) associated with a specific UDF group identified by the provided ID, enabling enhanced asset and portfolio analytics within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the UDF fields retrieval should be paginated, facilitating efficient data management and analysis within the Nakisa Portfolio Management Suite.

id

path

string

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldDto

Get Udf Field Text Valueยถ

HTTP Request

GET /api/udf-fields/{id}/text-value

๐Ÿ“‹ Description: Retrieves the text value associated with a specified User Defined Field (UDF) for a portfolio asset, enabling enhanced analytics and insights within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

object-id

query

integer(int64)

true

Unique identifier for the specific user-defined field (UDF) within the Nakisa Portfolio Management Suite, used to retrieve its associated text value in the context of portfolio and asset analytics.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldTextValueDto

Get Udf Field Number Valueยถ

HTTP Request

GET /api/udf-fields/{id}/number-value

๐Ÿ“‹ Description: Fetches the numeric value associated with a specific User Defined Field (UDF) for a portfolio asset, facilitating data-driven analytics within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

object-id

query

integer(int64)

true

Unique identifier for the specific user-defined field (UDF) within the Nakisa Portfolio Management Suite, facilitating retrieval of its associated numerical value for portfolio and asset analytics.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldNumberValueDto

Get Udf Field List Valueยถ

HTTP Request

GET /api/udf-fields/{id}/list-value

๐Ÿ“‹ Description: Retrieves the list of values associated with a specified User Defined Field (UDF) in the Nakisa Portfolio Management Suite, facilitating enhanced analytics and insights for portfolio and asset management in real estate properties.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

object-id

query

integer(int64)

true

Unique identifier for the specific user-defined field value associated with a portfolio asset within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldListValueDto

Get Udf Field Large Text Valueยถ

HTTP Request

GET /api/udf-fields/{id}/large-text-value

๐Ÿ“‹ Description: Fetches the large text value associated with a specific user-defined field (UDF) in the Nakisa Portfolio Management Suite, enabling users to access detailed information pertinent to portfolio, asset, and real estate property analytics.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

object-id

query

integer(int64)

true

Unique identifier for the large text value associated with a specific user-defined field within the Nakisa Portfolio Management Suite, relevant to portfolio, asset, analytics, and real estate property management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldLargeTextValueDto

Get Udf Field Date Valueยถ

HTTP Request

GET /api/udf-fields/{id}/date-value

๐Ÿ“‹ Description: Retrieves the date value associated with a specific user-defined field (UDF) for a portfolio asset, enabling enhanced analytics and reporting within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

object-id

query

integer(int64)

true

Unique identifier for the specific user-defined field date value associated with a portfolio asset within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldDateValueDto

Get Udf Fiel Boolean Valueยถ

HTTP Request

GET /api/udf-fields/{id}/boolean-value

๐Ÿ“‹ Description: Retrieves the boolean value associated with a specified User Defined Field (UDF) for a portfolio asset within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and decision-making for real estate properties.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

object-id

query

integer(int64)

true

Unique identifier for the specific user-defined field (UDF) associated with a boolean value in the Nakisa Portfolio Management Suite, relevant to portfolio, asset, and real estate property analytics.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldBooleanValueDto

Get Udf Field Text Valuesยถ

HTTP Request

GET /api/udf-field-text-values

๐Ÿ“‹ Description: Retrieves text values for user-defined fields associated with portfolios and assets within the Nakisa Portfolio Management Suite, enabling enhanced analytics and insights for real estate properties.

Parameters

Name

In

Type

Required

Description

last-modified-time-after

query

string

false

Specifies the timestamp to filter results, returning only those text values that were modified after the indicated time, facilitating efficient data retrieval for portfolio and asset analytics within the Nakisa Portfolio Management Suite.

pageable

query

Pageable

true

Indicates whether the results of the asset text values query should be returned in a paginated format, facilitating efficient data retrieval for portfolio and real estate property analytics.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldTextValueDto

Get Udf Field Number Valuesยถ

HTTP Request

GET /api/udf-field-number-values

๐Ÿ“‹ Description: Retrieves numerical values for user-defined fields associated with assets in the Nakisa Portfolio Management Suite, facilitating enhanced analytics and insights for real estate property portfolios.

Parameters

Name

In

Type

Required

Description

last-modified-time-after

query

string

false

Specifies the cutoff date and time to retrieve UDF field number values that were modified after the given timestamp, facilitating targeted analytics for portfolio and asset management within the Nakisa Portfolio Management Suite.

pageable

query

Pageable

true

Indicates whether the results of the asset analytics query for real estate property values should be returned in a paginated format, facilitating efficient data retrieval within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldNumberValueDto

Get Udf Field List Valuesยถ

HTTP Request

GET /api/udf-field-list-values

๐Ÿ“‹ Description: Retrieves a list of user-defined field values relevant to portfolios and assets within the Nakisa Portfolio Management Suite, facilitating enhanced analytics for real estate properties.

Parameters

Name

In

Type

Required

Description

last-modified-time-after

query

string

false

Specifies the timestamp to filter results, returning only those UDF field list values modified after the designated time, relevant for portfolio, asset, analytics, and real estate property management.

pageable

query

Pageable

true

Indicates whether the results of the UDF field list values query should be returned in a paginated format, facilitating efficient data retrieval for portfolio, asset, and real estate property analytics.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldListValueDto

Get Udf Field Large Text Valuesยถ

HTTP Request

GET /api/udf-field-large-text-values

๐Ÿ“‹ Description: Retrieves large text values associated with user-defined fields for assets within the Nakisa Portfolio Management Suite, enabling enhanced analytics and insights for real estate property management.

Parameters

Name

In

Type

Required

Description

last-modified-time-after

query

string

false

Specifies the timestamp to filter and retrieve large text values that have been modified after a certain date, aiding in the analysis of portfolio and asset data within the Nakisa Portfolio Management Suite.

pageable

query

Pageable

true

Indicates whether the results of the large text values retrieval should be paginated, facilitating efficient data management and analysis within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldLargeTextValueDto

Get Udf Field Date Valuesยถ

HTTP Request

GET /api/udf-field-date-values

๐Ÿ“‹ Description: Retrieves date values for user-defined fields associated with portfolios and assets within the Nakisa Portfolio Management Suite, enabling enhanced analytics for real estate properties.

Parameters

Name

In

Type

Required

Description

last-modified-time-after

query

string

false

Specifies the timestamp to filter results, returning only those date values modified after the given time, relevant for portfolio and asset analytics within the Nakisa Portfolio Management Suite.

pageable

query

Pageable

true

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

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldDateValueDto

Get Udf Field Boolean Valuesยถ

HTTP Request

GET /api/udf-field-boolean-values

๐Ÿ“‹ Description: Retrieves boolean values for user-defined fields within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and reporting for portfolio and asset management in the real estate property sector.

Parameters

Name

In

Type

Required

Description

last-modified-time-after

query

string

false

Specifies the timestamp to filter boolean values in the portfolio management suite, returning only those modified after the designated time for enhanced asset analytics.

pageable

query

Pageable

true

Indicates whether the results of the boolean values for user-defined fields should be returned in a paginated format, facilitating efficient data retrieval within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelUdfFieldBooleanValueDto

Get Udf Field List Optionยถ

HTTP Request

GET /api/list-options/{listOptionId}

๐Ÿ“‹ Description: Retrieves detailed information about a specific list option identified by the provided listOptionId, enabling users to access relevant data for portfolio, asset, and real estate property analytics within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

listOptionId

path

integer(int64)

true

Unique identifier for the list option

Responses

Status

Meaning

Description

Schema

200

OK

OK

UdfFieldOptionDto