Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Get All Distinct Field Name

HTTP ELEMENT

Value

URI

/rest/crud/1.0/table/column/field-name/distinct

METHOD

GET

Content-Type

application/json

Query Strings

exclude - list of excluded field names to not included on the returned list

RESPONSE

HTTP STATUS CODE

BODY

200

Array of Json String

400

error - main category of the error

message - error message

SCENARIO AND RESPONSE

Scenario

Response

POSITIVE

[
    "Client Test Two",
    "Healthcare Related Computers Restricted Purposes Notes",
    "WWW IP Address",
    "User Authorized Access Limited Notes",
    "Ship To Company",
    "Unsubscribe Flag",
    "Healthcare Related Computers Restricted Purposes Compliant",
    "Installation Date"
]

  • No labels