# Unqork Transforms API

**Canonical:** https://apis.io/apis/unqork/unqork-transforms-api/  
**Provider:** Unqork — https://apis.io/providers/unqork/  
**Base URL:** https://training.unqork.io/api/1.0  
**Documentation:** https://developers.unqork.io/

Unqork Transforms API is one of 17 APIs that [Unqork](https://apis.io/providers/unqork/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Transforms. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

The following endpoints are available to "Administrator" users only. Transforms should expect the following input data structure: ***NJK (in):***<br/> Input includes only the `data.rawData` part of the submission object. ``` { "firstName": "Al" } ``` ***NJK (out):***<br/> Input includes all of the top-level properties of the submission object, except `data` here refers to `data.rawData`. ``` { "data": { "firstName": "Al" }, "metadata": {}, "created": "2018-01-01T00:00:00.000Z", ... } ``` ***XML (out):***<br/> Input includes all of the top-level properties of the submission object, except `data` here refers to `data.rawData`. ``` <submission> <data> <firstName>Al</firstName> </data> <metadata> </metadata> <created>2018-01-01T00:00:00.000Z</created> ... </submission> ```

## Operations (5)

| Method | Path | Summary |
|---|---|---|
| GET | `/modules/{moduleId}/transforms` | Get Transforms |
| POST | `/modules/{moduleId}/transforms` | Create Transform |
| GET | `/modules/{moduleId}/transforms/{transformName}` | Get Transform |
| PUT | `/modules/{moduleId}/transforms/{transformName}` | Update Transform |
| DELETE | `/modules/{moduleId}/transforms/{transformName}` | Delete Transform |

## Machine-readable artifacts (9)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/unqork/refs/heads/main/openapi/unqork-transforms-api-openapi.yml
- **Documentation** — https://docs.unqork.io/docs/apis-integrations
- **APIReference** — https://developers.unqork.io/
- **Authentication** — https://raw.githubusercontent.com/api-evangelist/unqork/refs/heads/main/authentication/unqork-authentication.yml
- **OAuthScopes** — https://raw.githubusercontent.com/api-evangelist/unqork/refs/heads/main/scopes/unqork-scopes.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/unqork/refs/heads/main/rate-limits/unqork-rate-limits.yml
- **Conventions** — https://raw.githubusercontent.com/api-evangelist/unqork/refs/heads/main/conventions/unqork-conventions.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/unqork/refs/heads/main/errors/unqork-problem-types.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/unqork/refs/heads/main/data-model/unqork-data-model.yml

## Other Unqork APIs (12)

- [Unqork Applications API](https://apis.io/apis/unqork/unqork-applications-api/)
- [Unqork Authentication API](https://apis.io/apis/unqork/unqork-authentication-api/)
- [Unqork Credentials API](https://apis.io/apis/unqork/unqork-credentials-api/)
- [Unqork Data Collections API](https://apis.io/apis/unqork/unqork-data-collections-api/)
- [Unqork Data Model Records API](https://apis.io/apis/unqork/unqork-data-model-records-api/)
- [Unqork Global Variables API](https://apis.io/apis/unqork/unqork-global-variables-api/)
- [Unqork Groups API](https://apis.io/apis/unqork/unqork-groups-api/)
- [Unqork Logs API](https://apis.io/apis/unqork/unqork-logs-api/)
- [Unqork Modules API](https://apis.io/apis/unqork/unqork-modules-api/)
- [Unqork Promotions API](https://apis.io/apis/unqork/unqork-promotions-api/)
- [Unqork Query API](https://apis.io/apis/unqork/unqork-query-api/)
- [Unqork Revisions API](https://apis.io/apis/unqork/unqork-revisions-api/)

## Tags

Transforms

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/unqork/unqork-transforms-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/unqork/.
