All pages
Powered by GitBook
1 of 1

Loading...

Governance

Endpoints for fetching governance files

get

This endpoint retrieves a governance file by its filename.

Authorizations
x-api-keystringRequired
Path parameters
filenamestringRequired

The filename of the governance file to retrieve.

Responses
200

Governance file retrieved successfully

application/json
objectOptional
404

Governance file not found

application/json
errorstringOptionalExample: Governance file not found
500

Internal Server Error

application/json
errorstringOptionalExample: Internal server error
get/governance/files/{filename}
GET /governance/files/{filename} HTTP/1.1
Host: proven-4-2-test.proven.indicio.tech
x-api-key: YOUR_API_KEY
Accept: */*
{}

Get governance file by filename