DEV Community · Example Payload

Getprofileimage Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getprofileimage Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "getProfileImage",
  "method": "GET",
  "path": "/api/profile_images/{username}",
  "status": "200",
  "response": {
    "type_of": "profile_image",
    "image_of": "user",
    "profile_image": "/uploads/user/profile_image/4234/0984d355-dddc-4f79-9950-1702fa47ee3e.jpeg",
    "profile_image_90": "/uploads/user/profile_image/4234/0984d355-dddc-4f79-9950-1702fa47ee3e.jpeg"
  }
}