Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.81 KB

ApprovalNextWeekApiApi.md

File metadata and controls

59 lines (40 loc) · 1.81 KB

Swagger\Client\ApprovalNextWeekApiApi

All URIs are relative to /

Method HTTP request Description
getKimaipluginApprovalApiApprovalnextweekapiNextweek GET /api/next-week

getKimaipluginApprovalApiApprovalnextweekapiNextweek

getKimaipluginApprovalApiApprovalnextweekapiNextweek($user)

Example

<?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;
}
?>

Parameters

Name Type Description Notes
user string User ID to get information for [optional]

Return type

void (empty response body)

Authorization

bearer

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]