Use this endpoint to retrieve the status of one or more files uploaded to the Library using the Add File Multipart POST endpoint.
Click a method to view its documentation
Privileges required: mylibrary:file:read
Retrieve the upload status for one or more MyLibrary files using the fileId
path parameter; separate multiple fileId's with a comma. If the fileId
provided does not match any files in the MyLibrary account, the call returns a null set.
GET: https://api.constantcontact.com/v2/library/files/uploadstatus/{fileId} |
|||
name |
type |
default |
description |
---|---|---|---|
api_key |
query |
REQUIRED; The API key for the application |
|
fileId |
path |
Specifies the files for which to retrieve upload status information |
code |
description |
---|---|
200 |
Request was successful |
401 |
Authentication failure |
404 |
The supplied url was not found |
406 |
Unsupported Accept Header value, must be application/json |
500 |
Internal server error occurred |
property |
type(max length) |
description |
---|---|---|
description |
string (100) |
Detailed information about the file upload status |
file_id |
string |
Unique ID for the file |
status |
string |
Indicates the file status:
|
[ { "file_id": "9", "status": "Active", "description":"Active" }, { "file_id": "8", "status": "Uploaded", "description":"Uploaded" }, { "file_id": "18", "status": "Processing", "description":"Processing" } ]