Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 992 Bytes

common_response_obj_debug_payload.md

File metadata and controls

14 lines (10 loc) · 992 Bytes

common_response_obj_debug_payload_t

Properties

Name Type Description Notes
i_version_min int The minimum version of the function that can be called
i_version_max int The maximum version of the function that can be called
a_required_permission list_t * An array of permissions required to access this function. If the value "0" is present in the array, anyone can call this function. You must have one of the permission to access the function. You don't need to have all of them.
b_version_deprecated int Wheter the current route is deprecated or not
dt_response_date char * Represent a Date Time. The timezone is the one configured in the User's profile.

[Back to Model list] [Back to API list] [Back to README]