DOMAIN: כתובת ה-URL של הדומיין שלכם – לדוגמה, example.com.
PHOTO_LINK: ערך מספרי ייחודי שמייצג את הקישור לתמונה של איש הקשר ששותף – לדוגמה, c9012de.
השרת מחזיר את קוד הסטטוס 200 OK של HTTP ואת התמונה. אם לא מוגדרת תמונה לאיש הקשר, לרכיב הקישור לתמונה לא יהיה מאפיין gd:etag. הרכיב gd:etag מאפשר להפנות לגרסה ספציפית של תמונה.
לדוגמה, כדי לקבל את הגרסה האחרונה של תמונה של איש קשר עם הפריט הבא:
[null,null,["עדכון אחרון: 2024-11-22 (שעון UTC)."],[[["Retrieve a contact's photo by sending an HTTP `GET` request to their photo link, replacing `DOMAIN` with your domain and `PHOTO_LINK` with the contact's unique numerical photo link value."],["If a contact lacks a photo, the photo link element won't have a `gd:etag` attribute, which is used to refer to specific photo versions."],["A successful photo retrieval results in an HTTP `200 OK` status code along with the photo itself."]]],["To retrieve a contact's photo, issue an HTTP `GET` request to the contact's photo link using this format: `https://google.com/m8/feeds/photos/media/DOMAIN/PHOTO_LINK`. Replace `DOMAIN` with your domain URL and `PHOTO_LINK` with the contact's unique photo ID. A successful request returns a `200 OK` status code and the photo. The absence of a `gd:etag` attribute in the photo link indicates the contact lacks a photo. The `gd:etag` specifies photo versions.\n"]]