All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
getKimaipluginApprovalApiApprovalnextweekapiNextweek | GET /api/next-week |
getKimaipluginApprovalApiApprovalnextweekapiNextweek($user)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure HTTP bearer authorization: bearer
$config = Swagger\Client\Configuration::getDefaultConfiguration()
->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Swagger\Client\Api\ApprovalNextWeekApiApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$user = "user_example"; // string | User ID to get information for
try {
$apiInstance->getKimaipluginApprovalApiApprovalnextweekapiNextweek($user);
} catch (Exception $e) {
echo 'Exception when calling ApprovalNextWeekApiApi->getKimaipluginApprovalApiApprovalnextweekapiNextweek: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
user | string | User ID to get information for | [optional] |
void (empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]