# Activity

The *Activity* section defines the different types of interactions and statuses available within the mio.ID platform. It helps users understand the nature of actions, their outcomes, and how they evolve over time.

## Activity Type

Each activity type represents a distinct interaction initiated or received within the platform:

<table><thead><tr><th width="153">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>AT_001</code></td><td><strong>Request Details:</strong> An initiator sends a request to a receptor, asking for approval to access their personal details.</td></tr><tr><td><code>AT_002</code></td><td><strong>Share Details:</strong> An initiator shares their personal details directly with the receptor without requiring further approval.</td></tr><tr><td><code>AT_003</code></td><td><strong>Swap Details:</strong> A reciprocal exchange of personal details. The receptor can accept all or part of the requested details, which become visible to both parties.</td></tr><tr><td><code>AT_004</code></td><td><strong>Authorization Request:</strong> A request for transaction or process approval. This may include BioFace authentication for enhanced security and verification.</td></tr></tbody></table>

## Activity Status

Statuses track the current state of an activity, helping users understand its progression and outcome:

<table><thead><tr><th width="228">Status</th><th>Description</th></tr></thead><tbody><tr><td><code>SENT</code></td><td><p>The activity has been created and is pending the receptor’s attention.</p><p>This status is visible only to the initiator.</p></td></tr><tr><td><code>ACTION_REQUIRED</code></td><td><p>The activity is awaiting the receptor's response within the specified validity period.</p><p>This status is visible only to the receptor.</p></td></tr><tr><td><code>ACCEPTED</code></td><td>The receptor has approved the activity. Accepted personal details are shared and visible to both parties for the duration of the defined sharing period.</td></tr><tr><td><code>DECLINED</code></td><td>The receptor has declined the activity. No personal details will be shared or visible to either party.</td></tr><tr><td><code>CANCELED</code></td><td>The activity was not attended to within the validity period and is now inactive. No personal details were shared or made visible.</td></tr><tr><td><code>EXPIRED</code></td><td>The sharing period defined by the receptor has ended, and the activity is no longer valid. No personal details are accessible to either party.</td></tr><tr><td><code>COMPLETED</code></td><td>Both parties have finalized the activity successfully. Any shared personal details remain visible within the agreed sharing period.</td></tr></tbody></table>


---

# 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-business.mio.id/api-reference/data-dictionary/glossary/activity.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.
