Skip to main content

How do I get the Description data from a Project form via REST

Comments

1 comment

  • Official comment
    Wes Kliewer

    Using [url]/api/project/active contains a limited set of data fields, but you can get more by appending ?modelProperties=Description. So you use [url]/api/project/active?modelProperties=Description and it will include the description field. When using modelProperties you will specifically call all data fields to retrieve separated by a comma, so if you wanted both the description and the project name your modelProperties would be modelProperties=Description,Name

    A reference to this is on the following page.
    Getting Specific Properties

Please sign in to leave a comment.

Powered by Zendesk