Skip to main content

#OCAPI0 discussing

Hi, I need more columns than less so I thought I could exclude some. It is possible somewhere in body to do it?

 

{

"count": 100,

"db_start_record_": 0,

"query" : {

"filtered_query": {

"filter": {

"range_filter": {

"field": "last_modified",

"from": "2024-01-05T09:30:00Z",

"to": "2024-01-05T10:00:00Z"

}

},

"query" : {

"match_all_query": {}

}

}

},

"select" : "(**)",

"sorts" : [{"field":"creation_date", "sort_order":"asc"}],

"start" : 0

}

#OCAPI #API #Salesforce

0/9000