Small Improvements · Example Payload

Getavailableprofilepicturesusingget Example

GET /v2/users/{userId}/available-profile-pictures

profile-pictures-resource

Getavailableprofilepicturesusingget Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "getAvailableProfilePictures",
  "operationId": "getAvailableProfilePicturesUsingGET",
  "method": "GET",
  "path": "/v2/users/{userId}/available-profile-pictures",
  "tags": [
    "profile-pictures-resource"
  ],
  "description": "GET /v2/users/{userId}/available-profile-pictures",
  "parameters": {
    "userId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}