Field values
Path parameters
idintegerRequiredExample:
ID of the chatroom
25fidintegerRequiredExample:
ID of the checklist field
3Responses
200
Success
application/json
fieldIdintegerRequiredExample:
Field ID
25fieldTypestringRequiredExample:
Field type
textattrsstringRequiredExample:
Attributes of the Checklist field
{"~#text":{"label":"Any text","autoCheck":false,"settings":"{\"multiline\":true}"}}targetbooleanRequiredExample:
Flag indicating if it's a target
falsetypestringRequiredExample:
Attributes of the Checklist field
{"~#text":{"label":"Any text","autoCheck":false,"settings":"{\"multiline\":true}"}}chatroomIdintegerRequiredExample:
ID of the chatroom
91valuestringRequiredExample:
Value of the Checklist field
Quantityget/chatroom/{id}/checklist-field/{fid}
GET /chatroom/{id}/checklist-field/{fid} HTTP/1.1
Accept: */*
200
Success
{
"fieldId": 25,
"fieldType": "text",
"attrs": "{\"~#text\":{\"label\":\"Any text\",\"autoCheck\":false,\"settings\":\"{\\\"multiline\\\":true}\"}}",
"target": false,
"type": "{\"~#text\":{\"label\":\"Any text\",\"autoCheck\":false,\"settings\":\"{\\\"multiline\\\":true}\"}}",
"chatroomId": 91,
"val": {
"value": "Quantity",
"type": "text"
},
"value": "Quantity"
}Path parameters
idintegerRequiredExample:
ID of the record
25fidintegerRequiredExample:
Field ID
3Body
valueanyRequiredExample:
Value
22checkedbooleanOptionalExample:
Boolean indicating if the field is checked
trueResponses
200
Success
application/json
fieldIdintegerRequiredExample:
Field ID
25fieldTypestringRequiredExample:
Field type
textattrsstringRequiredExample:
Attributes of the Checklist field
{"~#text":{"label":"Any text","autoCheck":false,"settings":"{\"multiline\":true}"}}targetbooleanRequiredExample:
Flag indicating if it's a target
falsetypestringRequiredExample:
Attributes of the Checklist field
{"~#text":{"label":"Any text","autoCheck":false,"settings":"{\"multiline\":true}"}}chatroomIdintegerRequiredExample:
ID of the chatroom
91valuestringRequiredExample:
Value of the Checklist field
Quantitypost/chatroom/{id}/checklist-field/{fid}
POST /chatroom/{id}/checklist-field/{fid} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"value": 22,
"checked": true
}200
Success
{
"fieldId": 25,
"fieldType": "text",
"attrs": "{\"~#text\":{\"label\":\"Any text\",\"autoCheck\":false,\"settings\":\"{\\\"multiline\\\":true}\"}}",
"target": false,
"type": "{\"~#text\":{\"label\":\"Any text\",\"autoCheck\":false,\"settings\":\"{\\\"multiline\\\":true}\"}}",
"chatroomId": 91,
"val": {
"value": "Quantity",
"type": "text"
},
"value": "Quantity"
}Path parameters
idintegerRequiredExample:
ID of the record
25fidintegerRequiredExample:
Field ID
3Body
valueanyRequiredExample:
Value
22checkedbooleanOptionalExample:
Boolean indicating if the field is checked
trueResponses
200
Success
application/json
fieldIdintegerRequiredExample:
Field ID
25fieldTypestringRequiredExample:
Field type
textattrsstringRequiredExample:
Attributes of the Checklist field
{"~#text":{"label":"Any text","autoCheck":false,"settings":"{\"multiline\":true}"}}targetbooleanRequiredExample:
Flag indicating if it's a target
falsetypestringRequiredExample:
Attributes of the Checklist field
{"~#text":{"label":"Any text","autoCheck":false,"settings":"{\"multiline\":true}"}}chatroomIdintegerRequiredExample:
ID of the chatroom
91valuestringRequiredExample:
Value of the Checklist field
Quantitypatch/chatroom/{id}/checklist-field/{fid}
PATCH /chatroom/{id}/checklist-field/{fid} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"value": 22,
"checked": true
}200
Success
{
"fieldId": 25,
"fieldType": "text",
"attrs": "{\"~#text\":{\"label\":\"Any text\",\"autoCheck\":false,\"settings\":\"{\\\"multiline\\\":true}\"}}",
"target": false,
"type": "{\"~#text\":{\"label\":\"Any text\",\"autoCheck\":false,\"settings\":\"{\\\"multiline\\\":true}\"}}",
"chatroomId": 91,
"val": {
"value": "Quantity",
"type": "text"
},
"value": "Quantity"
}Examples
Text field
Filling text
Modifying text
Clear text
Number field
Filling a number
Updating number
Clearing number
Picklist field
Filling an option
Deleting option
Clearing options
Date field
Filling a date
Updating date
Clearing date
User field
Filling a user/group
Deleting a user/group
File field
Attaching a file
Removing file(s)
PDF field
Revision field
Approval field
Requesting an Approval (Adhoc)
Signing an Approval
Canceling an Approval
Conversation field (Parent/Child)
Create new record
Select existing record
Delete conversation
Linked field
Create new record
Select existing record
Linking specific record revisions
Delete record
Form field
Creating a form instance
Filling/updating/deleting a field value inside a form
Deleting a form instance
Last updated