Notre API d'impression de produits photos personnalisables
Personnalisez votre projet et constituez un outil de communication unique pour votre marque !
Notre API vous permet d'automatiser la commande de produits photos.
Bénéficiez de son intégration facile et rapide et créez un projet qui réponde à vos problématiques, attentes & objectifs.
Avantages:
- Intégration simple et rapide de notre API REST dans l'interface de votre site ou votre application
- Mode Sandbox pour tester votre application avant mise en production
- Librairie PHP fournie
Confiez-nous vos idées ! Notre équipe technique peut également développer, pour vous, votre projet sur mesure.
Documentation technique de l'API
URLs
All testing and development should be done against the sandbox API . This is an environment where you can create, and submit orders without incurring any costs
Sandbox API URL:
http://api-sandbox.printofoto.com/api/
Live API URL:
https://api.printofoto.com/api/
General notes
Request Format
Requests should be made using either JSON or Postdata.
The Content-type
header should be set accordingly to either Content-type: application/json
or application/x-www-form-urlencoded
Response Format
Please note that responses are formatted according to the accept
http header. At present, we recommend that you supply an value of accept: application/json
at this time.
Standard API return codes
Code | Description |
---|---|
200 |
OK |
201 |
Created |
400 |
Bad or missing input parameter- see error for more details |
403 |
Forbidden. The request is not valid for the resource in its current state |
404 |
Resource not found |
Authentication
PRINTOFOTO.api uses custom HTTP headers for Authorization
Header | Description |
---|---|
api_key | Your api_key you received this when signing up |
api_secret | Your api_secret you received this when signing up |
All requests should include these two HTTP headers
Filtering Resources
Limit
You can limit the number of results by applying the limit filter. The default value is 10 and the maximum value is 1000.
https://api.printofoto.com/api/{object}?limit=150
Offset
You can use the offset filter to retrieve a list starting from a certain offset. The GET request below delivers 10 objects, starting with the 150th object.
https://api.printofoto.com/api/{object}?offset=150
Sort
You can sort a GET query by specifying a property name as the value of the sort filter. The default sorting is ascending. When a property name is postfixed with +DESC, the sort order is descending.
https://api.printofoto.com/api/{object}?sort=date_creation+DESC
PHP Class
You can use this class to use our API. Please edit these field in the file :
Header | Description |
---|---|
$apiKey | Your api_key you received this when signing up |
$secretKey | Your api_secret you received this when signing up |
Bookmark
api/bookmark (GET)
Description |
Retrieves information about the different bookmark | ||||||||||||||
Url |
http://api.printofoto.com/api/bookmark |
||||||||||||||
Method |
GET | ||||||||||||||
Parameters |
|
||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the bookmark
Sample JSON response [{ "id_bookmark":"1", "text": "This is my bookmark", "image_url_1": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "logo_url": "http://api.printofoto.com/images/113/373/145/logo.jpg", "custom": "my_bookmark", date_creation: "2015-01-05 14:01:40" }, { "id_bookmark":"2", "text": "This is my second bookmark", "image_url_1": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "logo_url": "", "custom": "my_bookmark", date_creation: "2015-01-05 14:01:40" }, ... }] Bookmark Item
|
api/bookmark (POST)
Description |
Creates a new bookmark |
Url |
http://api.printofoto.com/api/bookmark |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new bookmark (see /Bookmark (GET) for details ) |
Return code |
|
api/bookmark/{id} (GET)
Description |
Gets information of an existing bookmark |
Url |
http://api.printofoto.com/api/bookmark/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the bookmark (see /Bookmark (GET) for details ) |
Return code |
|
api/bookmark/{id} (PUT)
Description |
Update a bookmark |
Url |
http://api.printofoto.com/api/bookmark/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the bookmark (see /Bookmark (GET) for details ) |
Return code |
|
api/bookmark/{id} (DELETE)
Description |
Delete a bookmark |
Url |
http://api.printofoto.com/api/bookmark/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
BusinessCard
api/businesscard (GET)
Description |
Retrieves information about the different businesscard | ||||||||||||
Url |
http://api.printofoto.com/api/businesscard |
||||||||||||
Method |
GET | ||||||||||||
Parameters |
|
||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the businesscard
Sample JSON response [{ "id_businesscard":"1", "front_image_url": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "back_image_url": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom": "my_businesscard", date_creation: "2015-04-05 14:01:40" }, { "id_businesscard":"2", "front_image_url": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "back_image_url": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom": "my_businesscard", date_creation: "2015-04-05 14:01:42" }, ... }] Businesscard Item
|
api/businesscard (POST)
Description |
Creates a new businesscard |
Url |
http://api.printofoto.com/api/businesscard |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new businesscard (see /Businesscard (GET) for details ) |
Return code |
|
api/businesscard/{id} (GET)
Description |
Gets information of an existing businesscard |
Url |
http://api.printofoto.com/api/businesscard/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the businesscard (see /Businesscard (GET) for details ) |
Return code |
|
api/businesscard/{id} (PUT)
Description |
Update a businesscard |
Url |
http://api.printofoto.com/api/businesscard/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the businesscard (see /Businesscard (GET) for details ) |
Return code |
|
api/businesscard/{id} (DELETE)
Description |
Delete a businesscard |
Url |
http://api.printofoto.com/api/businesscard/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Calendar
api/calendar (GET)
Description |
Retrieves information about the different calendar | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Url |
http://api.printofoto.com/api/calendar |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the calendar
Sample JSON response [{ "id_calendar":"1", "title": "My first calendar", "cover_message": "Just for you!", "template": "2", "font_color": "#000000", "background_color": "#ffffff", "logo_url": "http://api.printofoto.com/images/113/373/145/logo.jpg", "start_date": "2014-01-01", "show_week_number": "0", "show_ephemeris": "1", "image_url_1": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_10": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_11": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_12": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "cover_url": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "backcover_url": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom": "my_calendar", date_creation: "2015-01-05 14:01:40" }, { "id_calendar":"2", "title": "My second calendar", "cover_message": "Just for you!", "template": "2", "font_color": "#000000", "background_color": "#ffffff", "logo_url": "http://api.printofoto.com/images/113/373/145/logo.jpg", "start_date": "2014-01-01", "show_week_number": "0", "show_ephemeris": "1", "image_url_1": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_10": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_11": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_12": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "cover_url": "http://api.printofoto.com/images/113/373/145/b36d0.jpg", "backcover_url": "", "custom": "my_calendar", date_creation: "2015-01-05 14:01:40" }, ... }] Calendar Item
|
api/calendar (POST)
Description |
Creates a new calendar |
Url |
http://api.printofoto.com/api/calendar |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new calendar (see /Calendar (GET) for details ) |
Return code |
|
api/calendar/{id} (GET)
Description |
Gets information of an existing calendar |
Url |
http://api.printofoto.com/api/calendar/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the calendar (see /Calendar (GET) for details ) |
Return code |
|
api/calendar/{id} (PUT)
Description |
Update a calendar |
Url |
http://api.printofoto.com/api/calendar/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the calendar (see /Calendar (GET) for details ) |
Return code |
|
api/calendar/{id} (DELETE)
Description |
Delete a calendar |
Url |
http://api.printofoto.com/api/calendar/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
CalendarEvent
api/calendarevent (GET)
Description |
Retrieves information about the different calendar events | ||||||||||||||
Url |
http://api.printofoto.com/api/calendarevent |
||||||||||||||
Method |
GET | ||||||||||||||
Parameters |
|
||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the calendar event
Sample JSON response [{ "id_calendar_event":"1", "id_calendar":"1", "date_event":"2015-01-01", "text":"the first day of this year", "image_url":"", "date_creation":"2015-01-05 14:11:03" }, { "id_calendar_event":"2", "id_calendar":"1", "date_event":"2015-01-02", "text":"Anna's birthday", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "date_creation":"2015-01-05 14:14:05"} , ... }] Calendar Event Item
|
api/calendarevent (POST)
Description |
Creates a new calendar event |
Url |
http://api.printofoto.com/api/calendarevent |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new calendar event (see /Calendarevent (GET) for details ) |
Return code |
|
api/calendarevent/{id} (GET)
Description |
Gets information of an existing calendar event |
Url |
http://api.printofoto.com/api/calendarevent/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the calendar event (see /Calendarevent (GET) for details ) |
Return code |
|
api/calendarevent/{id} (PUT)
Description |
Update a calendar event |
Url |
http://api.printofoto.com/api/calendarevent/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the calendar (see /Calendarevent (GET) for details ) |
Return code |
|
api/calendarevent/{id} (DELETE)
Description |
Delete a calendar |
Url |
http://api.printofoto.com/api/calendarevent/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Card
api/card (GET)
Description |
Retrieves information about the different cards | ||||||||||||||||
Url |
http://api.printofoto.com/api/card |
||||||||||||||||
Method |
GET | ||||||||||||||||
Parameters |
|
||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the card
Sample JSON response [{ "id_card":"1", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_aspect_ratio":"fit" "logo_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "backcover_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"christmas", "date_creation":"2015-01-05 15:31:04" }, { "id_card":"1", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_aspect_ratio":"fill" "logo_url":"", "backcover_url":"", "custom":"christmas", "date_creation":"2015-01-05 15:31:04" , ... }] Card Item
|
api/card (POST)
Description |
Creates a new card |
Url |
http://api.printofoto.com/api/card |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new card (see /Card (GET) for details ) |
Return code |
|
api/card/{id} (GET)
Description |
Gets information of an existing card |
Url |
http://api.printofoto.com/api/card/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the card (see /Card (GET) for details ) |
Return code |
|
api/card/{id} (PUT)
Description |
Update a card |
Url |
http://api.printofoto.com/api/card/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the card (see /Card (GET) for details ) |
Return code |
|
api/card/{id} (DELETE)
Description |
Delete a card |
Url |
http://api.printofoto.com/api/card/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Factsheet
api/factsheet (GET)
Description |
Retrieves information about the different factsheets | ||||||||||||
Url |
http://api.printofoto.com/api/factsheet |
||||||||||||
Method |
GET | ||||||||||||
Parameters |
|
||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the factsheet
Sample JSON response [{ "id_factsheet":"1", "logo_url":"http://api.printofoto.com/images/113/373/145/logo.jpg", "custom":"", "format":"148x210_by_3", "date_creation":"2016-07-04 16:37:30" } , { "id_factsheet":"2", "logo_url":"", "custom":"", "format":"148x210_by_3", "date_creation":"2016-07-04 16:37:30" } , ... }] Factsheet Item
|
api/factsheet (POST)
Description |
Creates a new factsheet |
Url |
http://api.printofoto.com/api/factsheet |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new factsheet (see /Factsheet (GET) for details ) |
Return code |
|
api/factsheet/{id} (GET)
Description |
Gets information of an existing factsheet |
Url |
http://api.printofoto.com/api/factsheet/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the factsheet (see /Factsheet (GET) for details ) |
Return code |
|
api/factsheet/{id} (PUT)
Description |
Update a factsheet |
Url |
http://api.printofoto.com/api/factsheet/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the factsheet (see /Factsheet (GET) for details ) |
Return code |
|
api/factsheet/{id} (DELETE)
Description |
Delete a factsheet |
Url |
http://api.printofoto.com/api/factsheet/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
FactSheetItem
api/factsheetitem (GET)
Description |
Retrieves information about the different items of a factsheet | ||||||||||
Url |
http://api.printofoto.com/api/factsheetitem |
||||||||||
Method |
GET | ||||||||||
Parameters |
|
||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the factsheet item
Sample JSON response [{ "id_factsheet_item":"1", "id_factsheet":"1", "front_image_url":"http://api.printofoto.com/images/125/388/125/b36d0.jpg", "back_image_url":"http://api.printofoto.com/images/125/388/125/b36d0.jpg", "date_creation":"2015-01-06 16:55:52" } , { "id_factsheet_item":"2", "id_factsheet":"1", "front_image_url":"http://api.printofoto.com/images/125/388/125/b36d0.jpg", "back_image_url":"http://api.printofoto.com/images/125/388/125/b36d0.jpg", "date_creation":"2015-01-06 16:55:52" } , ... }] FactSheet Item
|
api/factsheetitem (POST)
Description |
Creates a new factsheet item |
Url |
http://api.printofoto.com/api/factsheetitem |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new factsheet item (see /FactSheetItem (GET) for details ) |
Return code |
|
api/factsheetitem/{id} (GET)
Description |
Gets information of an existing factsheet item |
Url |
http://api.printofoto.com/api/factsheetitem/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the factsheet item (see /FactSheetItem (GET) for details ) |
Return code |
|
api/factsheetitem/{id} (PUT)
Description |
Update a factsheet item |
Url |
http://api.printofoto.com/api/factsheetitem/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the factsheet item (see /#FactSheetItem (GET) for details ) |
Return code |
|
api/factsheetitem/{id} (DELETE)
Description |
Delete a factsheet item |
Url |
http://api.printofoto.com/api/factsheetitem/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Image
api/image (GET)
Description |
Retrieves information about the different images | ||||||||||||||||
Url |
http://api.printofoto.com/api/image |
||||||||||||||||
Method |
GET | ||||||||||||||||
Parameters |
|
||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the image
Sample JSON response [{ "id_image":"1", "image":"85451145.jpg", "name":"My dog", "preview_url":"http://api.printofoto.com/images/113/373/145/85451145.jpg", "tag":"dog,animal", "public":"1", "date_creation":"2015-01-05 16:08:22" } , { "id_image":"2", "image":"b36d0.jpg", "name":"My cat", "preview_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "tag":"cat,animal", "public":"0", "date_creation":"2015-01-05 17:28:07" } , ... }] Image Item
|
api/image (POST)
Description |
Creates a new image |
Url |
http://api.printofoto.com/api/image |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new calendar event (see /Image (GET) for details ) |
Return code |
|
api/image/{id} (GET)
Description |
Gets information of an existing image |
Url |
http://api.printofoto.com/api/image/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the image (see /Image (GET) for details ) |
Return code |
|
api/image/{id} (PUT)
Description |
Update a image |
Url |
http://api.printofoto.com/api/image/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the image (see /Image (GET) for details ) |
Return code |
|
api/image/{id} (DELETE)
Description |
Delete a image |
Url |
http://api.printofoto.com/api/image/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Magnet
api/magnet (GET)
Description |
Retrieves information about the different magnets | ||||||||||||
Url |
http://api.printofoto.com/api/magnet |
||||||||||||
Method |
GET | ||||||||||||
Parameters |
|
||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the magnet
Sample JSON response [{ "id_magnet":"1", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"christmas", "date_creation":"2015-01-05 15:31:04", "format":"50x50" }, { "id_magnet":"2", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"dogs", "date_creation":"2015-01-05 15:31:04", "format":"70x70" , ... }] Magnet Item
|
api/magnet (POST)
Description |
Creates a new magnet |
Url |
http://api.printofoto.com/api/magnet |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new magnet (see /Magnet (GET) for details ) |
Return code |
|
api/magnet/{id} (GET)
Description |
Gets information of an existing magnet |
Url |
http://api.printofoto.com/api/magnet/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the magnet (see /Magnet (GET) for details ) |
Return code |
|
api/magnet/{id} (PUT)
Description |
Update a magnet |
Url |
http://api.printofoto.com/api/magnet/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the magnet (see /Magnet (GET) for details ) |
Return code |
|
api/magnet/{id} (DELETE)
Description |
Delete a magnet |
Url |
http://api.printofoto.com/api/magnet/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
MagnetGrid
api/magnetgrid (GET)
Description |
Retrieves information about the different magnetgrids | ||||||||||||||||||||||||||
Url |
http://api.printofoto.com/api/magnetgrid |
||||||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the magnet
Sample JSON response [{ "id_magnetgrid":"1", "image_url_1":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"christmas", "date_creation":"2015-01-05 15:31:04", }, { "id_magnetgrid":"2", "image_url_1":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"dogs", "date_creation":"2015-01-05 15:31:04", , ... }] MagnetGrid Item
|
api/magnetgrid (POST)
Description |
Creates a new magnetgrid |
Url |
http://api.printofoto.com/api/magnetgrid |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new magnetgrid (see /MagnetGrid (GET) for details ) |
Return code |
|
api/magnetgrid/{id} (GET)
Description |
Gets information of an existing magnetgrid |
Url |
http://api.printofoto.com/api/magnetgrid/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the magnetgrid (see /MagnetGrid (GET) for details ) |
Return code |
|
api/magnetgrid/{id} (PUT)
Description |
Update a magnetgrid |
Url |
http://api.printofoto.com/api/magnetgrid/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the magnetgrid (see /MagnetGrid (GET) for details ) |
Return code |
|
api/magnetgrid/{id} (DELETE)
Description |
Delete a magnetgrid |
Url |
http://api.printofoto.com/api/magnetgrid/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Notebook
api/notebook (GET)
Description |
Retrieves information about the different notebooks | ||||||||||||||||
Url |
http://api.printofoto.com/api/notebook |
||||||||||||||||
Method |
GET | ||||||||||||||||
Parameters |
|
||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the notebook
Sample JSON response [{ "id_notebook":"1", "image_cover":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_backcover":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_cover_inside":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_backcover_inside":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"christmas", "date_creation":"2015-01-05 15:31:04", "format":"110x150" }, { "id_notebook":"2", "image_cover":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_backcover":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_cover_inside":"", "image_backcover_inside":"", "custom":"christmas", "date_creation":"2015-01-05 15:31:04", "format":"110x150" , ... }] Notebook Item
|
api/notebook (POST)
Description |
Creates a new notebook |
Url |
http://api.printofoto.com/api/notebook |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new notebook (see /Notebook (GET) for details ) |
Return code |
|
api/notebook/{id} (GET)
Description |
Gets information of an existing notebook |
Url |
http://api.printofoto.com/api/notebook/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the notebook (see /Notebook (GET) for details ) |
Return code |
|
api/notebook/{id} (PUT)
Description |
Update a notebook |
Url |
http://api.printofoto.com/api/notebook/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the notebook (see /Notebook (GET) for details ) |
Return code |
|
api/notebook/{id} (DELETE)
Description |
Delete a notebook |
Url |
http://api.printofoto.com/api/notebook/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Order
api/order (GET)
Description |
Retrieves information about the different orders | ||||||||||||||||||||||||||||
Url |
http://api.printofoto.com/api/order |
||||||||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the order
Sample JSON response [{ "id_order":"1", "id_order_partner":"ORDER99421", "order_state":"0", "shipping_firstname":"Jean", "shipping_name":"Dupond", "shipping_email":"jean.dupond@printofoto.com", "shipping_company":"", "shipping_address_1":"12 rue du stade", "shipping_address_2":"Bat A1", "shipping_zipcode":"75001", "shipping_city":"Paris", "shipping_country":"France", "date_creation":"2015-01-06 15:15:37" } , { "id_order":"2", "id_order_partner":"ORDER99455", "order_state":"1", "shipping_firstname":"Jean", "shipping_name":"Dupond", "shipping_email":"jean.dupond@printofoto.com", "shipping_company":"My worldwide company", "shipping_address_1":"12 rue du stade", "shipping_address_2":"Bat A1", "shipping_zipcode":"75001", "shipping_city":"Paris", "shipping_country":"France", "date_creation":"2015-01-06 15:16:02" } , ... }] Order Item
|
api/order (POST)
Description |
Creates a new order |
Url |
http://api.printofoto.com/api/order |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new order (see /Order (GET) for details ) |
Return code |
|
api/order/{id} (GET)
Description |
Gets information of an existing order |
Url |
http://api.printofoto.com/api/order/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the order (see /Order (GET) for details ) |
Return code |
|
api/order/{id} (PUT)
Description |
Update an order |
Url |
http://api.printofoto.com/api/order/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the order (see /Order (GET) for details ) |
Return code |
|
OrderDetail
api/orderdetail (GET)
Description |
Retrieves information about the different details of an order | ||||||||||||||||||||||
Url |
http://api.printofoto.com/api/orderdetail |
||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the order detail
Sample JSON response [{ "id_order_detail":"1", "id_order":"1", "id_product":"1", "id_custom":"2", "price":"8.5", "shipping_type":"normal", "shipping_state":"0", "shipping_tracking_url":"", "shipping_date_update":"0000-00-00 00:00:00", "date_creation":"2015-01-06 15:45:12" } , { "id_order_detail":"2", "id_order":"1", "id_product":"2", "id_custom":"1", "price":"25", "shipping_type":"express", "shipping_state":"0", "shipping_tracking_url":"", "shipping_date_update":"0000-00-00 00:00:00", "date_creation":"2015-01-06 15:46:47" } , ... }] Order Detail Item
|
api/orderdetail (POST)
Description |
Creates a new order detail |
Url |
http://api.printofoto.com/api/orderdetail |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new order detail (see /Orderdetail (GET) for details ) |
Return code |
|
api/orderdetail/{id} (GET)
Description |
Gets information of an existing order detail |
Url |
http://api.printofoto.com/api/orderdetail/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the order detail (see /Orderdetail (GET) for details ) |
Return code |
|
api/orderdetail/{id} (PUT)
Description |
Update an order detail |
Url |
http://api.printofoto.com/api/orderdetail/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the order (see /Orderdetail (GET) for details ) |
Return code |
|
Photobook
api/photobook (GET)
Description |
Retrieves information about the different photobooks | ||||||||||||||||||||||
Url |
http://api.printofoto.com/api/photobook |
||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the photobook
Sample JSON response [{ "id_photobook":"1", "template":"1", "title":"My first album", "show_cover_title":"0", "logo_url":"http://api.printofoto.com/images/113/373/145/logo.jpg", "backcover_message":"Just for you!", "cover_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"album", "date_creation":"2015-01-06 16:37:30" } , { "id_photobook":"2", "template":"1", "title":"My second album", "show_cover_title":"1", "logo_url":"", "backcover_message":"", "cover_url":"", "custom":"", "date_creation":"2015-01-06 16:37:43" } , ... }] Photobook Item
|
api/photobook (POST)
Description |
Creates a new photobook |
Url |
http://api.printofoto.com/api/photobook |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new photobook (see /Photobook (GET) for details ) |
Return code |
|
api/photobook/{id} (GET)
Description |
Gets information of an existing photobook |
Url |
http://api.printofoto.com/api/photobook/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the photobook (see /Photobook (GET) for details ) |
Return code |
|
api/photobook/{id} (PUT)
Description |
Update a photobook |
Url |
http://api.printofoto.com/api/photobook/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the photobook (see /Photobook (GET) for details ) |
Return code |
|
api/photobook/{id} (DELETE)
Description |
Delete a photobook |
Url |
http://api.printofoto.com/api/photobook/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
PhotobookPage
api/photobookpage (GET)
Description |
Retrieves information about the different pages of a photobook | ||||||||||||||
Url |
http://api.printofoto.com/api/photobookpage |
||||||||||||||
Method |
GET | ||||||||||||||
Parameters |
|
||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the photobook page
Sample JSON response [{ "id_photobook_page":"1", "id_photobook":"1", "image_url":"http://api.printofoto.com/images/125/388/125/b36d0.jpg", "image_aspect_ratio":"fit", "position":"1", "date_creation":"2015-01-06 16:55:52" } , { "id_photobook_page":"2", "id_photobook":"1", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0ds.jpg", "image_aspect_ratio":"fill", "position":"2", "date_creation":"2015-01-06 16:56:08" } , ... }] PhotobookPage Item
|
api/photobookpage (POST)
Description |
Creates a new photobook page |
Url |
http://api.printofoto.com/api/photobookpage |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new photobook page (see /PhotobookPage (GET) for details ) |
Return code |
|
api/photobookpage/{id} (GET)
Description |
Gets information of an existing photobook page |
Url |
http://api.printofoto.com/api/photobookpage/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the photobook page (see /PhotobookPage (GET) for details ) |
Return code |
|
api/photobookpage/{id} (PUT)
Description |
Update a photobook page |
Url |
http://api.printofoto.com/api/photobookpage/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the photobook page (see /PhotobookPage (GET) for details ) |
Return code |
|
api/photobookpage/{id} (DELETE)
Description |
Delete a photobook page |
Url |
http://api.printofoto.com/api/photobookpage/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Photoprint
api/photoprint (GET)
Description |
Retrieves information about the different photoprints | ||||||||||||||
Url |
http://api.printofoto.com/api/photoprint |
||||||||||||||
Method |
GET | ||||||||||||||
Parameters |
|
||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the photoprint
Sample JSON response [{ "id_photoprint":"1", "logo_url":"http://api.printofoto.com/images/113/373/145/logo.jpg", "message":"Just for you!", "custom":"", "format":"11x15_by_5", "date_creation":"2015-01-06 16:37:30" } , { "id_photoprint":"1", "logo_url":"http://api.printofoto.com/images/113/373/145/logo.jpg", "message":"Happy birthday", "custom":"", "format":"11x15_by_20", "date_creation":"2015-01-06 16:37:30" } , ... }] Photoprint Item
|
api/photoprint (POST)
Description |
Creates a new photoprint |
Url |
http://api.printofoto.com/api/photoprint |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new photoprint (see /Photoprint (GET) for details ) |
Return code |
|
api/photoprint/{id} (GET)
Description |
Gets information of an existing photoprint |
Url |
http://api.printofoto.com/api/photoprint/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the photoprint (see /Photoprint (GET) for details ) |
Return code |
|
api/photoprint/{id} (PUT)
Description |
Update a photoprint |
Url |
http://api.printofoto.com/api/photoprint/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the photoprint (see /Photoprint (GET) for details ) |
Return code |
|
api/photoprint/{id} (DELETE)
Description |
Delete a photoprint |
Url |
http://api.printofoto.com/api/photoprint/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
PhotoprintItem
api/photoprintitem (GET)
Description |
Retrieves information about the different photos of a photoprint | ||||||||||
Url |
http://api.printofoto.com/api/photoprintitem |
||||||||||
Method |
GET | ||||||||||
Parameters |
|
||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the photoprint item
Sample JSON response [{ "id_photoprint_item":"1", "id_photoprint":"1", "image_url":"http://api.printofoto.com/images/125/388/125/b36d0.jpg", "date_creation":"2015-01-06 16:55:52" } , { "id_photoprint_item":"2", "id_photoprint":"1", "image_url":"http://api.printofoto.com/images/125/388/125/b36d0.jpg", "date_creation":"2015-01-06 16:55:52" } , ... }] Photoprint Item
|
api/photoprintitem (POST)
Description |
Creates a new photoprint item |
Url |
http://api.printofoto.com/api/photoprintitem |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new photoprint item (see /PhotoprintItem (GET) for details ) |
Return code |
|
api/photoprintitem/{id} (GET)
Description |
Gets information of an existing photoprint item |
Url |
http://api.printofoto.com/api/photoprintitem/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the photoprint item (see /PhotoprintItem (GET) for details ) |
Return code |
|
api/photoprintitem/{id} (PUT)
Description |
Update a photoprint item |
Url |
http://api.printofoto.com/api/photoprintitem/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the photoprint item (see /PhotoprintItem (GET) for details ) |
Return code |
|
api/photoprintitem/{id} (DELETE)
Description |
Delete a photoprint item |
Url |
http://api.printofoto.com/api/photoprintitem/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
PolaroidBox
api/polaroidbox (GET)
Description |
Retrieves information about the different polaroidbox | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Url |
http://api.printofoto.com/api/polaroidbox |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the polaroidbox
Sample JSON response [{ "id_polaroidbox":"1", "image_url_1":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_10":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_11":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_12":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "message":"De beaux souvenirs de vacances", "custom":"", "date_creation":"2015-01-05 15:31:04", }, { "id_polaroidbox":"2", "image_url_1":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_10":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_11":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_12":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"", "date_creation":"2015-01-05 15:31:04", , ... }] PolaroidBox Item
|
api/polaroidbox (POST)
Description |
Creates a new polaroidbox |
Url |
http://api.printofoto.com/api/polaroidbox |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new polaroidbox (see /PolaroidBox (GET) for details ) |
Return code |
|
api/polaroidbox/{id} (GET)
Description |
Gets information of an existing polaroidbox |
Url |
http://api.printofoto.com/api/polaroidbox/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the polaroidbox (see /PolaroidBox (GET) for details ) |
Return code |
|
api/polaroidbox/{id} (PUT)
Description |
Update a polaroidbox |
Url |
http://api.printofoto.com/api/polaroidbox/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the polaroidbox (see /PolaroidBox (GET) for details) |
Return code |
|
api/polaroidbox/{id} (DELETE)
Description |
Delete a polaroidbox |
Url |
http://api.printofoto.com/api/polaroidbox/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Postcard
api/postcard (GET)
Description |
Retrieves information about the different postcards | ||||||||||||||||||||||||||||||||
Url |
http://api.printofoto.com/api/postcard |
||||||||||||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the postcard
Sample JSON response [{ "id_postcard":"1", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "logo_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "stamp_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "text":"Hi, a small souvenir photo of our holiday spent together. Kisses", "shipping_firstname":"Jean", "shipping_name":"Dupond", "shipping_company":"", "shipping_address_1":"12 rue du stade", "shipping_address_2":"Bat A1", "shipping_zipcode":"75001", "shipping_city":"Paris", "shipping_country":"France", "custom":"holliday", "date_creation":"2015-01-05 15:31:04" }, { "id_postcard":"2", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "logo_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "stamp_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "text":"Sun, snow, skiing", "shipping_firstname":"Jean", "shipping_name":"Dupond", "shipping_company":"", "shipping_address_1":"12 rue du stade", "shipping_address_2":"Bat A1", "shipping_zipcode":"75001", "shipping_city":"Paris", "shipping_country":"France", "custom":"holliday", "date_creation":"2015-01-05 15:31:04" , ... }] Postcard Item
|
api/postcard (POST)
Description |
Creates a new postcard |
Url |
http://api.printofoto.com/api/postcard |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new postcard (see /Postcard (GET) for details ) |
Return code |
|
api/postcard/{id} (GET)
Description |
Gets information of an existing postcard |
Url |
http://api.printofoto.com/api/postcard/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the postcard (see /Postcard (GET) for details ) |
Return code |
|
api/postcard/{id} (PUT)
Description |
Update a postcard |
Url |
http://api.printofoto.com/api/postcard/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the postcard (see /Postcard (GET) for details ) |
Return code |
|
api/postcard/{id} (DELETE)
Description |
Delete a postcard |
Url |
http://api.printofoto.com/api/postcard/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
Poster
api/poster (GET)
Description |
Retrieves information about the different posters | ||||||||||||||
Url |
http://api.printofoto.com/api/poster |
||||||||||||||
Method |
GET | ||||||||||||||
Parameters |
|
||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the poster
Sample JSON response [{ "id_poster":"1", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"christmas", "date_creation":"2015-01-05 15:31:04", }, { "id_poster":"2", "image_url":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"dogs", "date_creation":"2015-01-05 15:31:04", , ... }] Poster Item
|
api/poster (POST)
Description |
Creates a new poster |
Url |
http://api.printofoto.com/api/poster |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new poster (see /Poster (GET) for details ) |
Return code |
|
api/poster/{id} (GET)
Description |
Gets information of an existing poster |
Url |
http://api.printofoto.com/api/poster/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the poster (see /Poster (GET) for details ) |
Return code |
|
api/poster/{id} (PUT)
Description |
Update a poster |
Url |
http://api.printofoto.com/api/poster/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the poster (see /Poster (GET) for details ) |
Return code |
|
api/poster/{id} (DELETE)
Description |
Delete a poster |
Url |
http://api.printofoto.com/api/poster/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|
StickerGrid
api/stickergrid (GET)
Description |
Retrieves information about the different stickergrids | ||||||||||||||||||||||||||
Url |
http://api.printofoto.com/api/stickergrid |
||||||||||||||||||||||||||
Method |
GET | ||||||||||||||||||||||||||
Parameters |
|
||||||||||||||||||||||||||
Returns |
JSON object containing information on any errors or warnings associated with the sticker
Sample JSON response [{ "id_stickergrid":"1", "image_url_1":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"christmas", "date_creation":"2015-01-05 15:31:04", }, { "id_stickergrid":"2", "image_url_1":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_2":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_3":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_4":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_5":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_6":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_7":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_8":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "image_url_9":"http://api.printofoto.com/images/113/373/145/b36d0.jpg", "custom":"dogs", "date_creation":"2015-01-05 15:31:04", , ... }] stickerGrid Item
|
api/stickergrid (POST)
Description |
Creates a new stickergrid |
Url |
http://api.printofoto.com/api/stickergrid |
Method |
POST |
Parameters |
|
Returns |
JSON object representing the new stickergrid (see /stickerGrid (GET) for details ) |
Return code |
|
api/stickergrid/{id} (GET)
Description |
Gets information of an existing stickergrid |
Url |
http://api.printofoto.com/api/stickergrid/{id} |
Method |
GET |
Parameters |
|
Returns |
JSON object representing the stickergrid (see /stickerGrid (GET) for details ) |
Return code |
|
api/stickergrid/{id} (PUT)
Description |
Update a stickergrid |
Url |
http://api.printofoto.com/api/stickergrid/{id} |
Method |
PUT |
Parameters |
|
Returns |
JSON object representing the stickergrid (see /stickerGrid (GET) for details ) |
Return code |
|
api/stickergrid/{id} (DELETE)
Description |
Delete a stickergrid |
Url |
http://api.printofoto.com/api/stickergrid/{id} |
Method |
DELETE |
Parameters |
|
Return code |
|