v1
latestOpenAPI 3.0.02026-08-061478520.6 KB[v3] Custom Fields
Retrieve value for custom field in resource
Retrieve value for custom field in resource
get/v3/custom-fields/{templateId}/value/{resourceId}
Path parameters
templateIdinteger required
Example:1
resourceIdinteger required
Example:1
Headers
Acceptstring
Example:application/json
Content-Typestring
Example:application/json
Response
Value of the custom field
Example response
{
"data": {
"id": 66,
"resourceId": 610,
"resourceType": "user",
"required": true,
"value": "In Progress",
"fieldType": "string",
"startDate": "2025-07-08 10:45:15",
"createdBy": 610,
"createdAt": "2025-07-08 10:45:15",
"updatedAt": "2025-07-08 10:45:15"
}
}