Lookup properties list

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API arealookupsproperties.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
Model StructureYesName of model requiredmodelstructure=lookupspropertieslistUsing data models
CompanyYesThe company numbercompany=16

Example request:

related to SPV-9190


http://<SERVER>/jsonapi/lookupsproperties.json?user=user&password=user&company=16&modelstructure=lookupspropertieslist&version=3.9

or
Example response:

"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 129,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"synapiversion": 3.8,
"data": [
{
"lookupspropertiesUuid": "41B615A673484F77A31EEEB07746FD54",
"lookupspropertiesTimestampModified": 1385820617,
"lookupspropertiesRecordVersionNumber": 0,
"lookupspropertiesUdfLabel": "* Activity Types in Activities",
"lookupspropertiesTableNum": 81,
"lookupspropertiesCompany": 16,
"lookupspropertiesUdfField": 0,
"lookupspropertiesOriginalName": "* NoteType in Notes *",
"lookupspropertiesUdfFieldType": 0,
"lookupspropertiesUdfDisplayOrder": "",
"lookupspropertiesUdfMandatory": false,
"lookupspropertiesInactive": false
},
{
"lookupspropertiesUuid": "E8194E4FEE208E4AAC3D89E501284971",
"lookupspropertiesTimestampModified": 1643022760,
"lookupspropertiesRecordVersionNumber": 4,
"lookupspropertiesUdfLabel": "Client budget",
"lookupspropertiesTableNum": 81,
"lookupspropertiesCompany": 16,
"lookupspropertiesUdfField": 590,
"lookupspropertiesOriginalName": "Activities 1",
"lookupspropertiesUdfFieldType": 1,
"lookupspropertiesUdfDisplayOrder": "",
"lookupspropertiesUdfMandatory": false,
"lookupspropertiesInactive": false
},