limiting which fields returned in response object

Is it possible to limit what fields are returned in the response object? I only need one field on an Invoice get, and would rather not have to waste bandwidth downloading the entire payload.

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    @Arlette Slachmuylder
    SKY API endpoint mostly do not have option to select columns for output.

    Instead, consider using the new Query API, you can determine what column to output, as little as 1 column.

Categories