Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.13 KB

ObjectEzdoctemplatetypeAPI.md

File metadata and controls

43 lines (29 loc) · 2.13 KB

ObjectEzdoctemplatetypeAPI

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
ObjectEzdoctemplatetypeAPI_ezdoctemplatetypeGetAutocompleteV2 GET /2/object/ezdoctemplatetype/getAutocomplete/{sSelector} Retrieve Ezdoctemplatetypes and IDs

ObjectEzdoctemplatetypeAPI_ezdoctemplatetypeGetAutocompleteV2

// Retrieve Ezdoctemplatetypes and IDs
//
// Get the list of Ezdoctemplatetype to be used in a dropdown or autocomplete control.
//
ezdoctemplatetype_get_autocomplete_v2_response_t* ObjectEzdoctemplatetypeAPI_ezdoctemplatetypeGetAutocompleteV2(apiClient_t *apiClient, ezmax_api_definition__full_ezdoctemplatetypeGetAutocompleteV2_sSelector_e sSelector, ezmax_api_definition__full_ezdoctemplatetypeGetAutocompleteV2_eFilterActive_e eFilterActive, char *sQuery, header_accept_language_e Accept_Language);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
sSelector ezmax_api_definition__full_ezdoctemplatetypeGetAutocompleteV2_sSelector_e The type of Ezdoctemplatetypes to return
eFilterActive ezmax_api_definition__full_ezdoctemplatetypeGetAutocompleteV2_eFilterActive_e Specify which results we want to display. [optional] [default to 'Active']
sQuery char * Allow to filter the returned results [optional]
Accept_Language header_accept_language_e [optional]

Return type

ezdoctemplatetype_get_autocomplete_v2_response_t *

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

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