list_attachments

To see all the files attached to the order, use:

Copied!
svc=order/list_attachments&params={"itemId":<long>,
				   "id":<uint>}

Parameters

NameDescription

itemId

Resource ID.

id

Order ID within the resource.

Response

Copied!
[
	{
	    "n":"<text>",	/* file name */
	    "s":<uint>,	/* size, bytes */
	    "ct":<uint>,	/* creation time */
	    "mt":<uint>	/* last modification time */
	},
	...
]


Error codes

Error codeDescription
7Invalid resource ID.
5No orders found.
Download PDF file
Download Word document

See also