Skip to content

Instantly share code, notes, and snippets.

@will-yama
will-yama / add_record_to_kintone.cs
Created June 19, 2023 11:30
Various sample HTTP requests to a Kintone App
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Proyecto26;
using SimpleJSON;
public class add_record_to_kintone : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
"records": [
{
"recordID": {
"type": "RECORD_NUMBER",
"value": "1"
},
"mychoice": {
"type": "DROP_DOWN",
"value": "hello"
@will-yama
will-yama / firstfile.js
Last active October 21, 2017 13:24
the description for this gist
my contents
{
"app": 1,
"ids": [100, 80],
"revisions": [1, 4]
}
var body = {
"app": kintone.app.getId(),
"record": kintone.app.record.getId()
};
kintone.api(kintone.api.url('/k/v1/record/comments', true), 'GET', body, function(resp) {
// success
console.log(resp);
}, function(error) {
// error