Field Info


# Here is a curl example
curl \
X GET -H "Authorization:{token}" http://localhost:8888/api/PropertyCard/GetFieldsSettings
      ?object_id=11111&field_id=111

To get the field info and its properties, you need to make a GET call to the following url :
http://localhost:8888/api/PropertyCard/GetFieldsSettings



    Result example :
    {
        "id": "long",
        "display_name": "string",
        "long_description": "string",
         etc...
    }

Query Parameters

Field Parameter Type Type Description
object_id query long Object Id.
field_id query long Field Id.
Authorization header string Add Authorization header token