TAG LINE
TAG LINE
SMALL TITLE
Retrieves the most recent DataImport upload instance.
identity READ-ONLY | "identity": 21 Type: Number This is the unique numeric identifier for the DataImport |
ownerId READ-ONLY | "ownerId": 12 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": 8 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": 1 Type: Number |
patchesPerEnvelope | "patchesPerEnvelope": 23 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": 26, "ownerName": "Sample Text Data", "name": "Sample Text Data", "dataProfileId": 21, "dataProfileName": "Sample Text Data", "envelopesPerRequest": 8, "patchesPerEnvelope": 17, "stopOnError": true } } |