Discussions
Exporting Capacity and Load for Entire Hive
Is there a way to export capacity and load for an entire hive into a CSV file?
Posted by Beth Linnebur about 2 months ago
Unable to View Request History
I'm attempting to 'log in' to follow this suggestion to see my call request history but can't locate any functionality that supports this. I'm similarly unable to find the Chat icon that is mentioned to be in the bottom-right of this developer page. Any direction/assistance would be appreciated.
![](https://files.readme.io/bd1f6c3-image.png)
Posted by Kevon Lightfoot 3 months ago
API Key
How do I get my API key?
Posted by Max 9 months ago
How can I update the logged time via Rest API ?
I have tried using PUT actions rest API but I'm unable to update the logged time..
Posted by Royston about 1 year ago
Status of actions
How can we get the status of the actions via api
In mean what are all the status we created that i need to get that in the single api.
Posted by rajalakshmi about 1 year ago
Is it possible to create statusUpdates through the API?
Hi,
We're migrating from a different tool and there is going to be an overlap of project tracking between the 2 tools, so I was wondering if I can create project.statusUpdates through the API.
I know I can read them from the API, but didn't find a way to create/update them.
Posted by Natalia Colomé over 1 year ago
I'm not a bot response in API
Hi,
I'm facing an issue. When i hit the API How i can fix it.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Human Verification</title>
<style>
body {
font-family: "Arial";
}
</style>
<script type="text/javascript">
window.awsWafCookieDomainList = [];
</script>
<script src="https://424c7422f9b4.b99bcf53.us-east-1.token.awswaf.com/424c7422f9b4/fdb0e87535b4/550b1b1cfdc1/challenge.js"></script>
<script src="https://424c7422f9b4.b99bcf53.us-east-1.captcha.awswaf.com/424c7422f9b4/fdb0e87535b4/550b1b1cfdc1/captcha.js"></script>
</head>
<body>
<div id="captcha-container"></div>
<script type="text/javascript">
window.addEventListener("load", function() {
const container = document.querySelector("#captcha-container");
CaptchaScript.renderCaptcha(container, async (voucher) => {
await ChallengeScript.submitCaptcha(voucher);
window.location.reload(true);
},
{
"key":"AQIDAHjcYu/GjX+QlghicBgQ/7bFaQZ+m5FKCMDnO+vTbNg96AGjnDQAPPbfJOOYMcslgfEoAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMhivomO5TVYW8aGbGAgEQgDtXGGZ1Bnb23TyylkJDXrWwbW7C2uZxoQWRWZX8avdZIBgphjvzrMzIyaObiPJ22w3XcBbKKNtpnH063w==",
"iv":"CgAAoDLQg6AAAA27",
"context":"hv38NC+oIA3SnNrfb+uZ7eQ4QEkMImulXKxbeTOBN23RzRVhBk8VuzPGbzDah5qmXImOm+zr/o7Q+u6/NWZ7TYyYhN/Am70tRcMEN+3R5r9ASwWILH2jOKBU/uXRtN/qtKxfh1ljT09KMv5aHWPW0oRXoaN9YBNTJlpF6fnDrdHVp/FJOQyhBEqvtZO5G3x6wrNF6X5I1vkSPlCKuhx/vKmgmYGNUyKVboz7pGXtHNzIM3L6v378zUgXxsbUJwVzckWN8rQ+FCUNRQ1aQlk2Y+ZLnCFgQS/sgc+cdWtLeo1uB+4iiHAo/TXF0OlFfALh+lZVL8uHmK8SgtkCC6TXX61xVSxS6gaKnODCf4AX/k/n"
}
);
});
</script>
<noscript>
<h1>JavaScript is disabled</h1>
In order to continue, you need to verify that you're not a robot by solving a CAPTCHA puzzle.
The CAPTCHA puzzle requires JavaScript. Enable JavaScript and then reload the page.
</noscript>
</body>
</html>
Posted by Muhammad Usman Zaheer over 1 year ago
Can i get paginated actions data
<https://app.hive.com/api/v1/workspaces/{workspaceId}/actions>
The limit is 20000 to get the actions. But if I have greater than 20000 actions how I can perform that to retrieve all the actions? There are any pagination parameters?
Posted by Muhammad Usman Zaheer over 1 year ago
can we call projects api and get users api in one request?
can we call projects api and get users api in one request? how do we structure the parameters?
Posted by Dan over 1 year ago
Missing description of logged time
How do I get description that people put in when they log their times for the actions?
From the API it only shows time , user, and date. I have to believe that is pretty useless without the description that people add in. I thought it would be a comment but when I show comments from the action it doesn't show any. I don't understand why the loggedTime doesn't show everything from the screen like description and category. Not sure why they cut those two out?
Posted by Dan Michaels about 2 years ago