> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/references/data-governance/output-module.md).

# Output Module

## Exports results in CSV format, returns the results immediately.

> \<p>Performs an Output Module query and exports the results immediately in CSV format.\</p>\<p>Please note that the TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>\<p>For long-running queries consider using the async equivalent.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/outputModule/export/csv":{"post":{"tags":["Output Module"],"summary":"Exports results in CSV format, returns the results immediately.","description":"<p>Performs an Output Module query and exports the results immediately in CSV format.</p><p>Please note that the TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p><p>For long-running queries consider using the async equivalent.</p>","operationId":"exportCSV","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the TableViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is <code>false</code> for backward compatibility reasons but it is strongly advised to always enable this validation.","schema":{"type":"boolean","default":false}},{"name":"separator","in":"query","description":"The delimiter character used to separate entries. Default value is <code>';'</code>.","schema":{"type":"string"}},{"name":"quote","in":"query","description":"The delimiter character used for quoted entries. Default value  is <code>'\"'</code>.","schema":{"type":"string"}},{"name":"escape","in":"query","description":"The delimiter character used to escape separator or quote character. Default value is <code>'\\\\'</code>.","schema":{"type":"string"}},{"name":"headerRow","in":"query","description":"Whether a response should include a header (<code>true</code>) or not (<code>false</code>). Default value is <code>true</code>.","schema":{"type":"boolean","default":true}}],"requestBody":{"description":"The JSON representation of TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The string response in CSV format.","content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"description":"The parameter is invalid JSON TableViewConfig.","content":{"application/json":{}}},"408":{"description":"Query execution time exceeded.","content":{"application/json":{}}}}}}}}
```

## Exports results in CSV format, returns JSON representation of the async Job.

> \<p>Starts a job that performs an Output Module query and stores the results in a file in CSV format. Id of the file can be retrieved from the \<code>message.id\</code> property of the job once the job is finished.\</p>\<p>Please note that the TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Job":{"required":["id","resourceType"],"type":"object","properties":{"id":{"type":"string","description":"The id of the represented object (entity).","format":"uuid"},"createdBy":{"type":"string","description":"The id of the user that created this resource.","format":"uuid"},"createdOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the creation of this resource.","format":"int64"},"lastModifiedBy":{"type":"string","description":"The id of the user who modified this resource the last time.","format":"uuid"},"lastModifiedOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the last modification of this resource.","format":"int64"},"system":{"type":"boolean","description":"Whether this is a system resource or not."},"resourceType":{"type":"string","description":"The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...].\nThis property is deprecated and will be removed in the future. In order to stay backwards compatible\nand to enable introduction of new types of resources, where necessary, a resource discriminator\nproperty (of type String) has been added to specific subtypes of Resource,\ne.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute.\nFor new types of resource that didn't exist before this change, the resourceType will be\nBaseDataType.\n","deprecated":true,"enum":["View","Asset","Community","Domain","AssetType","DomainType","Status","User","ClassificationMatch","UserGroup","Attribute","StringAttribute","ScriptAttribute","BooleanAttribute","DateAttribute","NumericAttribute","SingleValueListAttribute","MultiValueListAttribute","Comment","Attachment","Responsibility","Workflow","Job","Relation","RelationType","ComplexRelation","ComplexRelationType","ArticulationRule","Assignment","Scope","RelationTrace","ValidationRule","DataQualityRule","DataQualityMetric","Address","InstantMessagingAccount","Email","PhoneNumber","Website","Activity","FormProperty","WorkflowTask","ActivityChange","WorkflowInstance","Role","AttributeType","BooleanAttributeType","DateAttributeType","DateTimeAttributeType","MultiValueListAttributeType","NumericAttributeType","ScriptAttributeType","SingleValueListAttributeType","StringAttributeType","ViewSharingRule","ViewAssignmentRule","JdbcDriverFile","JdbcDriver","JdbcIngestionProperties","CsvIngestionProperties","ExcelIngestionProperties","ConnectionStringParameter","AssignedCharacteristicType","Notification","Tag","ComplexRelationLegType","ComplexRelationAttributeType","ComplexRelationLeg","BaseDataType","AdvancedDataType","DiagramPicture","DiagramPictureSharingRule","DiagramPictureAssignmentRule","Rating","Classification","PhysicalDataConnector","Context"]},"name":{"type":"string","description":"The name of the resource."},"type":{"type":"string","description":"The type of the job."},"userId":{"type":"string","description":"The ID of the user that initiated this job.","format":"uuid"},"visibility":{"type":"integer","description":"The visibility of the job.","format":"int32"},"progressPercentage":{"type":"number","description":"The progress percentage of the job.","format":"double"},"cancelable":{"type":"boolean","description":"Whether this job is cancelable or not. If set to false it will not be possible to cancel the job once submitted."},"startDate":{"type":"integer","description":"The start date of the job.","format":"int64"},"endDate":{"type":"integer","description":"The end date of the job.","format":"int64"},"state":{"type":"string","description":"The state of the job.","enum":["WAITING","RUNNING","CANCELING","COMPLETED","CANCELED","ERROR"]},"result":{"type":"string","description":"The result of the job.","enum":["NOT_SET","SUCCESS","COMPLETED_WITH_ERROR","FAILURE","ABORTED"]},"message":{"type":"string","description":"The message of the job."}},"description":"Represents a job. Job is a single atomic task that is to be performed asynchronously"}}},"paths":{"/outputModule/export/csv-job":{"post":{"tags":["Output Module"],"summary":"Exports results in CSV format, returns JSON representation of the async Job.","description":"<p>Starts a job that performs an Output Module query and stores the results in a file in CSV format. Id of the file can be retrieved from the <code>message.id</code> property of the job once the job is finished.</p><p>Please note that the TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p>","operationId":"exportCSVInJob","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the TableViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Validation is then performed immediately instead of only when the job is started. Please note that the validation will always take place during the Job execution, regardless of this parameter. Default value is false.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated","schema":{"type":"string"}},{"name":"separator","in":"query","description":"The delimiter character used to separate entries. Default value is <code>';'</code>.","schema":{"type":"string"}},{"name":"quote","in":"query","description":"The delimiter character used for quoted entries. Default value  is <code>'\"'</code>.","schema":{"type":"string"}},{"name":"escape","in":"query","description":"The delimiter character used to escape separator or quote character. Default value is <code>'\\\\'</code>.","schema":{"type":"string"}},{"name":"headerRow","in":"query","description":"Whether a response should include a header (<code>true</code>) or not (<code>false</code>). Default value is <code>true</code>.","schema":{"type":"boolean","default":true}},{"name":"sendNotification","in":"query","description":"Whether an e-mail must be sent on completion of the job.","schema":{"type":"boolean","default":false}}],"requestBody":{"description":"The JSON representation of TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The JSON representation of the job that performs an Output Module query.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"}}}}}}}}}
```

## Exports results in CSV format, returns information about created file.

> \<p>Performs an Output Module query and stores the query results in a file in CSV format. The id of the file is returned in the response.\</p>\<p>Please note that the TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>\<p>For long-running queries consider using the async equivalent.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"FileInfoImpl":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the file.","format":"uuid"},"name":{"type":"string","description":"The name of the file."},"contentType":{"type":"string","description":"The MIME type of the file content."},"size":{"type":"integer","description":"The size of the file.","format":"int64"},"extension":{"type":"string","description":"The extension of the file."}}}}},"paths":{"/outputModule/export/csv-file":{"post":{"tags":["Output Module"],"summary":"Exports results in CSV format, returns information about created file.","description":"<p>Performs an Output Module query and stores the query results in a file in CSV format. The id of the file is returned in the response.</p><p>Please note that the TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p><p>For long-running queries consider using the async equivalent.</p>","operationId":"exportCSVToFile","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the TableViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is false for backward compatibility reasons but it is strongly advised to always enable this validation.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated","schema":{"type":"string"}},{"name":"separator","in":"query","description":"The delimiter character used to separate entries. Default value is <code>';'</code>","schema":{"type":"string"}},{"name":"quote","in":"query","description":"The delimiter character used for quoted entries. Default value  is <code>'\"'</code>","schema":{"type":"string"}},{"name":"escape","in":"query","description":"The delimiter character used to escape separator or quote character. Default value is <code>'\\\\'</code>","schema":{"type":"string"}},{"name":"headerRow","in":"query","description":"Whether a response should include a header (<code>true</code>) or not (<code>false</code>). Default value is <code>true</code>","schema":{"type":"boolean","default":true}}],"requestBody":{"description":"The JSON representation of TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The information about the file where the results are stored.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileInfoImpl"}}}},"400":{"description":"The parameter is invalid JSON TableViewConfig.","content":{"application/json":{}}},"408":{"description":"Query execution time exceeded.","content":{"application/json":{}}}}}}}}
```

## Exports results in Excel format, returns JSON representation of the async Job.

> \<p>Starts a job that performs an Output Module query and stores the results in a file in Excel format. Id of the file can be retrieved from the \<code>message.id\</code> property of the job once the job is finished.\</p>\</p>Please note that the TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Job":{"required":["id","resourceType"],"type":"object","properties":{"id":{"type":"string","description":"The id of the represented object (entity).","format":"uuid"},"createdBy":{"type":"string","description":"The id of the user that created this resource.","format":"uuid"},"createdOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the creation of this resource.","format":"int64"},"lastModifiedBy":{"type":"string","description":"The id of the user who modified this resource the last time.","format":"uuid"},"lastModifiedOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the last modification of this resource.","format":"int64"},"system":{"type":"boolean","description":"Whether this is a system resource or not."},"resourceType":{"type":"string","description":"The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...].\nThis property is deprecated and will be removed in the future. In order to stay backwards compatible\nand to enable introduction of new types of resources, where necessary, a resource discriminator\nproperty (of type String) has been added to specific subtypes of Resource,\ne.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute.\nFor new types of resource that didn't exist before this change, the resourceType will be\nBaseDataType.\n","deprecated":true,"enum":["View","Asset","Community","Domain","AssetType","DomainType","Status","User","ClassificationMatch","UserGroup","Attribute","StringAttribute","ScriptAttribute","BooleanAttribute","DateAttribute","NumericAttribute","SingleValueListAttribute","MultiValueListAttribute","Comment","Attachment","Responsibility","Workflow","Job","Relation","RelationType","ComplexRelation","ComplexRelationType","ArticulationRule","Assignment","Scope","RelationTrace","ValidationRule","DataQualityRule","DataQualityMetric","Address","InstantMessagingAccount","Email","PhoneNumber","Website","Activity","FormProperty","WorkflowTask","ActivityChange","WorkflowInstance","Role","AttributeType","BooleanAttributeType","DateAttributeType","DateTimeAttributeType","MultiValueListAttributeType","NumericAttributeType","ScriptAttributeType","SingleValueListAttributeType","StringAttributeType","ViewSharingRule","ViewAssignmentRule","JdbcDriverFile","JdbcDriver","JdbcIngestionProperties","CsvIngestionProperties","ExcelIngestionProperties","ConnectionStringParameter","AssignedCharacteristicType","Notification","Tag","ComplexRelationLegType","ComplexRelationAttributeType","ComplexRelationLeg","BaseDataType","AdvancedDataType","DiagramPicture","DiagramPictureSharingRule","DiagramPictureAssignmentRule","Rating","Classification","PhysicalDataConnector","Context"]},"name":{"type":"string","description":"The name of the resource."},"type":{"type":"string","description":"The type of the job."},"userId":{"type":"string","description":"The ID of the user that initiated this job.","format":"uuid"},"visibility":{"type":"integer","description":"The visibility of the job.","format":"int32"},"progressPercentage":{"type":"number","description":"The progress percentage of the job.","format":"double"},"cancelable":{"type":"boolean","description":"Whether this job is cancelable or not. If set to false it will not be possible to cancel the job once submitted."},"startDate":{"type":"integer","description":"The start date of the job.","format":"int64"},"endDate":{"type":"integer","description":"The end date of the job.","format":"int64"},"state":{"type":"string","description":"The state of the job.","enum":["WAITING","RUNNING","CANCELING","COMPLETED","CANCELED","ERROR"]},"result":{"type":"string","description":"The result of the job.","enum":["NOT_SET","SUCCESS","COMPLETED_WITH_ERROR","FAILURE","ABORTED"]},"message":{"type":"string","description":"The message of the job."}},"description":"Represents a job. Job is a single atomic task that is to be performed asynchronously"}}},"paths":{"/outputModule/export/excel-job":{"post":{"tags":["Output Module"],"summary":"Exports results in Excel format, returns JSON representation of the async Job.","description":"<p>Starts a job that performs an Output Module query and stores the results in a file in Excel format. Id of the file can be retrieved from the <code>message.id</code> property of the job once the job is finished.</p></p>Please note that the TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p>","operationId":"exportExcelInJob","parameters":[{"name":"sendNotification","in":"query","description":"Whether an e-mail must be sent on completion of the job.","schema":{"type":"boolean","default":false}},{"name":"validationEnabled","in":"query","description":"Determines if the TableViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Validation is then performed immediately instead of only when the job is started. Please note that the validation will always take place during the Job execution, regardless of this parameter. Default value is false.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated.","schema":{"type":"string"}},{"name":"sheetName","in":"query","description":"The name of the sheet. By default no sheet name is set.","schema":{"type":"string"}},{"name":"useXLSX","in":"query","description":"Whether the Excel file to export will be '.xlsx' file (<code>true</code>) or a '.xls' file (<code>false</code>. Default value is true.<br/>The parameter will be removed. In the future only XLSX files will be supported..","schema":{"type":"boolean","default":true}},{"name":"headerRow","in":"query","description":"Whether a response should include a header (<code>true</code>) or not (<code>false</code>). Default value is <code>true</code>.","schema":{"type":"boolean","default":true}},{"name":"truncateLongValues","in":"query","description":"Whether cell values exceeding Excel limit should be truncated. Default value is <code>false</code>.","schema":{"type":"boolean","default":false}}],"requestBody":{"description":"The JSON/YAML representation of TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The JSON representation of the job that performs an Output Module query.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"}}}}}}}}}
```

## Exports results in Excel format, returns information about created file.

> \<p>Performs an Output Module query and stores the query results in a file in Excel format. The id of the file is returned in the response.\</p>\<p>Please note that the TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>\<p>For long-running queries consider using the async equivalent.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"FileInfoImpl":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the file.","format":"uuid"},"name":{"type":"string","description":"The name of the file."},"contentType":{"type":"string","description":"The MIME type of the file content."},"size":{"type":"integer","description":"The size of the file.","format":"int64"},"extension":{"type":"string","description":"The extension of the file."}}}}},"paths":{"/outputModule/export/excel-file":{"post":{"tags":["Output Module"],"summary":"Exports results in Excel format, returns information about created file.","description":"<p>Performs an Output Module query and stores the query results in a file in Excel format. The id of the file is returned in the response.</p><p>Please note that the TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p><p>For long-running queries consider using the async equivalent.</p>","operationId":"exportExcelToFile","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the TableViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is false for backward compatibility reasons but it is strongly advised to always enable this validation.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated.","schema":{"type":"string"}},{"name":"sheetName","in":"query","description":"The name of the sheet. By default no sheet name is set.","schema":{"type":"string"}},{"name":"useXLSX","in":"query","description":"Whether the Excel file to export will be '.xlsx' file (<code>true</code>) or a '.xls' file (<code>false</code>. Default value is true.<br/>The parameter will be removed. In the future only XLSX files will be supported.","schema":{"type":"boolean","default":true}},{"name":"headerRow","in":"query","description":"Whether a response should include a header (<code>true</code>) or not (<code>false</code>). Default value is <code>true</code>.","schema":{"type":"boolean","default":true}},{"name":"truncateLongValues","in":"query","description":"Whether cell values exceeding Excel limit should be truncated. Default value is <code>false</code>.","schema":{"type":"boolean","default":false}}],"requestBody":{"description":"The JSON/YAML representation of TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The information about the file where the results are stored.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileInfoImpl"}}}},"400":{"description":"The parameter is invalid JSON TableViewConfig.","content":{"application/json":{}}},"408":{"description":"Query execution time exceeded.","content":{"application/json":{}}}}}}}}
```

## Exports results in JSON format, returns the results immediately.

> \<p>Performs an Output Module query and exports the returns results immediately in JSON format.\</p>\<p>Please note that the ViewConfig/TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>\<p>For long-running queries consider using the async equivalent.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/outputModule/export/json":{"post":{"tags":["Output Module"],"summary":"Exports results in JSON format, returns the results immediately.","description":"<p>Performs an Output Module query and exports the returns results immediately in JSON format.</p><p>Please note that the ViewConfig/TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p><p>For long-running queries consider using the async equivalent.</p>","operationId":"exportJSON","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the ViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is false for backward compatibility reasons but it is strongly advised to always enable this validation.","schema":{"type":"boolean","default":false}}],"requestBody":{"description":"The JSON/YAML representation of ViewConfig/TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The string response in JSON format.","content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"description":"The parameter is invalid JSON ViewConfig/TableViewConfig.","content":{"application/json":{}}},"408":{"description":"Query execution time exceeded.","content":{"application/json":{}}}}}}}}
```

## Exports results in JSON format, returns JSON representation of the async Job.

> \<p>Starts a job that performs an Output Module query and stores the results in a file in JSON format. Id of the file can be retrieved from the \<code>message.id\</code> property of the job once the job is finished.\</p>\<p>Please note that the ViewConfig/TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Job":{"required":["id","resourceType"],"type":"object","properties":{"id":{"type":"string","description":"The id of the represented object (entity).","format":"uuid"},"createdBy":{"type":"string","description":"The id of the user that created this resource.","format":"uuid"},"createdOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the creation of this resource.","format":"int64"},"lastModifiedBy":{"type":"string","description":"The id of the user who modified this resource the last time.","format":"uuid"},"lastModifiedOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the last modification of this resource.","format":"int64"},"system":{"type":"boolean","description":"Whether this is a system resource or not."},"resourceType":{"type":"string","description":"The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...].\nThis property is deprecated and will be removed in the future. In order to stay backwards compatible\nand to enable introduction of new types of resources, where necessary, a resource discriminator\nproperty (of type String) has been added to specific subtypes of Resource,\ne.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute.\nFor new types of resource that didn't exist before this change, the resourceType will be\nBaseDataType.\n","deprecated":true,"enum":["View","Asset","Community","Domain","AssetType","DomainType","Status","User","ClassificationMatch","UserGroup","Attribute","StringAttribute","ScriptAttribute","BooleanAttribute","DateAttribute","NumericAttribute","SingleValueListAttribute","MultiValueListAttribute","Comment","Attachment","Responsibility","Workflow","Job","Relation","RelationType","ComplexRelation","ComplexRelationType","ArticulationRule","Assignment","Scope","RelationTrace","ValidationRule","DataQualityRule","DataQualityMetric","Address","InstantMessagingAccount","Email","PhoneNumber","Website","Activity","FormProperty","WorkflowTask","ActivityChange","WorkflowInstance","Role","AttributeType","BooleanAttributeType","DateAttributeType","DateTimeAttributeType","MultiValueListAttributeType","NumericAttributeType","ScriptAttributeType","SingleValueListAttributeType","StringAttributeType","ViewSharingRule","ViewAssignmentRule","JdbcDriverFile","JdbcDriver","JdbcIngestionProperties","CsvIngestionProperties","ExcelIngestionProperties","ConnectionStringParameter","AssignedCharacteristicType","Notification","Tag","ComplexRelationLegType","ComplexRelationAttributeType","ComplexRelationLeg","BaseDataType","AdvancedDataType","DiagramPicture","DiagramPictureSharingRule","DiagramPictureAssignmentRule","Rating","Classification","PhysicalDataConnector","Context"]},"name":{"type":"string","description":"The name of the resource."},"type":{"type":"string","description":"The type of the job."},"userId":{"type":"string","description":"The ID of the user that initiated this job.","format":"uuid"},"visibility":{"type":"integer","description":"The visibility of the job.","format":"int32"},"progressPercentage":{"type":"number","description":"The progress percentage of the job.","format":"double"},"cancelable":{"type":"boolean","description":"Whether this job is cancelable or not. If set to false it will not be possible to cancel the job once submitted."},"startDate":{"type":"integer","description":"The start date of the job.","format":"int64"},"endDate":{"type":"integer","description":"The end date of the job.","format":"int64"},"state":{"type":"string","description":"The state of the job.","enum":["WAITING","RUNNING","CANCELING","COMPLETED","CANCELED","ERROR"]},"result":{"type":"string","description":"The result of the job.","enum":["NOT_SET","SUCCESS","COMPLETED_WITH_ERROR","FAILURE","ABORTED"]},"message":{"type":"string","description":"The message of the job."}},"description":"Represents a job. Job is a single atomic task that is to be performed asynchronously"}}},"paths":{"/outputModule/export/json-job":{"post":{"tags":["Output Module"],"summary":"Exports results in JSON format, returns JSON representation of the async Job.","description":"<p>Starts a job that performs an Output Module query and stores the results in a file in JSON format. Id of the file can be retrieved from the <code>message.id</code> property of the job once the job is finished.</p><p>Please note that the ViewConfig/TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p>","operationId":"exportJSONInJob","parameters":[{"name":"sendNotification","in":"query","description":"Whether an e-mail must be sent on completion of the job.","schema":{"type":"boolean","default":false}},{"name":"validationEnabled","in":"query","description":"Determines if the ViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Validation is then performed immediately instead of only when the job is started. Please note that the validation will always take place during the Job execution, regardless of this parameter. Default value is false.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated.","schema":{"type":"string"}}],"requestBody":{"description":"The JSON/YAML representation of ViewConfig/TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The JSON representation of the job that performs an Output Module query.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"}}}},"400":{"description":"The parameter is invalid JSON ViewConfig/TableViewConfig.","content":{"application/json":{}}}}}}}}
```

## Exports results in JSON format, returns information about created file.

> \<p>Performs an Output Module query and stores the query results in a file in JSON format. The id of the file is returned in the response.\</p>\<p>Please note that the ViewConfig/TableViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>\<p>For long-running queries consider using the async equivalent.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"FileInfoImpl":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the file.","format":"uuid"},"name":{"type":"string","description":"The name of the file."},"contentType":{"type":"string","description":"The MIME type of the file content."},"size":{"type":"integer","description":"The size of the file.","format":"int64"},"extension":{"type":"string","description":"The extension of the file."}}}}},"paths":{"/outputModule/export/json-file":{"post":{"tags":["Output Module"],"summary":"Exports results in JSON format, returns information about created file.","description":"<p>Performs an Output Module query and stores the query results in a file in JSON format. The id of the file is returned in the response.</p><p>Please note that the ViewConfig/TableViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p><p>For long-running queries consider using the async equivalent.</p>","operationId":"exportJSONToFile","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the ViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is false for backward compatibility reasons but it is strongly advised to always enable this validation.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated.","schema":{"type":"string"}}],"requestBody":{"description":"The JSON/YAML representation of ViewConfig/TableViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The information about the file where the results are stored.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileInfoImpl"}}}},"400":{"description":"The parameter is invalid JSON ViewConfig/TableViewConfig.","content":{"application/json":{}}},"408":{"description":"Query execution time exceeded.","content":{"application/json":{}}}}}}}}
```

## Exports results in XML format, returns the results immediately.

> \<p>Performs an Output Module query and exports the returns results immediately in XML format.\</p>\<p>Please note that the ViewConfig’s syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results).For details please consult output module documentation.\</p>\<p>For long-running queries consider using the async equivalent.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/outputModule/export/xml":{"post":{"tags":["Output Module"],"summary":"Exports results in XML format, returns the results immediately.","description":"<p>Performs an Output Module query and exports the returns results immediately in XML format.</p><p>Please note that the ViewConfig’s syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results).For details please consult output module documentation.</p><p>For long-running queries consider using the async equivalent.</p>","operationId":"exportXML","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the ViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is false for backward compatibility reasons but it is strongly advised to always enable this validation.","schema":{"type":"boolean","default":false}}],"requestBody":{"description":"The JSON/YAML representation of ViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The string response in XML format.","content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"description":"The parameter is invalid JSON ViewConfig.","content":{"application/json":{}}},"408":{"description":"Query execution time exceeded.","content":{"application/json":{}}}}}}}}
```

## Exports results in XML format, returns JSON representation of the async Job.

> \<p>Starts a job that performs an Output Module query and stores the results in a file in XML format. Id of the file can be retrieved from the \<code>message.id\</code> property of the job once the job is finished.\</p>\<p>Please note that the ViewConfig's syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Job":{"required":["id","resourceType"],"type":"object","properties":{"id":{"type":"string","description":"The id of the represented object (entity).","format":"uuid"},"createdBy":{"type":"string","description":"The id of the user that created this resource.","format":"uuid"},"createdOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the creation of this resource.","format":"int64"},"lastModifiedBy":{"type":"string","description":"The id of the user who modified this resource the last time.","format":"uuid"},"lastModifiedOn":{"type":"integer","description":"The timestamp (in UTC time standard) of the last modification of this resource.","format":"int64"},"system":{"type":"boolean","description":"Whether this is a system resource or not."},"resourceType":{"type":"string","description":"The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...].\nThis property is deprecated and will be removed in the future. In order to stay backwards compatible\nand to enable introduction of new types of resources, where necessary, a resource discriminator\nproperty (of type String) has been added to specific subtypes of Resource,\ne.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute.\nFor new types of resource that didn't exist before this change, the resourceType will be\nBaseDataType.\n","deprecated":true,"enum":["View","Asset","Community","Domain","AssetType","DomainType","Status","User","ClassificationMatch","UserGroup","Attribute","StringAttribute","ScriptAttribute","BooleanAttribute","DateAttribute","NumericAttribute","SingleValueListAttribute","MultiValueListAttribute","Comment","Attachment","Responsibility","Workflow","Job","Relation","RelationType","ComplexRelation","ComplexRelationType","ArticulationRule","Assignment","Scope","RelationTrace","ValidationRule","DataQualityRule","DataQualityMetric","Address","InstantMessagingAccount","Email","PhoneNumber","Website","Activity","FormProperty","WorkflowTask","ActivityChange","WorkflowInstance","Role","AttributeType","BooleanAttributeType","DateAttributeType","DateTimeAttributeType","MultiValueListAttributeType","NumericAttributeType","ScriptAttributeType","SingleValueListAttributeType","StringAttributeType","ViewSharingRule","ViewAssignmentRule","JdbcDriverFile","JdbcDriver","JdbcIngestionProperties","CsvIngestionProperties","ExcelIngestionProperties","ConnectionStringParameter","AssignedCharacteristicType","Notification","Tag","ComplexRelationLegType","ComplexRelationAttributeType","ComplexRelationLeg","BaseDataType","AdvancedDataType","DiagramPicture","DiagramPictureSharingRule","DiagramPictureAssignmentRule","Rating","Classification","PhysicalDataConnector","Context"]},"name":{"type":"string","description":"The name of the resource."},"type":{"type":"string","description":"The type of the job."},"userId":{"type":"string","description":"The ID of the user that initiated this job.","format":"uuid"},"visibility":{"type":"integer","description":"The visibility of the job.","format":"int32"},"progressPercentage":{"type":"number","description":"The progress percentage of the job.","format":"double"},"cancelable":{"type":"boolean","description":"Whether this job is cancelable or not. If set to false it will not be possible to cancel the job once submitted."},"startDate":{"type":"integer","description":"The start date of the job.","format":"int64"},"endDate":{"type":"integer","description":"The end date of the job.","format":"int64"},"state":{"type":"string","description":"The state of the job.","enum":["WAITING","RUNNING","CANCELING","COMPLETED","CANCELED","ERROR"]},"result":{"type":"string","description":"The result of the job.","enum":["NOT_SET","SUCCESS","COMPLETED_WITH_ERROR","FAILURE","ABORTED"]},"message":{"type":"string","description":"The message of the job."}},"description":"Represents a job. Job is a single atomic task that is to be performed asynchronously"}}},"paths":{"/outputModule/export/xml-job":{"post":{"tags":["Output Module"],"summary":"Exports results in XML format, returns JSON representation of the async Job.","description":"<p>Starts a job that performs an Output Module query and stores the results in a file in XML format. Id of the file can be retrieved from the <code>message.id</code> property of the job once the job is finished.</p><p>Please note that the ViewConfig's syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p>","operationId":"exportXMLInJob","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the ViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Validation is then performed immediately instead of only when the job is started. Please note that the validation will always take place during the Job execution, regardless of this parameter. Default value is false.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated.","schema":{"type":"string"}}],"requestBody":{"description":"The JSON/YAML representation of ViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The JSON representation of the job that performs an Output Module query.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"}}}}}}}}}
```

## Exports results in XML format, returns information about created file.

> \<p>Performs an Output Module query and stores the query results in a file in XML format. The id of the file is returned in the response.\</p>\<p>Please note that the ViewConfig's syntax validation is not executed by default, see \<code>validationEnabled\</code>\</p>\<p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.\</p>\<p>For long-running queries consider using the async equivalent.\</p>

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"FileInfoImpl":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the file.","format":"uuid"},"name":{"type":"string","description":"The name of the file."},"contentType":{"type":"string","description":"The MIME type of the file content."},"size":{"type":"integer","description":"The size of the file.","format":"int64"},"extension":{"type":"string","description":"The extension of the file."}}}}},"paths":{"/outputModule/export/xml-file":{"post":{"tags":["Output Module"],"summary":"Exports results in XML format, returns information about created file.","description":"<p>Performs an Output Module query and stores the query results in a file in XML format. The id of the file is returned in the response.</p><p>Please note that the ViewConfig's syntax validation is not executed by default, see <code>validationEnabled</code></p><p>DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.</p><p>For long-running queries consider using the async equivalent.</p>","operationId":"exportXMLToFile","parameters":[{"name":"validationEnabled","in":"query","description":"Determines if the ViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is false for backward compatibility reasons but it is strongly advised to always enable this validation.","schema":{"type":"boolean","default":false}},{"name":"fileName","in":"query","description":"The name of the file. By default the file name will be generated.","schema":{"type":"string"}}],"requestBody":{"description":"The JSON/YAML representation of ViewConfig that describes the query to be performed.","content":{"application/json":{"schema":{"type":"string"}},"application/x-yaml":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"The information about the file where the results are stored.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileInfoImpl"}}}},"400":{"description":"The parameter is invalid JSON ViewConfig.","content":{"application/json":{}}},"408":{"description":"Query execution time exceeded.","content":{"application/json":{}}}}}}}}
```

## Returns TableViewConfig based on id of given View and its Location.

> \<b>EXPERIMENTAL\</b> Returns Table View Config based on id of given View and its Location. This Table View Config can be used by Output Module to export data as visible in Collibra Data Governance Center User Interface.\<p>This endpoint does not guarantee a one-to-one relation between what is visible in the User Interface and what will be exported by using the provided Table View Config. Due to the possibility of adding additional filters through User Interface the result can contain more rows then are visible in the User Interface. In such case the Table View Config produced by this endpoint should be manually adjusted. \<p>\<b>Because obtaining the correct results needs a human intervention, this endpoint should not be used in any kind of automatic processing.\</b>\<p>Example: given page under url <https://dgc.collibra.com/glossary?view=133f7f30-033c-4e38-acc2-2c1ac599d19e> the view \<code>id\</code> is \<code>133f7f30-033c-4e38-acc2-2c1ac599d19e\</code>.

```json
{"openapi":"3.0.3","info":{"title":"Collibra Data Governance Center Core API","version":"2.0"},"servers":[{"url":"/rest/2.0","variables":{}}],"security":[{"basicAuth":[]},{"jwtAuth":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"jwtAuth":{"type":"http","description":"Collibra REST API authentication using JSON Web Token.","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/outputModule/tableViewConfigs/viewId/{viewId}":{"get":{"tags":["Output Module"],"summary":"Returns TableViewConfig based on id of given View and its Location.","description":"<b>EXPERIMENTAL</b> Returns Table View Config based on id of given View and its Location. This Table View Config can be used by Output Module to export data as visible in Collibra Data Governance Center User Interface.<p>This endpoint does not guarantee a one-to-one relation between what is visible in the User Interface and what will be exported by using the provided Table View Config. Due to the possibility of adding additional filters through User Interface the result can contain more rows then are visible in the User Interface. In such case the Table View Config produced by this endpoint should be manually adjusted. <p><b>Because obtaining the correct results needs a human intervention, this endpoint should not be used in any kind of automatic processing.</b><p>Example: given page under url https://dgc.collibra.com/glossary?view=133f7f30-033c-4e38-acc2-2c1ac599d19e the view <code>id</code> is <code>133f7f30-033c-4e38-acc2-2c1ac599d19e</code>.","operationId":"getTableViewConfigByViewId","parameters":[{"name":"viewLocation","in":"query","description":"The Location for which the view shall be generated.Views in Collibra Data Governance Center are available under specific locations.Each location is associated with set of filters that are automatically applied to given view.Setting appropriate View Location will produce Table View Config that describes the data seen under desired location and given View in the best way possible.If this field is not provided then the returned Table View Config is going to have additional filters applied based on viewLocation extracted from database.`\n\n<table><tr><th>viewLocation value </th><th> Corresponding view in Collibra Data Governance Center User Interface</th></tr><tr><td>BUSINESS_GLOSSARY_BUSINESS_ASSETS </td><td> Business Glossary Subpages: Business Assets (/glossary)Glossaries (/glossary/glossaries)</td></tr><tr><td>REFERENCE_DATA_CODEVALUES_AND_SETS </td><td> Reference Data > Code Values/Sets (/reference-data)</td></tr><tr><td>CATALOG_DATA_SETS </td><td> Catalog > Data Sets (/catalog/data-sets)</td><td><tr><td>CATALOG_DATA_DICTIONARY </td><td> Catalog > Data Dictionary (/catalog/data-dictionary)</td></tr><tr><td>CATALOG_TECHNOLOGY_ASSETS </td><td> Catalog > Technology Assets (/catalog/technology-assets)</td></tr><tr><td>DATA_HELPDESK_ISSUES </td><td> Data Helpdesk Subpages: Issues(/data-helpdesk)>Data Quality (/data-helpdesk/data-quality)</td></tr><tr><td>STEWARDSHIP_BUSINESS_DIMENSIONS </td><td> Stewardship > Business Dimensions (/stewardship/business-dimensions)</td></tr><tr><td>POLICY_MANAGER_GOVERNANCE_ASSETS </td><td> Policy Manager > Governance Assets (/policy-manager)</td></tr></table>","schema":{"type":"string","enum":["GLOBAL_VIEW","DOMAIN_DOMAIN_ASSETS","COMMUNITY_COMMUNITY_ASSETS","BUSINESS_GLOSSARY_BUSINESS_ASSETS","BUSINESS_GLOSSARY_GLOSSARIES","REFERENCE_DATA_CODEVALUES_AND_SETS","REFERENCE_DATA_HIERARCHIES","CATALOG_DATA_SETS","CATALOG_DATA_SOURCES","CATALOG_DATA_DICTIONARY","CATALOG_TECHNOLOGY_ASSETS","CATALOG_REPORTS","DATA_HELPDESK_ISSUES","DATA_HELPDESK_DATA_QUALITY","STEWARDSHIP_BUSINESS_DIMENSIONS","POLICY_MANAGER_GOVERNANCE_ASSETS"]}},{"name":"viewId","in":"path","description":"The <code>id</code> of given View. Can be obtained from Collibra Data Governance Center User Interface","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"View config generated.","content":{"application/json":{"schema":{"type":"string"}}}},"404":{"description":"View not found."}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.collibra.com/api/references/data-governance/output-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
