Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to deep GET /proposals/{proposalId} #210

Merged
merged 1 commit into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. Add option to deep GET /proposals/{proposalId}

    When optional query parameter includeFieldsAndValues is set to true on
    GET /proposals/{proposalId}, include all proposal versions, associated
    values, and associated application form fields in the response.
    
    By returning this almost-fully-deep object tree, it is more convenient
    for the caller and more efficient in terms of request, query, and
    response counts. The assumption is that the purpose of the PDC is to
    see and compare which fields are used for what purpose for proposals.
    
    This commit consolidates incremental changes that should be seen here:
    #210
    
    Issue #101 Implement GET /proposals/{proposalId} endpoint
    bickelj committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    551be26 View commit details
    Browse the repository at this point in the history