I apologize. I ended up including json from a different app in my last post. I will try to capture the correct json the next time it happens. Below is the output of the GET. It does appear to have a Record Number field, but I do not see that field when editing the form (see image.)
{
"revision": "22",
"properties": {
"Status": {
"type": "STATUS",
"code": "Status",
"label": "Status",
"enabled": false
},
"Assignee": {
"type": "STATUS_ASSIGNEE",
"code": "Assignee",
"label": "Assignee",
"enabled": false
},
"note": {
"type": "MULTI_LINE_TEXT",
"code": "note",
"label": "Note",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"Updated_datetime": {
"type": "UPDATED_TIME",
"code": "Updated_datetime",
"label": "Updated datetime",
"noLabel": false
},
"Created_datetime": {
"type": "CREATED_TIME",
"code": "Created_datetime",
"label": "Created datetime",
"noLabel": false
},
"issue_id": {
"type": "NUMBER",
"code": "issue_id",
"label": "Issue ID",
"noLabel": false,
"required": false,
"minValue": "",
"maxValue": "",
"digit": false,
"unique": false,
"defaultValue": "",
"displayScale": "",
"unit": "",
"unitPosition": "BEFORE"
},
"Categories": {
"type": "CATEGORY",
"code": "Categories",
"label": "Categories",
"enabled": false
},
"date_and_time": {
"type": "DATETIME",
"code": "date_and_time",
"label": "Date and time",
"noLabel": false,
"required": false,
"unique": false,
"defaultValue": "",
"defaultNowValue": true
},
"Record_number": {
"type": "RECORD_NUMBER",
"code": "Record_number",
"label": "Record number",
"noLabel": false
},
"from": {
"type": "SINGLE_LINE_TEXT",
"code": "from",
"label": "From",
"noLabel": false,
"required": false,
"minLength": "",
"maxLength": "",
"expression": "",
"hideExpression": false,
"unique": false,
"defaultValue": ""
},
"Created_by": {
"type": "CREATOR",
"code": "Created_by",
"label": "Created by",
"noLabel": false
},
"Updated_by": {
"type": "MODIFIER",
"code": "Updated_by",
"label": "Updated by",
"noLabel": false
}
}
}