# Retrieves the request's Data Enrichments with simpler details Endpoint: GET /request/{id}/dataEnrichments/simple Version: 2.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `fields` (array) - `fields.id` (string) - `fields.labelDisplayId` (string) - `fields.templateId` (string) - `fields.value` (object) https://swagger.io/docs/specification/v3_0/data-models/inheritance-and-polymorphism/#discriminator The discriminator is used with anyOf or oneOf keywords only. It is important that all the models mentioned below anyOf or oneOf contain the property that the discriminator specifies. https://swagger.io/docs/specification/v3_0/data-models/inheritance-and-polymorphism/#mapping-type-names It is implied, that the property to which discriminator refers, contains the name of the target schema. If the property values do not match the schema names, you can map the values to the names. To do this, use the discriminator/mapping keyword. - `fields.status` (string) Enum: "FILLING", "OPERATOR_PENDING", "VALIDATED" ## Response 400 fields (application/problem+json): - `errors` (array) An array of error details to accompany a problem details response. - `errors.detail` (string, required) A human-readable explanation specific to this occurrence of the problem. Example: "Property 'dummyField' is not defined in the schema and the schema does not allow additional properties." - `errors.pointer` (string) A JSON Pointer to a specific request body property that is the source of error. Example: "/parameters/dummyField" - `errors.field` (string) The name of the field that is the source of error. Example: "dummyField" - `errors.reason` (string) A machine oriented error type. Eg. additionalProperties, required Example: "additionalProperties" - `type` (string) A URI reference that identifies the problem type. Example: "about:blank" - `status` (integer, required) The HTTP status code generated by the origin server for this occurrence of the problem. Example: 400 - `title` (string) A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization. Example: "Request validation error" - `instance` (string) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. Example: "urn:uuid:123e4567-e89b-12d3-a456-426614174000?ts=1729667463" - `retryable` (boolean) If the api call can be retried ## Response 404 fields (application/problem+json): - `type` (string) A URI reference that identifies the problem type. Example: "about:blank" - `status` (integer, required) The HTTP status code generated by the origin server for this occurrence of the problem. Example: 400 - `title` (string) A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization. Example: "Request validation error" - `detail` (string) A human-readable explanation specific to this occurrence of the problem. Example: "The has a malformed body property." - `instance` (string) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. Example: "urn:uuid:123e4567-e89b-12d3-a456-426614174000?ts=1729667463" - `retryable` (boolean) If the api call can be retried