REST API documentation vs REST API Explorer

lucaburgazzoli
Mega Contributor

Hello,

Wile developing an external integration application based on REST API, I found out that the documentation and the API Explorer seem to be non in sync, i.e. in Helsinki's documentation about Table API's POST I see 5 fields described:

sysparm_display_value

sysparm_fields

sysparm_view

sysparm_exclude_reference_link

sysparm_input_display_value

Whereas on API Explorer (for the same release of course) I have 6 fields:

sysparm_display_value

sysparm_fields

sysparm_view

sysparm_exclude_reference_link

sysparm_input_display_value

sysparm_suppress_auto_sys_field

Similar issue is for Table API's GET were the API doc lists more parameter that those shown by the explorer: who is the driver ?

Cheers,

Luca

5 REPLIES 5

Thank you for getting back on this.



Can you ask to have a look at Table API's GET for Helsinki too ?


The documentation reports a number of parameter not available in the REST Explorer tool, I know I can add them, but I can add any query parameter which regardless of what the API supports so it would be nice to have all the possible parameter listed or a drop down to add only those parameter that are available for the API.