Retrieve Report

Version 1.0.0
download iconDownload spec

Endpoint

POST
https://serverRoot/api/orderingMobility/v1/report/retrieve

Retrieve a report the was generated using the Generate Report Request.

arrowRequest

Header Parameters

            Body Parameters

            Responses

            arrowBody

            application/json

            REQUEST

            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            13
            14
            15
            16
            17
            18
            19
            curl --request POST \
                 --url https://serverroot/api/orderingMobility/v1/report/retrieve \
                 --header 'Accept: string' \
                 --header 'Content-Length: integer' \
                 --header 'X-ATT-ClientId: string' \
                 --header 'X-ATT-ConversationId: string' \
                 --header 'X-ATT-MessageId: string' \
                 --header 'content-type: application/json' \
                 --data '
            {
              "retrieveReportRequest": {
                "accountGroupId": "a98765432109",
                "ctn": "5555055525",
                "accountType": "FAN",
                "accountLevelValue": "12345678",
                "reportType": "wirelessInventory"
              }
            }
            '

            RESPONSE

            1
            2
            3
            4
            5
            6
            7
            8
            9
            {
              "retrieveReportResponse": {
                "fileContent": "VGhpcyBpcyB0aGUgcmVwb3J0IG91dHB1dC4=",
                "fileName": "expandedWirelessInventoryReport_2024-06-07_18-8cef2a2906-d7af-5669-4f13-bd7a8cef2a29.zip",
                "fileDescription": "expandedWirelessInventoryReport_2024-06-07_18-8cef2a2906-d7af-5669-4f13-bd7a8cef2a29.zip",
                "fileSize": "8236",
                "fileType": "CSV"
              }
            }