POST api2/watermark.json
Watermark
Request Information
URI Parameters
None.
Body Parameters
API.Models.WatermarkRequestName | Description | Type | Additional information |
---|---|---|---|
project_id |
Optional, NULL or 0 returns all products |
integer |
Required |
Request Formats
{ "project_id": 1 }
Response Information
Resource Description
API.Models.WatermarkResponseName | Description | Type | Additional information |
---|---|---|---|
infos |
Watermark infos |
Collection of API.Models.WatermarInfo |
None. |
Response Formats
{ "infos": [ { "order_id": 1, "project_id": 2, "order_date": "2024-10-09T20:18:46.5257569+02:00", "urls": { "download_url": "sample string 1", "status_url": "sample string 2", "start_url": "sample string 3" } }, { "order_id": 1, "project_id": 2, "order_date": "2024-10-09T20:18:46.5257569+02:00", "urls": { "download_url": "sample string 1", "status_url": "sample string 2", "start_url": "sample string 3" } } ] }