Skip to main content

List additional documents

GET 
/porting_orders/:id/additional_documents

Returns a list of additional documents for a porting order.

Request

Path Parameters

    id uuidrequired

    Porting Order id

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

    filter[document_type] string

    Possible values: [loa, invoice, csr, other]

    Filter additional documents of a specific document type

    filter[document_type][in][] string[]

    Possible values: [loa, invoice, csr, other]

    Filter additional documents by a list of document types

    sort[] string

    Possible values: [created_at, -created_at]

    Specifies the sort order for results. If not given, results are sorted by created_at in descending order.

Responses

200: Successful response

401: Unauthorized

404: Resource not found

Loading...