Discussions

Ask a Question

Filtering Actions

Hi Team Can you help me in filtering down the getting actions based on a certain date using API? I am using Get actions URL from Workspaces Presently, I can only find this """filters Optional fields to filter by. Filters expects a structure like "filters[fieldName]=value". For example, if you wanted to filter to just get actions with the status "Completed", you would pass: "filters[status]=Completed". Currently, only the following fields are supported: "status", "parent", "archived", "milestone"."""

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?

Add label to action

I'm trying to add labels to actions via the API. The documentation for "update action" seems to include this function, but it doesn't work. Is it possible to add and remove labels to Actions with the API?

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>

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.

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.

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..

API Key

How do I get my API key?