Discussions
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 2 months 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 2 months 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é 2 months 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 3 months 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 4 months 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 8 months 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 1 year ago
What is the page size
What is the maximum number of record which will be returned in these endpoint
https://app.hive.com/api/v1/projects
https://app.hive.com/api/v1/actions
Posted by Mohamed Yazarudeen over 1 year ago
Pagination of results
Hello when running a Get request and returining a large set of data the API is only providing a portion of the data, and providing a "hasNextPage":true / "hasPreviouspage":false flag. Unfortunately there is no page number / id that would allow me to loop through pages and get all information.
Posted by Ryan Carroll over 1 year ago
Attachment file names
Is it possible to explicitly set the file name of an attachment as it is being created/uploaded? I am migrating files from another system where the file is exposed as a url without the name in it.
Posted by Will Wilson almost 2 years ago