Resource for listing attributes of projects within the General Ledger Endpoint

Add  a resource for listing attributes for a specific project within the General Ledger Endpoint.

  • Guest
  • Aug 25 2016
  • Shipped
  • Attach files
  • Dan Bowman commented
    November 01, 2017 07:02

    Project custom fields are now returned as part of GET Project endpoint.

  • Guest commented
    August 26, 2016 12:37

    A new endpoint to retrieve just the attributes/customfields for a project by id, GET /projects/{project_id}/customfields. My organization utilize attributes/customfields to hold extra information about the project, such as, directors and approvers of the project.

  • Dan Bowman commented
    August 26, 2016 12:12

    Can you clarify the request? Are you asking for

    1. a new endpoint to get a single project by id, GET /projects/{project_id}
    2. to include custom fields (custom fields in NXT Web View, attributes in NXT Database View) in the existing GET /projects endpoint 
    3. a new endpoint to list custom fields for a specific project, GET /projects/{project_id}/customfields