REST API documentation vs REST API Explorer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 08:22 AM
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
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 11:05 PM
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.