GET api/v2/CollectionPointTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Response
CollectionPointTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| CollectionPointId | integer | ||
| LanguageId | integer | ||
| Identification | string | ||
| Notes | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Notes": "sample string 5",
"Id": 1,
"CollectionPointId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-05-05T22:55:32.6303454Z"
}
text/html
Sample:
{"Identification":"sample string 4","Notes":"sample string 5","Id":1,"CollectionPointId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:55:32.6303454Z"}