Response [200 Ok]
| Uri | /api/v2/printmark |
|---|---|
| UriDescription | Base URI for printmark-related operations |
| EndpointType | PrintmarkBase |
Uris
Printmark
/api/v2/printmark/:printmarkid
| Uri | /api/v2/printmark/:printmarkid |
|---|---|
| UriDescription | Printmark by ID |
| EndpointType | Printmark |
| Locator | Printmark |
| LocatorType | Object |
Request
| Uri | /api/v2/printmark |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
POST
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/printmark"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
},
"POST": {
"Permissions": [
"Add"
]
}
},
"Methods": [
"OPTIONS",
"GET",
"POST"
],
"ParameterDescription": {
"Uri": "Absolute or relative URL, restricted to Locator(s) of the supplied URL if not null. Up to a MAX_LENGTH in length.",
"Integer": "Integer value in the range MIN_VALUE to MAX_VALUE, inclusive",
"Varchar": "Variable length text from MIN_CHARS to MAX_CHARS (MAX_CHARS = INFINITY meaning arbitrary length)"
},
"Parameters": {
"POST": [
{
"Name": "ImageUri",
"Required": false,
"ReadOnly": false,
"Default": null,
"Type": "Uri",
"MAX_LENGTH": "INFINITY",
"Locator": [
"Image"
]
},
{
"Name": "PrintmarkID",
"Required": false,
"ReadOnly": false,
"Default": null,
"Type": "Integer",
"MIN_VALUE": "NEGATIVE_INFINITY",
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "ImageID",
"Required": false,
"ReadOnly": false,
"Default": null,
"Type": "Integer",
"MIN_VALUE": "NEGATIVE_INFINITY",
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "ImageKey",
"Required": false,
"ReadOnly": false,
"Default": null,
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": 254
},
{
"Name": "Name",
"Required": false,
"ReadOnly": false,
"Default": null,
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": 254
},
{
"Name": "Dissolve",
"Required": false,
"ReadOnly": false,
"Default": 0,
"Type": "Integer",
"MIN_VALUE": "NEGATIVE_INFINITY",
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "Gap",
"Required": false,
"ReadOnly": false,
"Default": 60,
"Type": "Integer",
"MIN_VALUE": "NEGATIVE_INFINITY",
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "Location",
"Required": false,
"ReadOnly": false,
"Default": "BottomRight",
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": 254
},
{
"Name": "Scale",
"Required": false,
"ReadOnly": false,
"Default": 100,
"Type": "Integer",
"MIN_VALUE": "NEGATIVE_INFINITY",
"MAX_VALUE": "POSITIVE_INFINITY"
}
]
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
]
},
"Response": {
"Uri": "/api/v2/printmark",
"Uris": {
"Printmark": {
"Uri": "/api/v2/printmark/:printmarkid",
"Locator": "Printmark",
"LocatorType": "Object",
"UriDescription": "Printmark by ID",
"EndpointType": "Printmark"
}
},
"UriDescription": "Base URI for printmark-related operations",
"EndpointType": "PrintmarkBase",
"Timing": {
"Total": {
"time": 0.02199,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}