Get public field

Returns a single public field configuration by its ID.

Request

GET /publicfield/{id}

Headers

HeaderValue
AuthorizationBearer <token>

Path Parameters

ParameterTypeRequiredDescription
idintegerYesID of the public field.

Example Request

GET /publicfield/1

Response

Returns a JSON object representing the public field configuration.

Example Response

{
  "id": 1,
  "fieldId": "price",
  "fieldName": "Price",
  "fieldType": "field",
  "onListingPage": true,
  "onDetailPage": true,
  "onLandingPage": false,
  "user": "[email protected]",
  "changed": "2026-01-15T10:30:00+00:00"
}