Retrieves a list of standard objects and custom objects that are available for use in LOOKUP fields.
Endpoint
https://api.neoncrm.com/neonws/services/api/customObject/listLookupObjects
Request
https://api.neoncrm.com/neonws/services/api/customObject/listLookupObjects?userSessionId=[session id]
Response
{
"listLookupObjectsResponse": {
"operationResult": "SUCCESS",
"responseDateTime": "2017-05-24T20:41:21.646+0000",
"lookupObjects": {
"lookupObject": [
{
"id": "1",
"name": "account_user"
},
{
"id": "22",
"name": "Test_Custom_Object_c"
},
{
"id": "6",
"name": "campaign"
},
{
"id": "8",
"name": "contact_activity"
},
{
"id": "9",
"name": "country"
},
{
"id": "10",
"name": "credit_card_type_cd"
},
{
"id": "11",
"name": "donation"
},
{
"id": "12",
"name": "event"
},
{
"id": "13",
"name": "event_category_cd"
},
{
"id": "14",
"name": "event_registration"
},
{
"id": "17",
"name": "fund"
},
{
"id": "18",
"name": "gender"
},
{
"id": "5",
"name": "Grants_and_Campaigns_c"
},
{
"id": "41",
"name": "marketing_channel_cd"
},
{
"id": "26",
"name": "membership_listing"
},
{
"id": "14",
"name": "New_Obj_c"
},
{
"id": "12",
"name": "Org_Visitation_c"
},
{
"id": "29",
"name": "product"
},
{
"id": "31",
"name": "product_category"
},
{
"id": "34",
"name": "proposal"
},
{
"id": "36",
"name": "purpose"
},
{
"id": "38",
"name": "solicitation"
},
{
"id": "42",
"name": "state"
},
{
"id": "46",
"name": "tender"
}
]
}
}
}
Response Parameters
Parameter |
Description |
lookupObjects.lookupObject.id |
|
lookupObjects.lookupObject.name |
|
Error Codes