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
Example response
{
"ar_code": "ar.56",
"name": "Data aggregator",
"description": "Person who aggregates and directs data from one place or platform to another"
}