Request
Add parameter in header x-api-key
 Example:x-api-key: ********************
 Add parameter in header x-api-env
 Example:x-api-env: ********************
 or
Request Code Samples
curl --location --request GET 'https://api.vplan.com/v1/board/0d646fe8-b4a8-4586-b5ce-84286402e207/capacity/group?date_range_start=2024-01-01&date_range_end=2025-01-01&time_frame=day' \
--header 'x-api-key: <api-key>' \
--header 'x-api-env: <api-key>'
Responses
application/json {
    "data": [
        {
            "date": "string",
            "group": [
                {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "time_available": 0,
                    "time_off": 0
                }
            ]
        }
    ]
}
Modified at 2025-10-30 09:44:22