Questions tagged [workfront-api]

122 questions
4
votes
0 answers

Unexpected end of content while loading JObject

I have a console application pulling data from Workfront. It's been working for a while, until a couple weeks ago it started throwing errors and aborting the application. I have narrowed down the issue and it seems like the problem is being…
JoseStack
  • 167
  • 2
  • 12
3
votes
0 answers

Workfront RESTAPI Query Timezone

I am relatively unfamiliar with Workfront, but I have, via an integration project, received a relatively straight forward query (from another developer) that is looking for tasks in Workfront that have a plannedStart and plannedEnd that fall within…
Brendan Green
  • 11,676
  • 5
  • 44
  • 76
3
votes
1 answer

workfront : blank response on attempt to create API key

When I attempt to derive an APIkey from a user account in Workfront using the methods detailed in https://developers.workfront.com/api-docs/#API_key I only get a blank response. Whilst most users in this domain auth using SAML the user in question…
cesther
  • 51
  • 4
3
votes
1 answer

how to log time against a task in AtTask/workfront REST api

ive figured out the basics of AtTask api's, login, grabbing session id, etc, but haven't figured out how to log time against a task or project yet. sniffing the actual website i see we hit https://my_site.attask-ondemand.com/update/logTime with an…
trippedout
  • 1,561
  • 13
  • 20
2
votes
2 answers

WorkFront / AtTask API Authentication Error

When I am trying to get a session ID for Authentication by using: /attask/api/v9.0/login?username=admin&password=user. When I run it, it tells me I am not logged in. How am I supposed to be logged in to log in?
Mars7272
  • 51
  • 4
2
votes
1 answer

how to force ownerID when sending a note update on workfront

I can successfully create an update on projects but it seems that I cannot overwrite the thread creator by ownerID. URL sample: https://workfronturl/attask/api/note?updates={"noteText":"test","noteObjCode":"PROJ","objID"="projectid",…
PCO
  • 21
  • 2
2
votes
1 answer

return all fields for Project using workfront-api and python

How can all of the fields be displayed for 'Project' using the workfront-api in Python? The examples below return the default fields, but fields=* and fields=All return syntax errors. Examples using the Workfront examples in api.py and test.py that…
VTISCHUK
  • 27
  • 4
2
votes
2 answers

WorkFront (AtTask) API: How to retrieve filters mentioned for Report

We are using this url to get the report related information: https://.attask-ondemand.com/attask/api-internal/v6.0/report/search?name= &fields=* Is it possible to get the filters mentioned on reports from WorkFront API? I'm just seeing filter…
2
votes
1 answer

How to download files from workfront

I have integrated Workfront APIs. I need to download files from my Workfront account using API. https://api-cl01.attask-ondemand.com/attask/api/v5.0/document/search?fields=downloadURL Using above URL, I am able to get file download URL, Which seems…
2
votes
1 answer

AtTask API complete list of search modifiers

Where can I find a complete list of the available search modifiers the AtTask API? The basic REST documentation gives a list of "some" of the modifiers. Which…
JuanitoCROM
  • 124
  • 1
  • 10
2
votes
1 answer

Is it possible to create reports with Workfront API

I'm new to working with the Workfront (formerly AtTask) API. I have to create many reports for a dashboard that are essentially the same except for the Program and Job Role values. I want to create a python script to cycle through and create the…
Cuevas
  • 23
  • 4
2
votes
1 answer

How to Get All Custom Fields attached to a project on Workfront ATTASK? And Update Fields Also

How to get all Custom Fields attached to a project on Workfront? And Update Fields Also Currently I am working on AtTask integration with my application. I have a scenario where I need to add some custom_fields with project. So I start with adding…
1
vote
0 answers

WorkFront API - How to create request?

I want to use WorkFront API to create a Request object. Not any request, the Request object - check image The problem is going through Workfront documentation I don't really see any object called Request - WorkFront API explorer ] I tried creating…
Twelve
  • 578
  • 7
  • 15
1
vote
2 answers

How to get an asset all details in AEM with API request?

I am using AEM API in my automation. We published a file from workfront to AEM. That file have multiple information: 1. Basic 2. Test1 3. test2 4. etc When I hit the api: /api/assets/..../abc.pdf.json I am getting very less information under the…
QualityMatters
  • 895
  • 11
  • 31
1
vote
0 answers

Corrupted Excel file: what does this xml repair log say?

I have been downloading an Excel extract of the data from a work management service called Workfront, but somehow it started to spit out a corrupted file since a few months ago. If I open the Excel file, the Excel repairs it successfully, but this…
Ibo
  • 4,081
  • 6
  • 45
  • 65
1
2 3
8 9