Discussions
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 almost 2 years 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 about 2 years ago
Status of Project in API
Can we please get the Project Status and notes from that status in the API?
Posted by Lauren Taylor about 2 years ago
Automating Reporting using API using Alteryx
Hi,
I'm pulling in data using the download tool in Alteryx for the GetAction. I'm then parsing it out using the JSON Parse tool, but it seems as though it's only pulling up to 99. of the name field.
For example, the name field contains items like:
0.id
0.priority
1.id
1.priority
etc...
Maxing out with 99.estimate
Has anyone come across this issue and if so, how did you resolve it?
Thanks,
Kevin
Posted by Kevin Poulos over 2 years ago
Timesheets via API
the API documentation doesn't mention timesheets, so I assume it's not covered by the API. But it would be cool to add timesheet entries via API. Is this currently possible? Any plans to add it if not?
Posted by Andy over 2 years ago
API key in header or URL param?
When I called the Get Users endpoint with the API key in the header, as documented, I got back a 400 Bad Request {
"error": 400,
"message": "api_key is required as a header or a query parameter."
}
I didn't get a successful response until I moved the api_key into the URL query parameter.
Why doesn't the API successfully authenticate with the api_key in the headers?
Posted by Sara Rands over 2 years ago
Trying to get this to work with Salesforce External Services
I am stuck on providing an API schema specification. See this link for examples:
https://trailhead.salesforce.com/content/learn/modules/external-services/register-an-external-service
Can you help here?
Posted by Carl Cox over 2 years ago
Status of the project
Hello,
How it is possible to get the Status of the projects?
The only way I found exporting Project Status is manually exporting Portfolio view CSV file.
Could u please help us to find a better-automated way?
Posted by Lina Kasiliauskyte over 2 years ago
Archive Project through API
Is there a way to archive a project through the "Update project" request? I was expecting to see a true/false "archive" parameter on the project that could be toggled to change the project's archive status.
Posted by Devon Allary over 2 years ago
Actions Not Showing up
I am using the API to load the data into Power Bi, I can see all my projects just fine but almost none of my actions. I can only see the actions from 1 current project and then actions from some archived projects. Are some of these action being stored somewhere else? I checked all the sharing properties and I still cannot seem to find these actions in the API.
Posted by Lauren Taylor almost 3 years ago