Description |
---|
Returns export status. |
URL: /GraphSearch/api/export/progress
Supported Methods |
---|
|
Request Parameters
Parameter | Description | Type | Required |
---|---|---|---|
| Export process ID | String | true |
Content-Type: application/json
Export Status Object
Attribute | Type | Required | Comment |
---|---|---|---|
| String | false | Export process ID |
| Integer | false | Progress of the export process |
Example |
---|
{
"processId" : "some processId",
"progress" : 8302
}
|