Returns a single public field configuration by its ID.
Request
GET /publicfield/{id}
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | ID 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"
}
