GET api/customtextdescription/distinctcustompropertydescriptions

Returns a list of the distinct defined custom descriptions for a property Processes this custom text description API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]