ZfApi
Click here for a complete list of operations.
LoadPhoto
Loads the specified photo. More...
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /api/1.0/zfapi.asmx HTTP/1.1
Host: www.zenfolio.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.zenfolio.com/api/LoadPhoto"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LoadPhoto xmlns="http://www.zenfolio.com/api">
<photoId>int</photoId>
</LoadPhoto>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LoadPhotoResponse xmlns="http://www.zenfolio.com/api">
<LoadPhotoResult>
<Id>int</Id>
<Width>unsignedInt</Width>
<Height>unsignedInt</Height>
<Sequence>string</Sequence>
<AccessDescriptor>
<RealmId>int</RealmId>
<AccessType>Private or UserList or Password or Public</AccessType>
<IsDerived>boolean</IsDerived>
<AccessMask>ProtectAll or NoCollections or None or NoPrivateSearch or NoPublicSearch or NoRecentList or HideDateCreated or HideDateModified or HideDateTaken or ProtectExif or ProtectExtraLarge or ProtectLarge or ProtectMedium or HideMetaData or ProtectOriginals or HideUserStats or HideVisits</AccessMask>
<Viewers>
<Viewer>string</Viewer>
<Viewer>string</Viewer>
</Viewers>
</AccessDescriptor>
<Title>string</Title>
<Caption>string</Caption>
<FileName>string</FileName>
<UploadedOn>dateTime</UploadedOn>
<TakenOn>dateTime</TakenOn>
<Owner>string</Owner>
<Gallery>int</Gallery>
<Views>int</Views>
<Size>int</Size>
<Rotation>None or Rotate90 or Rotate180 or Rotate270 or Flip or Rotate90Flip or Rotate180Flip or Rotate270Flip</Rotation>
<Keywords>
<Keyword>string</Keyword>
<Keyword>string</Keyword>
</Keywords>
<Categories>
<Category>int</Category>
<Category>int</Category>
</Categories>
<PricingKey>long</PricingKey>
<MimeType>string</MimeType>
<OriginalUrl>string</OriginalUrl>
<UrlCore>string</UrlCore>
<Copyright>string</Copyright>
<FileHash>base64Binary</FileHash>
</LoadPhotoResult>
</LoadPhotoResponse>
</soap:Body>
</soap:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /api/1.0/zfapi.asmx/LoadPhoto?photoId=string HTTP/1.1 Host: www.zenfolio.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<Photo xmlns="http://www.zenfolio.com/api">
<Id>int</Id>
<Width>unsignedInt</Width>
<Height>unsignedInt</Height>
<Sequence>string</Sequence>
<AccessDescriptor>
<RealmId>int</RealmId>
<AccessType>Private or UserList or Password or Public</AccessType>
<IsDerived>boolean</IsDerived>
<AccessMask>ProtectAll or NoCollections or None or NoPrivateSearch or NoPublicSearch or NoRecentList or HideDateCreated or HideDateModified or HideDateTaken or ProtectExif or ProtectExtraLarge or ProtectLarge or ProtectMedium or HideMetaData or ProtectOriginals or HideUserStats or HideVisits</AccessMask>
<Viewers>
<Viewer>string</Viewer>
<Viewer>string</Viewer>
</Viewers>
</AccessDescriptor>
<Title>string</Title>
<Caption>string</Caption>
<FileName>string</FileName>
<UploadedOn>dateTime</UploadedOn>
<TakenOn>dateTime</TakenOn>
<Owner>string</Owner>
<Gallery>int</Gallery>
<Views>int</Views>
<Size>int</Size>
<Rotation>None or Rotate90 or Rotate180 or Rotate270 or Flip or Rotate90Flip or Rotate180Flip or Rotate270Flip</Rotation>
<Keywords>
<Keyword>string</Keyword>
<Keyword>string</Keyword>
</Keywords>
<Categories>
<Category>int</Category>
<Category>int</Category>
</Categories>
<PricingKey>long</PricingKey>
<MimeType>string</MimeType>
<OriginalUrl>string</OriginalUrl>
<UrlCore>string</UrlCore>
<Copyright>string</Copyright>
<FileHash>base64Binary</FileHash>
</Photo>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /api/1.0/zfapi.asmx/LoadPhoto HTTP/1.1 Host: www.zenfolio.com Content-Type: application/x-www-form-urlencoded Content-Length: length photoId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<Photo xmlns="http://www.zenfolio.com/api">
<Id>int</Id>
<Width>unsignedInt</Width>
<Height>unsignedInt</Height>
<Sequence>string</Sequence>
<AccessDescriptor>
<RealmId>int</RealmId>
<AccessType>Private or UserList or Password or Public</AccessType>
<IsDerived>boolean</IsDerived>
<AccessMask>ProtectAll or NoCollections or None or NoPrivateSearch or NoPublicSearch or NoRecentList or HideDateCreated or HideDateModified or HideDateTaken or ProtectExif or ProtectExtraLarge or ProtectLarge or ProtectMedium or HideMetaData or ProtectOriginals or HideUserStats or HideVisits</AccessMask>
<Viewers>
<Viewer>string</Viewer>
<Viewer>string</Viewer>
</Viewers>
</AccessDescriptor>
<Title>string</Title>
<Caption>string</Caption>
<FileName>string</FileName>
<UploadedOn>dateTime</UploadedOn>
<TakenOn>dateTime</TakenOn>
<Owner>string</Owner>
<Gallery>int</Gallery>
<Views>int</Views>
<Size>int</Size>
<Rotation>None or Rotate90 or Rotate180 or Rotate270 or Flip or Rotate90Flip or Rotate180Flip or Rotate270Flip</Rotation>
<Keywords>
<Keyword>string</Keyword>
<Keyword>string</Keyword>
</Keywords>
<Categories>
<Category>int</Category>
<Category>int</Category>
</Categories>
<PricingKey>long</PricingKey>
<MimeType>string</MimeType>
<OriginalUrl>string</OriginalUrl>
<UrlCore>string</UrlCore>
<Copyright>string</Copyright>
<FileHash>base64Binary</FileHash>
</Photo>
JSON-RPC
The following is a sample JSON-RPC request and response. The placeholders shown need to be replaced with actual values.
POST /api/1.0/zfapi.asmx HTTP/1.1
Host: www.zenfolio.com
Content-Type: application/json
Content-Length: length
{
"method": "LoadPhoto",
"params": [photoId],
"id": id
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"result": value,
"error": null,
"id": id
}