Small Improvements · Example Payload

Getrelationshipusingget Example

GET /v2/users/relationship/{a}/{b}

users-resource

Getrelationshipusingget 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": "getRelationship",
  "operationId": "getRelationshipUsingGET",
  "method": "GET",
  "path": "/v2/users/relationship/{a}/{b}",
  "tags": [
    "users-resource"
  ],
  "description": "GET /v2/users/relationship/{a}/{b}",
  "parameters": {
    "a": "<value>",
    "b": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}