Skip to main content

Endpoint Basic Settings/Advanced Settings List

In the API screen, you can add/update API endpoints.
Each endpoint can have parameters to control its behavior.

Here, we explain the parameters that can be set for endpoints.

Endpoint Settings Screen

In the endpoint settings, when you select a model, the parameters that can be set for the selected model are displayed.

Image from Gyazo

Authentication

Login

login_challenge

FieldParameterDescription
Basic Settingslogin_methodSelect the authentication method. Possible values: api_key/signature (authentication using API key and signature). If not set, authentication will be based on email address and password.
twofactor_methodIf enabling two-factor authentication, select the method. Possible values: code (TOTP), email (email), SMS (SMS)
Advanced Settingsuse_recaptchaCheck to use reCAPTCHA during login.

login_challenge_mfa

No parameters can be set.

token

FieldParameterDescription
Basic Settingsuse_refresh_tokenCheck to use refresh token.
access_token_lifespanSet the duration in seconds for which the access token is valid.
refresh_token_lifespanSet the duration in seconds for which the refresh token is valid.

file_access_token

FieldParameterDescription
Basic Settingsaccess_token_lifespanSet the duration in seconds for which the file access token is valid. Default is 300 seconds (5 minutes).

alias_login

No parameters can be set.

logout

No parameters can be set.

reminder

FieldParameterDescription
Basic Settingspassword_reset_page_urlURL of the password reset page shown in the user's email. Token will be automatically added as a query parameter.
Advanced Settingstoken_fragment_flgCheck to pass the token in URL fragment format (by default, query parameter is used).
use_recaptchaCheck to use reCAPTCHA when sending reminder emails. For more details, refer to Creating a Password Reminder Using reCAPTCHA.

reset_password

No parameters can be set.

profile

FieldParameterDescription
Basic Settingsbasic_infoSpecify the attributes of user information to retrieve. (Multiple values possible) Example: email, nickname

gcs_info

No parameters can be set.

firebaseToken

FieldParameterDescription
Basic SettingsfirebaseConfigSelect add to include firebaseConfig information in the response.

LoginHistory

list

FieldParameterDescription
Basic settingscntSpecifies the number of items to display per page.
allowed_group_idsSpecifies the group IDs allowed to view. Only login histories of members belonging to the specified groups will be targeted.
self_onlyWhen checked, only the login history of oneself will be targeted.
from_dateSpecifies the start date for the search.
to_dateSpecifies the end date for the search.
login_typeSpecifies the type of login.
member_idSpecifies the member ID to target.
add_member_info_colsSpecifies the member attributes to retrieve. (Multiple possible) e.g. email, nickname
only_countReturns only the number of results without including search result data for performance improvement.

LoginFailed

list

FieldParameterDescription
Basic settingscntSpecifies the number of items to display per page.
allowed_group_idsSpecifies the group IDs allowed to view. Only login failure histories of members belonging to the specified groups will be targeted.
self_onlyWhen checked, only the login failure history of oneself will be targeted.
from_dateSpecifies the start date for the search.
to_dateSpecifies the end date for the search.
member_idSpecifies the member ID to target.
only_countReturns only the number of results without including search result data for performance improvement.

TwofactorMethod

reserve

No parameters can be set.

regist

No parameters can be set.

reminder

FieldParameterDescription
Basic settingsuse_smsWhen checked, sends the two-factor authentication reset code via SMS.

reset

No parameters can be set.

delete

No parameters can be set.

Content

Topics

list

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
contents_typeSpecify the category ID to display. If not set, all categories will be targeted.
filterQuery parameter to narrow down the data. Refer to How to Use the Search Function for details.
filter_langSpecify the language of the filter.
filter_request_allow_listSpecify the items that can be specified in the filter request. If not specified, filtering by query is not possible. If you want to allow all items, set :ALL.
cntSpecify the number of items to display per page.
order_querySpecify the order.
Example: topics_id:asc, topics_id:desc
Possible items: topics_id, order_no, ymd, post_time, contents_type, subject, regular_flg, inst_ymdhi, update_ymdhi, topics_group_id, favorite_cnt, comment_cnt
groupBySelect category to group by category.
ext_groupCheck to group the extended items.
Advanced SettingstypeSelect the type of grouping (array or object), default: array
group_by_category_idSpecify the category ID to narrow down when grouping by category.
show_empty_categoriesCheck to display categories with no content when grouping by category.
order_by_category_countCheck to order by the number of items per category when grouping by category.
has_permissionsReturn the response only if the user accessing the endpoint has the permissions set in the parameters ('insert', 'update', 'delete'). For example, if an editing user with only update permission accesses an endpoint set with has_permissions=delete, no data will be returned as they do not have the required permission.
category_grouping_typeSelect the format of the category grouping key. Possible value: object
category_grouping_type_use_slugUse the slug as the key in category grouping.
max_distanceSpecify the maximum distance. (Used for location-based search)
category_parent_idSpecify the parent category to narrow down.
exclude_category_parent_idSpecify the category IDs not to display.
ext_columnNarrow down the list by the value of extended items.
Example of narrowing down by specified value: ext_column=ext_col_02:15
Example of narrowing down by values other than specified: ext_column=ext_col_02!:15
ymd_sort_changeEnter ymd_sort_change=on if you want to change the order of contents to ascending by date. (Default is descending.)
shuffleSpecify whether to display in random order (yes/no). Normally not random.
target_col_for_keywordSpecify the target column for keyword search. If not set, title, content, category, and extended items will be targeted. Note: Set to subject, contents, contents_type, or extended item number (ext_col_01, ext_col_10, etc.).
use_target_col_for_keyword_from_requestUse narrowing down the target items for keyword search in the request.
topics_keyword_condChange the filtering method for each keyword in the search by topics_keyword. (Default: AND)
full_text_search_condChange the filtering method for each keyword in full-text search. Possible values: AND, OR
tag_category_idSpecify the tag category ID to display. If not set, all categories will be targeted.
exclude_tag_category_idSpecify the tag category IDs to exclude from display.
tag_idSpecify the tag ID to display.
exclude_tag_idSpecify the tag IDs to exclude from display.
tag_condChange the filtering method for tags (Default: OR)
topics_idSet the content ID to display.
order_by_idSpecify the order by topics_id. Data with the specified topics_id will be displayed at the top.
exclude_topics_idSpecify the content IDs to exclude.
get_comment_cntAdd the number of comments to the response by checking.
get_unlisted_dataInclude data not listed in the response by checking.
comment_cond_dateSet the date condition when getting the number of comments. (Example: for 7 days ago, use "-7 day")
get_favorite_cntAdd the number of favorites to the response by checking.
my_favorite_listNarrow down the contents to those favorited by the user by checking.
my_comment_listNarrow down the contents commented by the user by checking.
my_own_listNarrow down the user's own contents by checking.
add_owner_info_colsSpecify the content owner attributes to retrieve. (Multiple possible) Example: email, nickname
required_paramSpecify the query parameters that must be set.
add_my_favorite_flgAdd whether the user who called the endpoint has favorited the content to the response by checking.
Favorited: "my_favorite_flg": true
Not favorited: "my_favorite_flg": false
only_countReturn only the number of results without including search result data for performance improvement.
favorite_action_typeSpecify the favorite action type to further narrow down when my_favorite_list is enabled.
exclude_favorited_topicsExclude favorited data from the results.
get_tag_flgAdd tag information to the response by checking.
get_tag_order_by_tag_categoryWhen get_tag_flg is enabled, check to list tags by category.
ignore_open_flgInclude unpublished contents in the response by checking.
ignore_category_open_flgInclude contents of unpublished categories in the response by checking.
ignore_tag_open_flgInclude contents of unpublished tags in the response by checking.
central_idSpecify the ID to be the center of retrieval.
add_open_ymdhiInclude the start and end date and time of publication in the response by checking.
ignore_restrict_flgIgnore access restrictions by checking.
use_pre_embedding_textUse pre-generated embedding text by checking.
max_list_charsSpecify the maximum number of characters to display in the list. Set to 0 for no limit.

Details

ItemParameterDescription
Basic Settingstopics_group_idSpecify the ID of the content structure to target.
contents_typeSpecify the category ID to display. If not set, all categories will be targeted.
filterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
filter_langSpecify the language of the filter.
filter_request_allow_listList of items that can be specified in the filter request (Default: No target items / To allow all items, set :ALL).
ext_groupGroup together extended items when checked.
Advanced Settingscategory_parent_idSpecify the parent category to narrow down.
exclude_category_parent_idSpecify the category IDs not to display.
ext_columnFilter the list by the value of an extended item.
Example of filtering by a specified value: ext_column=ext_col_02:15
Example of filtering by values other than specified: ext_column=ext_col_02!:15
target_col_for_keywordSpecify the column to target for keyword search. If not set, the title, content, category, and extended items will be targeted. Note) Set to subject, contents, contents_type, or extension item number (ext_col_01, ext_col_10, etc.).
use_target_col_for_keyword_from_requestUse the narrowing down of target items for keyword search in the request.
topics_keyword_condChange the filtering method for each keyword in keyword search (Default: AND).
full_text_search_condChange the filtering method for each keyword in full-text search. Selectable values: AND, OR.
tag_category_idSpecify the tag category ID to display. If not set, all categories will be targeted.
exclude_tag_category_idSpecify the tag category IDs to exclude from display.
tag_idSpecify the tag IDs to display.
exclude_tag_idSpecify the tag IDs to exclude from display.
tag_condChange the filtering method for tags (Default: OR).
exclude_topics_idSpecify the content IDs to exclude.
get_comment_cntWhen checked, the response will include the number of comments.
get_unlisted_dataWhen checked, the response will include data not listed in the list.
comment_cond_dateSet the date condition for obtaining the number of comments. (Example: for 7 days ago, use "-7 day").
get_favorite_cntWhen checked, the response will include the number of favorites.
my_favorite_listFilter the contents by the user's favorites when checked.
my_comment_listFilter the contents by the user's commented contents when checked.
my_own_listFilter the contents by the user's owned contents when checked.
add_owner_info_colsSpecify the content owner attributes to retrieve. (Multiple possible) Example: email, nickname.
required_paramSpecify the query parameters that must be included.
add_my_favorite_flgWhen checked, the response will indicate whether the user who called the endpoint has favorited the content or not.
Favorited: "my_favorite_flg": true
Not favorited: "my_favorite_flg": false
favorite_action_typeWhen my_favorite_list is enabled, further narrow down by specifying the favorite action type.
exclude_favorited_topicsExclude favorited data from the results.
get_tag_flgWhen checked, the response will include tag information.
get_tag_order_by_tag_categoryWhen get_tag_flg is enabled, check to order tags by category.
ignore_open_flgInclude unpublished contents in the response when checked.
ignore_category_open_flgInclude contents from unpublished categories in the response when checked.
ignore_tag_open_flgInclude contents from unpublished tags in the response when checked.
add_open_ymdhiInclude the start and end date and time of publication in the response when checked.
ignore_restrict_flgIgnore access restrictions when checked.
use_pre_embedding_textUse pre-generated embedding text when checked.
max_list_charsSpecify the maximum number of characters for list display. 0 for no limit.

preview

ItemParameterDescription
Basic Settingstopics_group_idSpecify the ID of the content structure to target.
contents_typeSpecify the category ID to display. If not set, all categories will be targeted.
filterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
filter_langSpecify the language of the filter.
filter_request_allow_listList of items that can be specified in the filter request (Default: No target items / If you want to allow all items, set :ALL).
ext_groupCheck to group together extended items.
Advanced Settingscategory_parent_idSpecify the parent category to narrow down.
exclude_category_parent_idSpecify the category IDs not to display.
ext_columnFilter the list by the value of the extended item.
Example of filtering by a specified value: ext_column=ext_col_02:15
Example of filtering by values other than the specified one: ext_column=ext_col_02!:15
target_col_for_keywordSpecify the column to target for keyword search. If not set, the title, content, category, and extended items will be targeted. Note) Set subject, contents, contents_type, or extension item number (ext_col_01, ext_col_10, etc.).
use_target_col_for_keyword_from_requestUse filtering of target items for keyword search in the request.
topics_keyword_condChange how to narrow down for each keyword in keyword search (Default: AND).
full_text_search_condChange how to narrow down for each keyword in full-text search. Selectable values: AND, OR.
tag_category_idSpecify the tag category ID to display. If not set, all categories will be targeted.
exclude_tag_category_idSpecify the tag category IDs to exclude from display.
tag_idSpecify the tag ID to display.
exclude_tag_idSpecify the tag IDs to exclude from display.
tag_condChange how to narrow down tags (Default: OR).
exclude_topics_idSpecify the content IDs to exclude.
get_comment_cntAdd the number of comments to the response by checking.
get_unlisted_dataInclude data not listed in the response by checking.
comment_cond_dateSet the date condition for getting the number of comments. (Example: For 7 days ago, set "-7 day").
get_favorite_cntAdd the number of favorites to the response by checking.
my_favorite_listFilter contents by the user's favorites by checking.
my_comment_listFilter contents commented by the user by checking.
my_own_listFilter contents owned by the user by checking.
add_owner_info_colsSpecify the content owner attributes to retrieve. (Multiple possible) Example) email, nickname.
required_paramSpecify the query parameters that must be set.
add_my_favorite_flgIf checked, the response will indicate whether the user who called the endpoint has favorited the content or not.
Favorited: "my_favorite_flg": true
Not favorited: "my_favorite_flg": false
favorite_action_typeWhen my_favorite_list is enabled, further narrow down by specifying the favorite action type.
exclude_favorited_topicsExclude favorited data from the target when my_favorite_list is enabled.
get_tag_flgAdd tag information to the response by checking.
get_tag_order_by_tag_categoryIf get_tag_flg is enabled, order tags by category.
ignore_open_flgInclude unpublished content in the response by checking.
ignore_category_open_flgInclude content from unpublished categories in the response by checking.
ignore_tag_open_flgInclude content from unpublished tags in the response by checking.
add_open_ymdhiInclude the start and end date and time of publication in the response by checking.
ignore_restrict_flgIgnore access restrictions by checking.
use_pre_embedding_textUse pre-generated embedding text by checking.
max_list_charsSpecify the maximum number of characters for list display. 0 means no limit.

insert

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to add.
use_columnsSpecify the items to use.
unuse_columnsSpecify the items not to use.
require_columnsSpecify the required items.
ext_groupCheck to group extended items.
Advanced Settingsvalidate_onlyPerform only input validation, no actual data update.
lightweight_modeLightweight mode: If enabled, skips execution of post-processing batch, but improves performance instead.
upsert_by_columnsIf a value is posted to the specified column, update the record with that value.
compare_by_columnsCompare the values of the specified columns and update only if there are changes.

update

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to update.
use_columnsSpecify the items to use.
unuse_columnsSpecify the items not to use.
require_columnsSpecify the required items.
ext_groupCheck to group extended items.
Advanced Settingsvalidate_onlyPerform only input validation, no actual data update.
lightweight_modeLightweight mode: If enabled, skips execution of post-processing batch, but improves performance instead.

delete

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to delete.

draft_list

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
self_onlyReturn/update data corresponding to the logged-in user's (own data) only.
cntSpecify the number of items to display per page.
filterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
filter_request_allow_listSpecify the items that can be specified in the filter request. If not specified, filtering by query is not possible. If you want to allow all items, set :ALL.

draft_detail

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
self_onlyReturn/update data corresponding to the logged-in user's (own data) only.
ext_groupGroup extended items together.

draft_save

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
topics_idSpecify the topics_id to target during draft_save.
use_columnsSpecify the items to use.
unuse_columnsSpecify the items not to use.
require_columnsSpecify the required items.
ext_groupCheck to group extended items.
Advanced Settingsupsert_by_columnsIf a value is posted to the specified column, update the record with that value.
compare_by_columnsCompare the values of the specified columns and update only if there are changes.

draft_delete

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.

draft_update

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
topics_idSpecify the content ID to target.

waiting_for_approval_list

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
self_onlyReturn/update data only for the logged-in user (own data).
cntSpecify the number of items to display per page.
filterQuery parameter to filter data. For more information, refer to How to Use the Search Function.
filter_request_allow_listSpecify the items that can be included in the filter request. If not specified, filtering by query is not allowed. To allow all items, set :ALL.
get_workflow_infoCheck to add workflow information to the response.

waiting_for_approval_details

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
self_onlyReturn/update data only for the logged-in user (own data).
ext_groupGroup together extended items.

history_list

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
Advanced Settingsdiff_onlyRetrieve only the items. (The detail element will not be included in the response.) Image from Gyazo

accept

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
use_columnsSpecify the columns to use.
unuse_columnsSpecify the columns not to use.
require_columnsSpecify the required columns.
ext_groupCheck to group together extended items.
Advanced Settingsvalidate_onlyPerform input validation only, without updating actual data.

reject

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.

bulk_upsert

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
use_columnsSpecify the columns to use.
unuse_columnsSpecify the columns not to use.
require_columnsSpecify the required columns.
ext_groupCheck to group together extended items.
Advanced Settingspostprocess_min_afterSpecify how many minutes after the update to register the post-processing batch (default: 1)
lightweight_modeLightweight mode: If enabled, skips the execution of post-processing batch for improved performance.
id_reference_allow_listSpecify the data IDs from external systems.
ignore_errorsContinue processing even if errors occur.
validate_onlyPerform input validation only, without updating actual data.

bulk_download

FieldParameterDescription
Basic Settingstopics_group_idSpecify the ID of the content structure to target.
file_typeSelect the file type. (Default is csv. For file downloads, select file)
filterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
order_querySpecify the order. Example: topics_id=ASC
filter_request_allow_listList of items that can be specified in the filter request (Default: no target items / If you want to allow all items, set :ALL)
output_columnsSpecify the columns to output.

increment

FieldParameterDescription
Basic Settingstopics_group_idSpecify the ID of the content structure to target.
ext_nmSpecify the target extension item name (ID/Slug).
indexFor array-type extension items, specify the index.
Advanced SettingsnumsSpecify the limit of the numerical value that can be incremented or decremented.
numSpecify the fixed numerical value to increment or decrement.
use_recaptchaCheck to use reCAPTCHA.

TopicsCategory

list

FieldParameterDescription
Basic Settingstopics_group_idSpecify the ID of the content structure to target.
contents_typeSpecify the category ID to display. If not set, all categories will be targeted.
cntSpecify the number of items to display per page.
only_countReturn only the number of results without search result data for performance improvement.
Advanced Settingscount_by_categoryGet the number of items by category. Do not get: 0 (Default) Get: 1
count_by_category_methodSelect the method of aggregating category counts. You can specify counts for only parent categories or including child categories.
order_by_countSort by the number of items per category.
ignore_open_flgCheck to include unpublished categories in the response.

TopicsGroup

list

FieldParameterDescription
Basic Settingstopics_group_idSpecify the ID of the content structure to target.
cntSpecify the number of rows to display per page.

details

FieldParameterDescription
Basic Settingstopics_group_idSpecify the ID of the content structure to target.
ext_config_flgSpecify whether to get the extension item settings. The retrieved extension information will be assigned to $extensions_config.
ext_no_for_countSpecify the selection extension number for which you want to get the count.

insert

FieldParameterDescription
Basic Settingsopen_flgSet the public flag.

Members

Member

list

ItemParameterDescription
Basic SettingsfilterQuery parameter to filter data. For more information, refer to How to Use the Search Function.
filter_request_allow_listList of items that can be specified in the filter request (Default: No target items / If you want to allow all items, set :ALL).
cntSpecifies the number of items displayed per page.
order_querySpecifies the sort order.
Advanced Settingsresponse_ec_dataIncludes EC-related data in the response if checked.
custom_search_idSpecifies the custom member filter ID to target members.
group_idSpecifies the group ID of the members to target.
member_idSpecifies the member ID to target.
assign_group_flgIncludes group information in the response if checked.
open_by_groupFilters the display by group permissions if checked.
get_tag_flgAdds tag information to the response if checked.
only_countReturns only the number of results without including search result data for performance improvement.
check_login_lockChecks the login lock status if checked.

details

ItemParameterDescription
Basic Settingsself_onlyAllows API requests only for own information.
filterQuery parameter to filter data. For more information, refer to How to Use the Search Function.
filter_request_allow_listList of items that can be specified in the filter request (Default: No target items / If you want to allow all items, set :ALL).
order_querySpecifies the sort order.
Advanced Settingsresponse_ec_dataIncludes EC-related data in the response if checked.
custom_search_idSpecifies the custom member filter ID to target members.
group_idSpecifies the group ID of the members to target.
assign_group_flgIncludes group information in the response if checked.
open_by_groupFilters the display by group permissions if checked.
get_tag_flgAdds tag information to the response if checked.
only_countReturns only the number of results without including search result data for performance improvement.
check_login_lockChecks the login lock status if checked.

invite

ItemParameterDescription
Basic Settingsdefault_group_idsSpecifies the group ID that members initially belong to. The group ID specified here takes precedence over the initial group setting in the member management function.
admin_regist_okRegister as an administrator (super user).
Advanced Settingsuse_recaptchaUses reCAPTCHA if checked.

insert

ItemParameterDescription
Basic Settingsdefault_group_idSpecifies the group ID to which the member initially belongs. This group ID specification takes precedence over the initial group setting in the member management function.
not_login_after_insertIf checked, the user will not log in after registration.
login_ok_flgIf checked, allows login.
use_columnsSpecifies the items to be used.
unuse_columnsSpecifies the items not to be used.
require_columnsSpecifies the required items.
Advanced Settingsvalidate_onlyPerforms only input validation and does not update actual data.
send_email_flgIf checked, sends an email to the user upon completion of member information registration.
ignore_force_chpwdIf checked, skips the password change at the first login.
use_recaptchaIf checked, uses reCAPTCHA.

update

ItemParameterDescription
Basic Settingsallowed_group_idsSpecifies the groups allowed for updating.
self_onlyAllows API requests only for one's own information.
use_columnsSpecifies the items to be used.
unuse_columnsSpecifies the items not to be used.
require_columnsSpecifies the required items.
Advanced Settingsvalidate_onlyPerforms only input validation and does not update actual data.
send_email_flgIf checked, sends an email to the user upon completion of member information update.
check_current_pwdPerforms verification of the current password.
keep_without_allowed_group_idsIncludes members outside the allowed groups as update targets if checked.

delete

ItemParameterDescription
Basic Settingsallowed_group_idsSpecifies the groups allowed for deletion.
self_onlyAllows API requests only for one's own information.

bulk_upsert

ItemParameterDescription
Basic Settingsinit_group_idSpecifies the group ID to which the member initially belongs. This group ID specification takes precedence over the initial group setting in the member management function.
allow_set_groupEnables registration with the "Group ID" entered in CSV.
use_columnsSpecifies the items to be used.
unuse_columnsSpecifies the items not to be used.
require_columnsSpecifies the required items.
login_ok_flgAllows login.

MemberProvisional

list

ItemParameterDescription
Basic Settingsregistration_statusSelects a filter based on the registration status. Possible values: registered, unregistered
cntSpecifies the number of items displayed per page.
only_countReturns only the number of search results without including the result data for performance improvement.

insert

ItemParameterDescription
Basic Settingsdefault_group_idsSpecifies the member group ID to be set when registering a member.
admin_regist_okRegisters as an administrator (super user).

update

No parameters can be set.

delete

No parameters can be set.

MemberCustomSearch

list

ItemParameterDescription
Basic SettingscntSpecifies the number of items displayed per page.
share_typeSelects the sharing type. (1: All, 2: Self only, 3: Group specified)
only_countReturns only the number of search results without including the result data for performance improvement.

details

No parameters can be set.

insert

ItemParameterDescription
Basic Settingsmember_allow_listList of items that can be specified in the member filter request (Default: No items allowed / If you want to allow all items, please set :ALL)
inquiry_allow_listList of items that can be specified in the inquiry filter request (Default: No items allowed / If you want to allow all items, please set :ALL)
ec_allow_listList of items that can be specified in the EC filter request (Default: No items allowed / If you want to allow all items, please set :ALL)
staticcontents_allow_listList of items that can be specified in the static contents filter request (Default: No items allowed / If you want to allow all items, please set :ALL)

update

ItemParameterDescription
Basic Settingsmember_allow_listList of items that can be specified in the member filter request (Default: No items allowed / If you want to allow all items, please set :ALL)
inquiry_allow_listList of items that can be specified in the inquiry filter request (Default: No items allowed / If you want to allow all items, please set :ALL)
ec_allow_listList of items that can be specified in the EC filter request (Default: No items allowed / If you want to allow all items, please set :ALL)
staticcontents_allow_listList of items that can be specified in the static contents filter request (Default: No items allowed / If you want to allow all items, please set :ALL)

delete

No parameters can be set.

identify

ItemParameterDescription
Basic Settingsself_onlyYou can only make API requests for your own information.
Advanced Settingsuse_recaptchaIf checked, reCAPTCHA will be used.

MemberForm

details

ItemParameterDescription
Basic Settingsuse_columnsSpecify the columns to be used.
unuse_columnsSpecify the columns not to be used.
require_columnsSpecify the required columns.

MemberGroup

list

ItemParameterDescription
Basic Settingsgroup_idsSpecify the group IDs to be displayed.
only_countFor performance improvement, only return the number of results without including search result data.

Activity

Comment

list

FieldParameterDescription
Basic SettingsidSpecify the activity ID to target.
module_idSpecify the module ID.
module_typeSpecify the module type. Example: topics or ec_product or tag or member or comment or csvtable
filterQuery parameter to filter the data. For more details, please check here.
filter_request_allow_listList of items that can be specified in the filter request (Default: No target items / To allow all items, set :ALL).
order_querySpecify the order. Example: foo=ASC,bar=DESC
cntSpecify the number of items to display per page.
Advanced SettingsgroupBySelect the unit of grouping.
typeSelect the type of grouping. (array or object), Default: array
new_order_flgDisplay in order of newest.
my_listGet a list of comments made by oneself.
to_me_listGet a list of comments addressed to oneself.
from_dateSpecify the comment extraction period (start). (Example: "2020-01-01" format, or if you want to specify the past month, set "-1 month").
to_dateSpecify the comment extraction period (end). (Example: "2020-01-01" format, or if you want to specify until a month ago, set "-1 month").
member_infoSpecify the attributes of the user information for comments to be obtained. (Multiple possible) Example: email, nickname
to_member_infoSpecify the attributes of the user information for comments addressed to be obtained. (Multiple possible) Example: email, nickname
rootSpecify the parent comment ID of the tree hierarchy.
depthSpecify the hierarchy level of comments.
children_cntSpecify the number of child comments to display.
children_pageIDSpecify the pageID (which page of data) of the child comments to be obtained.
flatten_hierarchyConvert the tree structure to a flat structure.
explain_reason_hiddenAdd a field to the response object to explain the reason for hiding the comment.
show_hidden_commentsDisplay hidden comments in the response object.

insert

FieldParameterDescription
Basic SettingsidSpecify the activity ID to target.
order_desc_flgDisplay in descending order of initial posting date and time.
Advanced Settingsuse_recaptchaUse reCAPTCHA.

update

FieldParameterDescription
Basic SettingsidSpecify the activity ID to target.
order_desc_flgDisplay in descending order of initial posting date and time.

delete

FieldParameterDescription
Basic SettingsidSpecify the activity ID to target.
order_desc_flgDisplay in descending order of initial posting date and time.

Favorites

Favorite

List

ItemParameterDescription
Basic Settingsaction_typeSpecify the type of action to target. Can be specified by number or slug name. (Default: 0)
filterQuery parameter to narrow down the data. For more details, please check here.
filter_request_allow_listList of items that can be specified in the filter request. (Default: No target items / To allow all items, set :ALL)
module_typeSpecify the module type to target. (Default: topics)
cntSpecify the number of items to display per page.
orderSpecify the order. Example: inst_ymdhi:desc
self_onlyAllows API requests only for own information.
Advanced SettingsgroupBySelect the unit of grouping.
typeSelect the type of grouping. (array or object), Default: array
only_countReturns only the number of results without including search result data for performance improvement.
my_listGet a list of favorites for the logged-in user.
member_infoSpecify the attributes of user information to be retrieved. (Multiple possible) Example: email, nickname

Insert

ItemParameterDescription
Basic Settingsaction_typeSpecify the type of action to target with a number. (Default: 0)
module_typeSpecify the module type to target. (Default: topics)
Advanced Settingsskip_cache_clear_on_favoriteSkip purging CDN cache when registering favorites.
use_recaptchaUse reCAPTCHA.

Delete

ItemParameterDescription
Basic Settingsaction_typeSpecify the type of action to target. Can be specified by number or slug name. (Default: 0)
module_typeSpecify the module type to target. (Default: topics)
identify_bySelect the method of identifying the resource. (favorite_id or body)
Advanced Settingsskip_cache_clear_on_favoriteSkip purging CDN cache when deleting favorites.

Form

InquiryMessage

List

ItemParameterDescription
Basic Settingsinquiry_idSpecify the form ID to target.
self_onlyAllows API requests only for own information.
filterQuery parameter to narrow down the data. For more details, please check here.
filter_request_allow_listList of items that can be specified in the filter request. (Default: No target items / To allow all items, set :ALL)
order_querySpecify the order. Example: foo=ASC,bar=DESC
member_infoSpecify the attributes of user information for the answers to be retrieved. (Multiple possible)
Example: email, nickname
only_countReturns only the number of results without including search result data for performance improvement.
Advanced Settingsinclude_childAlso retrieve distributed answers.
cntSpecify the number of items to display per page.

Details

ItemParameterDescription
Basic Settingsinquiry_idSpecify the form ID to target.
self_onlyAllows API requests only for own information.
member_infoSpecify the attributes of user information for the answers to be retrieved. (Multiple possible) Example: email, nickname

send

FieldParameterDescription
Basic SettingsidSpecify the form ID you want to target.
assign_statusSpecify the status to assign to the response.
Advanced Settingsvalidate_onlyPerform input validation.
member_info_flgRetrieve information of the logged-in member and assign it as $member_info in the message template.
allow_parent_inquiry_bn_idAllow specifying the parent response ID (parent_inquiry_bn_id) in the request body.
use_recaptchaUse reCAPTCHA.

update

FieldParameterDescription
Basic SettingsidSpecify the form ID you want to target.
self_onlyAllow API requests only for your own information.
use_columnsSpecify the columns to be used.
Advanced Settingsvalidate_onlyPerform input validation.

delete

FieldParameterDescription
Basic SettingsidSpecify the form ID you want to target.
self_onlyAllow API requests only for your own information.

bulk_upsert

FieldParameterDescription
Basic SettingsidSpecify the form ID you want to target.
self_onlyAllow API requests only for your own information.
permissionSelect the operation to be allowed (insert or update).

InquiryForm

list

FieldParameterDescription
Basic Settingsinquiry_idSpecify the form ID you want to target.
filterQuery parameter to narrow down the data. Please refer to here for details.
filter_request_allow_listList of items that can be specified in the filter request (Default: no target items / Set :ALL to allow all items).
cntSpecify the number of items to display per page.
only_countReturn only the number of results without search result data for performance improvement.
Advanced Settingscols_typeSelect the column type.
show_all_statusDisplay all statuses.

details

FieldParameterDescription
Basic Settingstarget_inquiry_idSpecify the form ID you want to target.
filterQuery parameter to narrow down the data. Please refer to here for details.
filter_request_allow_listList of items that can be specified in the filter request (Default: no target items / Set :ALL to allow all items).
only_countReturn only the number of results without search result data for performance improvement.
Advanced Settingscols_typeSelect the column type.
show_all_statusDisplay all statuses.

insert

FieldParameterDescription
Basic Settingsvalidate_onlyPerform input validation.

update

FieldParameterDescription
Basic Settingsvalidate_onlyPerform input validation.

delete

No parameters can be set.

report

FieldParameterDescription
Basic Settingsinquiry_idSpecify the form ID you want to target.

Notification

MagazineInfo

list

FieldParameterDescription
Basic Settingsmagazine_idSpecify the notification ID to target.
exclude_magazine_idSpecify the notification ID to exclude.
cntSpecify the number of items to display per page.
self_onlyAllow API requests only for your own information.
only_countReturn only the number of results without search result data for performance improvement.

MagazineSubscriber

list

FieldParameterDescription
Basic Settingsmagazine_idSpecify the target notification ID.
cntSpecify the number of items to display per page.
filterQuery parameter to narrow down the data. For more details, check here.
filter_request_allow_listList of items that can be specified in the filter request (Default: No target items / Set :ALL to allow all items).
only_countReturns only the number of results without including search result data for performance improvement.

subscribe

FieldParameterDescription
Basic Settingsallow_magazine_idSpecify the subscription allowed ID.
self_onlyAllows API requests only for own information.

unsubscribe

FieldParameterDescription
Basic Settingsallow_magazine_idSpecify the unsubscribe allowed ID.
self_onlyAllows API requests only for own information.
required_keyRequest subscriber key.

Magazine

send

FieldParameterDescription
Basic Settingsallow_magazine_idSpecify the notification ID allowed for sending.
destination_idSpecify the custom member filter ID to send.
allow_destination_idSpecify the custom member filter ID allowed for sending.
mail_typeSelect mail_type. 0: Text mail 1: HTML mail 3: Mobile mail
mail_template_nameSpecify the HTML mail template name.
mail_text_template_nameSpecify the text mail template name.
subjectSpecify the subject.

delete

FieldParameterDescription
Basic Settingsallow_magazine_idSpecify the notification ID allowed for deletion.

subscribe

FieldParameterDescription
Basic Settingsallow_magazine_idSpecify the notification ID allowed for subscription.

unsubscribe

FieldParameterDescription
Basic Settingsallow_magazine_idSpecify the notification ID allowed for unsubscription.

list

FieldParameterDescription
Basic Settingsallow_magazine_idSpecify the notification ID allowed for viewing.
cntSpecify the number of items to display per page.
self_onlyAllows API requests only for own information.
filterQuery parameter to narrow down the data. For more details, check here.
filter_request_allow_listList of items that can be specified in the filter request (Default: No target items / Set :ALL to allow all items).
order_querySpecify the sort order. Example) foo=ASC,bar=DESC
only_countReturns only the number of results without including search result data for performance improvement.

E-commerce

ECOrderSubscription

list

FieldParameterDescription
Basic Settingsself_onlyAllows API requests only for own information.
only_countReturns only the number of results without including search result data for performance improvement.

details

FieldParameterDescription
Basic Settingsself_onlyAllows API requests only for own information.

insert

No parameters can be set.

auth_sp_career

No parameters can be set.

ECOrder

list

FieldParameterDescription
Basic Settingsself_onlyAllows API requests only for own information.
only_countReturns only the number of results without including search result data for performance improvement.

details

ItemParameterDescription
Basic Settingsself_onlyAllows API requests only for your own information.

total

No parameters can be set.

purchase

ItemParameterDescription
Basic Settingsvalidate_onlyPerforms input validation.

cancel

ItemParameterDescription
Basic Settingsself_onlyAllows API requests only for your own information.
send_mailSends an email.

insert

No parameters can be set.

auth_sp_career

No parameters can be set.

ECDelivery

list

No parameters can be set.

details

No parameters can be set.

ECCart

details

No parameters can be set.

add

No parameters can be set.

update

No parameters can be set.

ECShop

list

ItemParameterDescription
Basic Settingsshow_email_propertiesOption to show or hide email properties for inquiries, etc.
only_countReturns only the number of results without search result data for performance improvement.

details

ItemParameterDescription
Basic Settingsshow_email_propertiesOption to show or hide email properties for inquiries, etc.

ECProduct

list

FieldParameterDescription
Basic Settingstopics_group_idSpecifies the content structure ID to target.
contents_typeSpecifies the category ID to display. If not set, all categories will be targeted.
filterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
filter_request_allow_listSpecifies the items allowed in the filter request. If not specified, filtering by query is not possible. To allow all items, set :ALL.
cntSpecifies the number of items to display per page.
order_querySpecifies the sort order.
Example: topics_id:asc, topics_id:desc
Sortable fields: topics_id, order_no, ymd, post_time, contents_type, subject, regular_flg, inst_ymdhi, update_ymdhi, topics_group_id, favorite_cnt, comment_cnt
product_idSpecifies the product ID to display. If not set, all products are targeted.
ec_ext_options_searchSpecifies whether to filter the product list by extended item options. Specify: 1 Do not specify: 0
my_order_flgDisplays products purchased by the user.
ignore_product_open_flgDisplays unpublished products.
Advanced Settingscategory_parent_idFilters by parent category. Specify the parent category to filter by.
exclude_category_parent_idSpecifies the category IDs not to display.
ext_columnFilters the list by the value of extended items. Example: To filter by a specified value) ext_column=ext_col_02:15 Example: To filter by values other than the specified) ext_column=ext_col_02!:15
ymd_sort_changeIf you want to change the order of contents to ascending date, enter ymd_sort_change=on. (Default is descending.)
shuffleSpecifies whether to display in random order (yes/no). Normally not random.
target_col_for_keywordSpecifies the target column for keyword search. If not set, title, content, category, and extended items are targeted. Note: Set to subject, contents, contents_type, or extension item number (ext_col_01, ext_col_10, etc.).
use_target_col_for_keyword_from_requestUtilizes narrowing down the target items for keyword search in the request.
topics_keyword_condChanges the filtering method for each keyword in keyword search. (Default: AND)
full_text_search_condChanges the filtering method for each keyword in full-text search. Selectable values: AND, OR
tag_category_idSpecifies the tag category ID to display. If not set, all categories are targeted.
exclude_tag_category_idSpecifies the tag category IDs to exclude from display.
tag_idSpecifies the tag ID to display.
exclude_tag_idSpecifies the tag IDs to exclude from display.
tag_condChanges the tag filtering method (Default: OR)
topics_idSets the content ID to display.
order_by_idSpecifies the sort order by topics_id. Data with the specified topics_id will be displayed at the top.
exclude_topics_idSpecifies the content IDs to exclude.
get_comment_cntGets the number of comments.
get_unlisted_dataGets data not listed in the list.
comment_cond_dateSets the date condition when getting the number of comments. (Example: for 7 days ago, enter "-7 day")
get_favorite_cntGets the number of favorites.
my_favorite_listFilters by contents favorited by the user.
my_comment_listFilters by contents the user has commented on.
my_own_listFilters by contents owned by the user.
add_owner_info_colsSpecifies the content owner attributes to retrieve. (Multiple possible) Example: email, nickname
required_paramSpecifies the query parameters that must be included.
add_my_favorite_flgWhen checked, adds whether the user who called the endpoint has favorited the content to the response.
Favorited: "my_favorite_flg": true
Not favorited: "my_favorite_flg": false
only_countReturns only the count of results without including search result data for performance improvement.
favorite_action_typeWhen my_favorite_list is enabled, further filters by specifying the favorite action type.
exclude_favorited_topicsExcludes favorited data from the results.
get_tag_flgWhen checked, tag information is added to the response.
get_tag_order_by_tag_categoryWhen get_tag_flg is enabled, checks to arrange tags by category.
ignore_open_flgIncludes unpublished contents in the response when checked.
ignore_category_open_flgIncludes contents from unpublished categories in the response when checked.
ignore_tag_open_flgIncludes contents from unpublished tags in the response when checked.
central_idSpecifies the ID to center the retrieval around.
add_open_ymdhiIncludes the start and end dates of publication in the response when checked.
ignore_restrict_flgIgnores access restrictions when checked.
use_pre_embedding_textUses pre-generated embedding text when checked.
max_list_charsSpecifies the maximum number of characters to display in the list. 0 for no limit.

Details

ItemParameterDescription
Basic Settingstopics_group_idSpecify the content structure ID to target.
contents_typeSpecify the category ID to display. If not set, all categories will be targeted.
filterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
filter_langSpecify the language for the filter.
filter_request_allow_listSpecify the items allowed in the filter request. If not specified, filtering by query is not possible. To allow all items, set :ALL.
cntSpecify the number of items to display per page.
order_querySpecify the order.
Example: topics_id:asc, topics_id:desc
Possible items: topics_id, order_no, ymd, post_time, contents_type, subject, regular_flg, inst_ymdhi, update_ymdhi, topics_group_id, favorite_cnt, comment_cnt
ec_ext_options_searchSpecify whether to filter the product list by extended item options. Specify: 1 Not specify: 0
my_order_flgDisplay products purchased by the user.
ignore_product_open_flgDisplay unpublished products.
Advanced Settingscategory_parent_idNarrow down by parent category. Specify the parent category to narrow down.
exclude_category_parent_idSpecify the category IDs not to display.
ext_columnNarrow down the list by the value of the extended item. Example: To filter by specified value) ext_column=ext_col_02:15 To filter by values other than specified) ext_column=ext_col_02!:15
ymd_sort_changeIf you want to change the order of contents to ascending by date, enter ymd_sort_change=on. (Default is descending.)
shuffleSpecify whether to display in random order (yes/no). Normally it is not random.
target_col_for_keywordSpecify the target column for keyword search. If not set, title, body, category, and extended items will be targeted. Note) Set subject, contents, contents_type, or extension item number (ext_col_01, ext_col_10, etc.).
use_target_col_for_keyword_from_requestUse narrowing down the target items for keyword search in the request.
topics_keyword_condChange the filtering method for each keyword in keyword search. (Default: AND)
full_text_search_condChange the filtering method for each keyword in full-text search. Selectable values: AND, OR
tag_category_idSpecify the tag category ID to display. If not set, all categories will be targeted.
exclude_tag_category_idSpecify the tag category IDs to exclude from display.
tag_idSpecify the tag IDs to display.
exclude_tag_idSpecify the tag IDs to exclude from display.
tag_condChange the tag filtering method (Default: OR)
topics_idSet the content ID to display.
order_by_idSpecify the order by topics_id. Data with the specified topics_id will be displayed at the top.
exclude_topics_idSpecify the content IDs to exclude.
get_comment_cntGet the number of comments.
get_unlisted_dataGet data not listed in the list.
comment_cond_dateSet the date condition when getting the number of comments. (Example: for 7 days ago, enter "-7 day")
get_favorite_cntGet the number of favorites.
my_favorite_listNarrow down the contents by my favorite items.
my_comment_listNarrow down the contents by my commented items.
my_own_listNarrow down the contents by my owned items.
add_owner_info_colsSpecify the content owner attributes to retrieve. (Multiple possible) Example) email, nickname
required_paramSpecify the query parameters that must be set.
add_my_favorite_flgWhen checked, the response will indicate whether the user who called the endpoint has favorited the content.
Favorited: "my_favorite_flg": true
Not favorited: "my_favorite_flg": false
only_countReturn only the number of results without including search result data for performance improvement.
favorite_action_typeWhen my_favorite_list is enabled, further narrow down by specifying the favorite action type.
exclude_favorited_topicsExclude favorited data from the results.
get_tag_flgWhen checked, tag information will be added to the response.
get_tag_order_by_tag_categoryWhen get_tag_flg is enabled, check to list tags by category.
ignore_open_flgInclude unpublished contents in the response when checked.
ignore_category_open_flgInclude contents from unpublished categories in the response when checked.
ignore_tag_open_flgInclude contents from unpublished tags in the response when checked.
central_idSpecify the ID to be the center of retrieval.
add_open_ymdhiWhen checked, include the start and end date and time of publication in the response.
ignore_restrict_flgIgnore access restrictions when checked.
use_pre_embedding_textUse pre-generated embedding text when checked.
max_list_charsSpecify the maximum number of characters to display in the list view. 0 for no limit.

ECPayment

list

FieldParameterDescription
Basic Settingsonly_countReturns only the number of results without including search result data for performance improvement.

details

No parameters can be set.

Files

Files

upload

FieldParameterDescription
Basic SettingsstorageSelect the upload storage. Possible values: KurocoFiles, GCS, S3
access_controlSpecify the access control for the uploaded file. Possible values: public, private
sizeSpecify the maximum file size allowed for upload.
typesSpecify the file extensions allowed for upload.

temp_upload_url

No parameters can be set.

Tag

Tag

list

FieldParameterDescription
Basic SettingsfilterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
filter_request_allow_listSpecify the items that can be included in the filter request. If not specified, filtering by query is not possible. To allow all items, set :ALL.
order_querySpecify the sort order. Example: foo=ASC,bar=DESC
tag_idSpecify the tag ID to be displayed.
tag_category_idSpecify the tag category ID to be displayed. If not set, all categories will be targeted.
cntSpecify the number of items to display per page.
orderSet the sort order. Examples: tag_id:asc, tag_id:desc Possible items: tag_id, open_contents_cnt, tag_category_id, weight, tag_nm
only_countReturns only the number of results without including search result data for performance improvement.
Advanced SettingsgroupBySpecify the unit of grouping. Possible values: module_id, category
typeSpecify the result format of grouping. Possible values: array, object
shuffleSpecify whether to display in random order (yes/no). Normally not random.
exclude_tag_category_idSpecify the tag category ID to be excluded from display.
exclude_tag_idSpecify the tag ID to be excluded from display.
ignore_open_flgInclude unpublished tags in the response when checked.
target_topics_group_idSpecify the content structure ID for filtering.

insert

No parameters can be set.

update

No parameters can be set.

delete

No parameters can be set.

TagCategory

list

FieldParameterDescription
Basic Settingstag_category_idSpecify the tag category ID to be displayed. If not set, all categories will be targeted.
parent_tag_category_idSpecify the parent tag category ID to be displayed. If not set, all categories will be targeted.
without_tag_infoDo not retrieve tag information when checked.
Advanced Settingsno_classified_flgWhen obtaining a list of tags for each tag category, ignore tags that do not belong to any tag category. By default, tags that do not belong to any tag category are returned under a category named "Uncategorized".

Tables

Master

list

FieldParameterDescription
Basic Settingscsvtable_idSpecifies the ID of the CSV table to target.
key_idxSpecifies the index of the element to be the key in key:value during response.
value_idxSpecifies the index of the element to be the value in key:value during response.
multipleSpecifies whether to make it multidimensional in key_idx elements.
filterQuery parameter to narrow down the data. For more information, refer to How to Use the Search Function.
filter_request_allow_listSpecifies the items that can be specified in the filter request. If not specified, filtering by query is not possible. If you want to allow all items, set :ALL.
only_countReturns only the number of results without including search result data for performance improvement.
Advanced SettingsoutputAsSpecifies the output format. Selectable values: array, object
groupBySpecifies the unit of grouping.
typeSpecifies the result format of grouping. Selectable values: array, object (default: array)

insert

No parameters can be set.

update

FieldParameterDescription
Basic Settingscsvtable_idSpecifies the ID of the CSV table to target.

delete

No parameters can be set.

Asynchronous processing

Batch

webhook

FieldParameterDescription
Basic Settingsbatch_idSpecifies the batch ID to target.
identifierSpecifies the identifier of the batch.

list

FieldParameterDescription
Advanced Settingsonly_countReturns only the number of results without including search result data for performance improvement.

check_batch

No parameters can be set.

API

Api

bulk

No parameters can be set.

list

FieldParameterDescription
Basic Settingsonly_countReturns only the number of results without including search result data for performance improvement.

openapi_data

No parameters can be set.

request_api

FieldParameterDescription
Basic Settingsfunction_idSpecifies the function_id to target.
nameSpecifies the identifier to target.
show_contentsShow contents.
use_path_paramUse path parameters.

request_api_post

FieldParameterDescription
Basic Settingsfunction_idSpecifies the function_id to target.
nameSpecifies the identifier to target.
show_contentsShow contents.
use_path_paramUse path parameters.
Advanced Settingsuse_recaptchaUse reCAPTCHA.

proxy

FieldParameterDescription
Basic Settingsproxy_end_pointSpecifies the endpoint of the proxy destination.
add_headersSpecifies the additional request headers.
add_request_paramsSpecifies the additional request parameters.
proxy_read_timeoutSpecifies the timeout limit. (seconds)
allow_request_paramsSpecifies the request parameters to allow.
allow_proxy_paramsSpecifies the proxy parameters to allow.

proxy_post

FieldParameterDescription
Basic Settingsproxy_end_pointSpecifies the endpoint of the proxy destination.
add_headersSpecifies the additional request headers.
add_request_paramsSpecifies the additional request parameters.
proxy_read_timeoutSpecifies the timeout limit. (seconds)
allow_request_paramsSpecifies the request parameters to allow.
allow_proxy_paramsSpecifies the proxy parameters to allow.

aggregate

FieldParameterDescription
Basic SettingsendpointsSpecify the endpoints.
order_by_columnsSpecify the order of columns.
from_dateSpecify the start date of aggregation.
to_dateSpecify the end date of aggregation.
cntSpecify the number of items to display per page.

add_site

FieldParameterDescription
Basic Settingscopy_from_site_keySpecify the site key to copy from.
callback_batch_nmSpecify the callback batch name.
init_batch_nmSpecify the initialization batch name.
sign_up_as_superuserSign up as a superuser. (Yes: 1, No: 0)
release_levelSelect the release level. (Alpha: 0, Beta: 1, RC: 20, RC: 90, Production: 100)
Advanced Settingsuse_recaptchaUse reCAPTCHA.

site_list

FieldParameterDescription
Basic SettingscntSpecify the number of items to display per page.

sso_credentials

FieldParameterDescription
Basic Settingssite_keysSpecify the site keys to target.
emailsSpecify the emails of members to issue credentials.
member_idsSpecify the member IDs of members to issue credentials.
member_register_flgRegister members when issuing credentials.
use_login_id_flgCheck for user existence by login ID when issuing credentials.
sso_group_idsSpecify the group IDs to register when issuing credentials.
expireSpecify the expiration time. (seconds)

Approval workflow

Approvalflow

list

FieldParameterDescription
Basic Settingsmodule_typeSpecify the module type to target. (Only topics are supported.)
module_idSpecify the module ID to target.

details

No parameters to set.

insert

No parameters to set.

update

No parameters to set.

update_flow_settings

No parameters to set.

delete

No parameters to set.

review

FieldParameterDescription
Basic Settingsmodule_typeSpecify the module type to target. (Only topics are supported.)

list_pending

FieldParameterDescription
Basic Settingsmodule_typeSpecify the module type to target. (Only topics are supported.)

pending_detail

FieldParameterDescription
Basic Settingsmodule_typeSpecify the module type to target. (Only topics are supported.)

Payments

Stripe

checkout

FieldParameterDescription
Basic Settingsproducts_listStripe Price ID. If there are multiple Price IDs, the corresponding one will be charged.
return_urlSet the URL for successful payment.
return_err_urlSet the URL for failed payment.
trial_end(Subscription) Set the trial end date.
trial_period_days(Subscription) Specify the trial period in days.

cancel_order

No parameters to set.

Site

Site

update_site

FieldParameterDescription
Basic Settingsuse_columnsSpecify the columns to update.

list

FieldParameterDescription
Basic Settingsonly_countReturn only the count of results without including search result data for performance improvement.

create_backup

FieldParameterDescription
Basic Settingssite_idSpecify the site ID to target.

get_backup_list

FieldParameterDescription
Basic Settingssite_idSpecify the site ID to target.

generate_backup_download_url

FieldParameterDescription
Basic Settingssite_idSpecify the site ID to target.

delete_backup

FieldParameterDescription
Basic Settingssite_idSpecify the site ID to target.

get_env_edit_data

FieldParameterDescription
Basic Settingssite_idSpecify the site ID to target.

add_site

FieldParameterDescription
Basic Settingscopy_from_site_keySpecify the site key to copy from.
callback_batch_nmSpecify the callback batch name.
init_batch_nmSpecify the initialization batch name.
sign_up_as_superuserSign up as a superuser. (Yes: 1, No: 0)
release_levelSelect the release level. (RC version: 20, RC version: 90, Stable version: 100)
Advanced Settingsuse_recaptchaUse reCAPTCHA.

update_env_info

FieldParameterDescription
Basic Settingssite_idSpecify the site ID to target.
use_columnsSpecify the columns to update.

close_site

No parameters to configure.

sync_sites

No parameters to configure.

backup_site

No parameters to configure.

sync_topics

FieldParameterDescription
Basic Settingstopics_sync_source_site_idSpecify the source site ID for synchronization.
topics_sync_target_site_idSpecify the target site ID for synchronization.
topics_sync_groupSpecify the content structure ID to synchronize.

get_mng_data

No parameters to configure.

update_mng

FieldParameterDescription
Basic Settingsuse_columnsSpecify the columns to update.

AI

OpenAI

chat

FieldParameterDescription
Basic SettingsmodelSelect the language model.
promptThe input text given to the model, serving as the starting point for the generated text. The model generates contextually appropriate responses or continuations based on this input. Prompts can be in the form of questions, instructions, or scenarios. The model attempts to generate meaningful text based on information related to the prompt.
max_tokens_outSpecify the maximum number of output tokens.
input_dict_sys_nmSpecify the system name of the input dictionary.
output_dict_sys_nmSpecify the system name of the output dictionary.
safe_checkPerform safety check on the input text.
max_input_lengthSpecify the maximum number of characters in the input text.
FieldParameterDescription
Basic SettingsmodelSelects the language model.
topics_group_idSpecifies the ID of the content structure to target.
cntSpecifies the number of items to display per page.
promptThe input text given to the model, serving as the starting point for the text generated by the model. Based on this input, the model generates appropriate responses or continuations considering the context. The prompt can be given in the form of a question, instruction, or scenario. The model attempts to generate meaningful text based on information related to the prompt.
max_distanceSpecifies the maximum distance for vector search.
use_tagsUses tag information as search criteria.
ext_infoSpecifies the additional items to include in the response.
skip_proper_noun_detectionSkips proper noun detection.
date_columnSpecifies the column to use for date filtering.
input_dict_sys_nmSpecifies the system name of the input dictionary.
max_list_charsSpecifies the maximum number of characters for the content included in the response.
data_titleSpecifies the title of the data.
max_input_lengthSpecifies the maximum number of characters for the input text.
safe_checkPerforms safety check on the input text.
required_categoriesMakes category filtering mandatory.
required_tagsMakes tag filtering mandatory.
filterRefer to Filter Query Usage for search functionality.
filter_request_allow_listSpecifies the keys of filters allowed in requests from the frontend.
FieldParameterDescription
Basic SettingsmodelSelects the language model.
topics_group_idSpecifies the ID of the content structure to target.
cntSpecifies the number of items to display per page.
promptThe input text given to the model, serving as the starting point for the text generated by the model. Based on this input, the model generates appropriate responses or continuations considering the context. The prompt can be given in the form of a question, instruction, or scenario. The model attempts to generate meaningful text based on information related to the prompt.
max_distanceSpecifies the maximum distance for vector search.
use_tagsUses tag information as search criteria.
ext_infoSpecifies the additional items to include in the response.
max_tokens_outSpecifies the maximum number of tokens in the output.
skip_proper_noun_detectionSkips proper noun detection.
date_columnSpecifies the column to use for date filtering.
max_referenced_contents_lengthSpecifies the maximum number of characters for referenced contents.
input_dict_sys_nmSpecifies the system name of the input dictionary.
output_dict_sys_nmSpecifies the system name of the output dictionary.
data_titleSpecifies the title of the data.
max_input_lengthSpecifies the maximum number of characters for the input text.
safe_checkPerforms safety check on the input text.
required_categoriesMakes category filtering mandatory.
required_tagsMakes tag filtering mandatory.
filterRefer to Filter Query Usage for search functionality.
filter_request_allow_listSpecifies the keys of filters allowed in requests from the frontend.

routing_rules

FieldParameterDescription
Basic Settingsai_router_idSpecifies the AI router ID to target.

Spider

SpiderHistory

list

FieldParameterDescription
Basic Settingsspider_settings_idSpecifies the ID of the spider settings to target.

detail

ItemParameterDescription
Basic Settingsspider_settings_idSpecify the spider settings ID to target.

logs

ItemParameterDescription
Basic Settingsspider_settings_idSpecify the spider settings ID to target.

Spider

insert

No parameters can be set.

update

No parameters can be set.

webhook

ItemParameterDescription
Basic Settingsspider_settings_idSpecify the spider settings ID to target.
spider_history_idSpecify the spider history ID to target.
target_urlsSpecify the URLs to crawl.

Integrations

EdgeIntegration

process

ItemParameterDescription
Basic SettingsintegrationDefine the integration implementation to process the received data.

list

ItemParameterDescription
Basic Settingsonly_countReturn only the count of results without including search result data for performance improvement.

details

No parameters can be set.


Support

If you have any other questions, please contact us or check out Our Slack Community.