Gets the list of App/Record/Space APIs available to use on kintone.
Method | GET |
URL | https://{subdomain}.kintone.com/k/v1/apis.json |
Authentication | None |
Content-Type |
Permissions
This API requires no authentication.
Request Parameters
None
Sample Request
Response Parameters
Parameter | Type | Description |
---|---|---|
apis | Object | An object containing information of each API. The {key} represents the ID string of each API |
apis.{key} | Object | An object containing details of the API. |
apis.{key}.link | String | The URL of the API, that can be used with the Get Schema API. |
Sample Response