| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Parameters

- **identifier**  
  `uuid`  
  required  
  documentType unique identifier

- **fromLang**  
  `string`  
  Locale-style string indicating from which language the backend should translate relevant string values - works in conjunction with toLang

- **toLang**  
  `string`  
  Locale-style string indicating the backend should translate relevant string values to the specified language - works in conjunction with fromLang

# ``200      Fetch a single `documentType` by uuid

### Example Request

```shell
curl --request GET \
     --url https://services.fountain.com/api/servicecompliancev2/documentTypes/identifier \
     --header 'accept: application/json'
```

### Response

```json
{
    "status": 200
}
```
