Skip to main content

GetGroupInvoicesList

Returns a list of invoices for the given group.

Path Parameters
  • group_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Query Parameters
  • anchor string

    How many invoices to offset the search by.

  • limit int32

    Possible values: 1 ≤ value ≤ 32

    Amount of invoices to return.

Responses

GetGroupInvoicesList 200 response

Schema
  • invoices object[] required

    A list of a group's billing invoices.

    • csv_url string required

      A URL to this invoice's CSV breakdown.

    • pdf_url string required

      A URL to this invoice's PDF document.

    • period_start_ts date-time required

      RFC3339 timestamp.

    • period_end_ts date-time required

      RFC3339 timestamp.

  • anchor string

    The pagination anchor.