GET api/v2/AccessTypeTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Response
AccessTypeTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| AccessTypeId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"AccessTypeId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:07:17.72357Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"AccessTypeId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:07:17.72357Z"}