Skip to main content

Getting latest non-null ItemCommentType for Project, how to (On Prem, Web API, C#)

Comments

2 comments

  • Robert Aronovici

    Hello Gary,


    There is no "WHERE" type clause for the Project.GetActive method. Most REST 'Get' calls don't support that feature, since they are meant to retrieve data quickly.


    I reviewed the Project.Search documentation to see if there is a filter method to retrieve by ItemCommentType, but there is no filter option for that method.


    You could return all the objects and then loop through if you needed to select the projects with the correct ItemCommentType you're looking for within your application and/or tool.


    Let me know if you have any other questions.


    Thanks,

     

    Robert

    0
  • Gary Holbrook

    Robert,

    Thanks, and I'll do it using the brute force method.

    Appreciated,

    G

    0

Please sign in to leave a comment.

Powered by Zendesk