# G2P Registry: Additional Info REST API

### Module name

g2p\_registry\_addl\_info\_rest\_api

### Module title

G2P Registry: Additional Info REST API

### Technology base

Odoo

### Functionality

* Establishes a dedicated REST API for handling additional information within the OpenG2P Registry.
* Enables external applications to interact with and update additional information for registrants.
* Relies on the "g2p\_registry\_rest\_api" module for REST API infrastructure.
* Integrates with the "g2p\_registry\_addl\_info" module for core additional information functionalities.

### Design notes

* NA

### Relationships with other entities

**Dependencies**

* Module dependencies
  * g2p\_registry\_rest\_api
  * g2p\_registry\_addl\_info

### User interface

* NA

### Configuration

* No additional configuration steps are necessary. The module seamlessly integrates with the REST API infrastructure and the core "g2p\_registry\_addl\_info" module.

### Source code

<https://github.com/OpenG2P/openg2p-registry/tree/15.0-develop/g2p_registry_addl_info_rest_api>

### Installation

* Ensure that all required modules are installed.
* Install the "G2P Registry: Additional Info REST API" module from the Odoo Apps interface.


---

# Agent Instructions: 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://docs.openg2p.org/1.2/developer-zone/repositories/openg2p-registry/g2p-registry-additional-info-rest-api.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.
