Upgrade to Pro — share decks privately, control downloads, hide ads and more …

kintone・PowerShell連携

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.
Avatar for minase minase
March 01, 2017

 kintone・PowerShell連携

Avatar for minase

minase

March 01, 2017
Tweet

More Decks by minase

Other Decks in Programming

Transcript

  1. • curl -X GET "https://kdl.cybozu.com/k/v1/record.json" ¥ -H "Content-Type:application/json" ¥ -H

    "X-Cybozu-API-Token: {APIToken}" ¥ -d "{"app": 416,"id": 3150}" Invoke-RestMethod -Method GET ` -Uri "https://{subdomain}.cybozu.com/k/v1/record.json" ` -Headers @{"X-Cybozu-API-Token" = "{APIToken}"} ` -Body @{"app" = "416";"id" = "3150"} •