Checking the Status of Uploads to a Network Version

To get the upload status by version id, submit a GET request to the following endpoint:

/v3/ProviderNetworks/{{providerNetworkId}}/versions/{{providerNetworkVersionId}}/upload

The GET takes the following parameters:

  • The providerNetworkId is the network for which you created a new version.

  • The providerNetworkVersionId is the id of the network version.

The request returns a record of the following form which indicates the status of the upload:

{
    "started": "2021-04-12T20:11:25.1216242",
    "completed": null,
    "status": "UploadComplete",
    "accessPointCount": 2,
    "providerNetworkId": 30453,
    "providerNetworkVersionId": 249767,
    "missingFields": null
}

Status: Can be created, uploadcomplete, geocodecomplete, activated, or archived. A status of activated indicates the new version has been published.

accessPointCount: The number of accesspoints uploaded and saved in accesspoint format. Regardless of whether you are uploading accesspoints (flat file format) or providers (hierarchical file format), the data is stored internally as accesspoints.