Skip to main content

List porting related reports

GET 
/porting/reports

List the reports generated about porting operations.

Request

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[report_type] string

    Possible values: [export_porting_orders_csv]

    Filter reports of a specific type

    filter[status] string

    Possible values: [pending, completed]

    Filter reports of a specific status

Responses

200: Successful response

422: Unprocessable entity. Check message field in response for details.

500: Internal server error

Loading...