v1

latestOpenAPI 3.0.3Apache 2.02026-07-138386226.8 KB
Parties

Get role

Retrieve a single role using its ar_code.

get/roles/{ar_code}

Path parameters

ar_codestring required

Query parameters

create_parquetboolean

If true, return data payload in binary Parquet format

Response

Matching role or roles

ar_codestring

VegBank role identifier

namestring

Role name/label

descriptionstring

Role description

Example response

{
  "ar_code": "ar.56",
  "name": "Data aggregator",
  "description": "Person who aggregates and directs data from one place or platform to another"
}