Expand my Community achievements bar.

API call for ASSGN object - how to retrieve the entryDate field?

Avatar

Level 10

Hello,
I’m trying to retrieve the entryDate field for Task Assignments using the API.

For a given taskID, I can see the entryDate in an Assignment report. However:

  • When I include entryDate in the API call, the API returns an error saying the field is not supported.

  • The API Explorer also do not show entryDate as a field on the ASSGN object.

Screenshots below:

Assignment report showing entryDate:

_Manish_Singh_0-1765268050405.png


API call failing when entryDate is included:

_Manish_Singh_1-1765268090288.png
API documentation missing the field:

_Manish_Singh_2-1765268152523.png

Is it possible to retrieve the Assignment entryDate via the API? If yes, what workaround should be used?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 6

Hi @_Manish_Singh,

 

At the moment this is only included in the internal API it seems, I have checked the way how report is getting that data by inspecting network tab and its using internal API and also the response you get there is not the most convenient 

Assignment_response.png

 

I dont this this is available to us. It would be the best to contact support and check with them, also for the sake of investigation I have tried to do the custom API request and tried up to API v15.0 and none of those had entryData field supported, so this seems like something that never existing but would be really useful.

 

One idea that I have but this might be a total miss is to maybe check journal entries https://developersupport.workfront.com/page-api-explorer.html and see if that can be utilized in any way.

 

Hopefully this helps, if you open and ticket please link it here.

 
Best regards,
Ivan

Avatar

Level 10

Hello @IvanBebek-iX - Thank you for taking the time to check. I reached out to support, and here is their response:

_Manish_Singh_1-1765544489135.png