Skip to main content

REST API Use to Get WorkExpense Total, ActualExpense Total, and Latest User Comment for List of Project

Comments

1 comment

  • Richard Gold

    Hello Jim.

    You can get all the "last comment" values in a single API call like this:

    /api/project/list?ids=[PROJECT_ID_1,PROJECT_ID_2,...]&modelProperties=LastComment

    The actual and work expense values will require you to perform the API call like you are already doing, but in a loop, making a separate call for each project ID.

    Hope that helps!

    0

Please sign in to leave a comment.

Powered by Zendesk