record .getRecords({ app: "1" }) .then((resp) => { console.log(resp.records); }) .catch((err) => { console.log(err); }); Global NameTypeDescription version String Provides the used version of KintoneRestAPIClient. Parameters for KintoneRestAPIClient NameTypeRequiredDescription baseUrl...
API information api.apis.get# => {"baseUrl" => "https://example.cybozu.com/k/v1/", "apis" => {"records/get" => {"link" => "apis/records/get.json"}}}api.apis.get_details_of("apis/records/get.json")# => {"id" => "GetRecords", "baseUrl" => "https://example.cybozu....
{baseUrl:"https://example.cybozu.com",// Use password authenticationauth:{username:process.env.KINTONE_USERNAME,password:process.env.KINTONE_PASSWORD,},// Use API token authentication// auth: { apiToken: process.env.KINTONE_API_TOKEN }});client.record.getRecords({app:"1"}).then((resp)=>...
token")# if set oauth options below, you can refresh the access_token.oauth_options={client_id:'client_id',client_secret:'client_secret',refresh_token:'refresh_token',expires_at:1599921045}api=Kintone::OAuthApi.new("example.cybozu.com","access_token",oauth_options)# get new token.api....
{baseUrl:"https://example.cybozu.com",// Use password authenticationauth:{username:process.env.KINTONE_USERNAME,password:process.env.KINTONE_PASSWORD,},// Use API token authentication// auth: { apiToken: process.env.KINTONE_API_TOKEN }});client.record.getRecords({app:"1"}).then((resp)=>...
api.get_url("records") body = {"app" => 7, "records" => [{...}, ...]} api.post(url, body) # => {"ids" => ["100","101"]} Access to guest spacesapi.guest(1).record.get(8, 100)see also kintone developersAbout kintone REST API client for Ruby Resources Readme ...
API information api.apis.get# => {"baseUrl" => "https://example.cybozu.com/k/v1/", "apis" => {"records/get" => {"link" => "apis/records/get.json"}}}api.apis.get_details_of("apis/records/get.json")# => {"id" => "GetRecords", "baseUrl" => "https://example.cybozu....
token")# if set oauth options below, you can refresh the access_token.oauth_options={client_id:'client_id',client_secret:'client_secret',refresh_token:'refresh_token',expires_at:1599921045}api=Kintone::OAuthApi.new("example.cybozu.com","access_token",oauth_options)# get new token.api....