TAG LINE
TAG LINE
SMALL TITLE
Retrieves the most recent DataImport upload instance.
identity READ-ONLY | "identity": 20 Type: Number This is the unique numeric identifier for the DataImport |
ownerId READ-ONLY | "ownerId": 18 Type: Number Unique identifier for the associated Owner object. |
ownerName READ-ONLY | "ownerName": "Sample Name" Type: String The name of the object associated with the ownerId property. |
name | "name": "Hello World" Type: String |
dataProfileId | "dataProfileId": 22 Type: Number Unique identifier for the associated DataProfile object. |
dataProfileName | "dataProfileName": "Sample Name" Type: String The name of the object associated with the dataProfileId property. |
envelopesPerRequest | "envelopesPerRequest": 14 Type: Number |
patchesPerEnvelope | "patchesPerEnvelope": 6 Type: Number |
stopOnError | "stopOnError": true Type: Boolean |
GET | DataImport/{id}/LastUpload |
Retrieve all of the LastUpload objects for the specified DataImport. | |
{id} | Unique identifier for the DataImport object. |
Retrieve all of the LastUpload objects for the specified DataImport. GET DataImport/{id}/LastUpload HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 18, "ownerName": "Sample Text Data", "name": "Sample Text Data", "dataProfileId": 0, "dataProfileName": "Sample Text Data", "envelopesPerRequest": 4, "patchesPerEnvelope": 10, "stopOnError": true } } |