Acceldata · Example Payload

Adoc Api Role List Example

AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Adoc Api Role List Example is an example object payload from Acceldata, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalpagepageSizeroles

Example Payload

Raw ↑
{
  "total": 2,
  "page": 1,
  "pageSize": 20,
  "roles": [
    {
      "id": "role-001",
      "name": "DATA_ENGINEER",
      "description": "Full access to pipelines, datasets, and quality rules"
    },
    {
      "id": "role-002",
      "name": "DATA_ANALYST",
      "description": "Read-only access to datasets and lineage"
    }
  ]
}