Outline · Example Payload

Dataattributeslist

DataAttributes

Dataattributeslist is an example object payload from Outline, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdpathmethodsummarytagsrequestSchema

Example Payload

Raw ↑
{
  "operationId": "dataAttributesList",
  "path": "/dataAttributes.list",
  "method": "POST",
  "summary": "List all data attributes",
  "tags": [
    "DataAttributes"
  ],
  "requestSchema": {
    "allOf": [
      {
        "$ref": "#/components/schemas/Pagination"
      },
      {
        "$ref": "#/components/schemas/Sorting"
      }
    ]
  }
}